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

Unknown firmware crash on BLE connect

Hi, i have a wierd behavior on my board. On my nrf52832 custom board i have sdk14.1 with DEBUG flag and NRF_LOG enabled. Usualy when my board crash i got into some kind of Falat error message.

But two times today my board has crashed when trying to connect with mobile phone to the board without any message.

Is there something else i can turn on to catch the source of this error?

Parents
  • Most programming IDEs, like Keil and Segger Embedded Studio for example, have a built in debugger. Ozone is a good choice if your IDE actually doesn't have a debugger. Debugging is essential when developing embedded code, so if you are new to that sort of things I encourage you read up on it. Printing messages is fine for simple applications, but knowing how to debug will eventually save you a lot of time.

Reply
  • Most programming IDEs, like Keil and Segger Embedded Studio for example, have a built in debugger. Ozone is a good choice if your IDE actually doesn't have a debugger. Debugging is essential when developing embedded code, so if you are new to that sort of things I encourage you read up on it. Printing messages is fine for simple applications, but knowing how to debug will eventually save you a lot of time.

Children
No Data
Related