This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF52832 debug error S132 BLE

I use nrf52832 with softdevice s132_nrf52_1.0.0-3.alpha for a ble application on own pcb.

first I'm not sur of adresse to use for iROM and iRAM areas. I've this parameters: image description

the above settings work for the example found here (on nrf52 dk): github.com/.../nRF52-ble-app-lbs

Another point I'm not sure is the RAM for algorithm: image description

I can load without problems the S132 softdevice, compile my code and go in debug mode,but the application never reaches the main(). and are blocked in this instruction line: image description

I also verified the rom and ram size ... See below the map file

image description

Can you tell me what the problem is?

Thank you

Related