This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

why the system reset every 3minutes?

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.

ble_app_un.zip

Parents
  • 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.

Reply
  • 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.

Children
No Data