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

nRF52832 SDK15.3+S132 examples/ble_peripheral Interval to restart

Hi:

    Use the  nordic official nRF52832 development board , The software is SDK15.3(example: ble_app_uart ),  

    Find that there will be a continuous reset. What is the problem ?     

    the follow image:

        

    

     

Parents
  • Have you done any changes to the application? If you have, could you do the following: Download a new untouched SDK and run the ble_app_uart project, and check if that works as expected. Then one by one, add your changes to that project and figure out exactly what is causing the reset. There may be other reasons for the reset, but by following this approach, you'll figure out if any of your modifications are the cause.

    Best regards,

    Simon

Reply
  • Have you done any changes to the application? If you have, could you do the following: Download a new untouched SDK and run the ble_app_uart project, and check if that works as expected. Then one by one, add your changes to that project and figure out exactly what is causing the reset. There may be other reasons for the reset, but by following this approach, you'll figure out if any of your modifications are the cause.

    Best regards,

    Simon

Children
Related