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?
Thank you! It works well now! But another problem happened. Once I disconnect it from dongle, the system will be reset soon. What happened?
Yes.When I use lightblue to test device, it happens sometimes.
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.
Hi ole, I am debugging my application. I did same as above mentioned comment. But couldn't get the line number and filename. Please advice me on how to see values of line no. and filename in debugger.