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

softdevice fault handler, id=1, pc=0x104fa, s130 v2, 51822

Is that called from SD space or APP space? SES project file attached. nrf5-ble-tutorial-characteristic-CompletedCode.zip

Parents
  • It turned out, RTT in debugging section in Segger was turned on, which probably caused those hard faults. It was happening with some breakpoints during advertising. This project was a test one, I almost didn't change anything in it - I just wanted to get a working sample project in Segger. So, problem solved. However, it would be nice to see, how to use this pc value in similar situations.

  • I'm glad you figured it out.

    Unfortunately, what goes on inside the Softdevice space is Nordic's proprietary information, so in cases like these your best option is to create a thread like this, post the PC value, and provide as much information as you can about your application and how/when/where things go wrong.

Reply Children
No Data
Related