I modified "pca10001\ble\experimental\ble_app_uart". I add 1 button(app_button.c) and 1 second Timer (app_timer.c)to display clock through UART to PC terminal.
But the system reset every 3minutes. Pls help me.
I modified "pca10001\ble\experimental\ble_app_uart". I add 1 button(app_button.c) and 1 second Timer (app_timer.c)to display clock through UART to PC terminal.
But the system reset every 3minutes. Pls help me.
Thank you! It works well now! But another problem happened. Once I disconnect it from dongle, the system will be reset soon. What happened?
If you see unexpected resets, uncomment ble_debug_assert_handler in app_error_handler, remove the reset, run the project with a debugger, and stop it if you see the ASSERT LED light up. This will show you what failed.
If you don't understand the problem you're seeing, post a new question with all information you have.
If you see unexpected resets, uncomment ble_debug_assert_handler in app_error_handler, remove the reset, run the project with a debugger, and stop it if you see the ASSERT LED light up. This will show you what failed.
If you don't understand the problem you're seeing, post a new question with all information you have.