5 years ago
calling printf_string from resume from sleep function caused halt.
Posted byachao11040 points 2 replieswhy?
I have put below into wake up call back already.
if(GetBits16(SYS_STAT_REG, PER_IS_DOWN))
periph_init();
5 years ago
Hi achao1104,
In order to use some printing functionality with the ble please try to use the arch_puts. Refer to this post for more infohttp://support.dialog-semiconductor.com/ble-app-uart-debug-messagesfor more details.
Thanks MT_dialog
5 years ago
anybody can help?