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:
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:
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:
I also verified the rom and ram size ... See below the map file
Can you tell me what the problem is?
Thank you