How i can get the Softdevice memory map?

Hi all,

Please refer below my development info.

 softdevice : s132 nrf52_6.1.1

 SDK : nRF5_SDK15.3.0

 Board : customized board(Using internal clock, NRF52832)

I added external nor flash(8Mbits) to my board.


External flash can store some data and display it when users connect their own phones.

I am now debugging this firmware. but there are some problems.

if the connection is lost when i am reading data from the external storage flash, the BLE stops.

Here is the keil debug mode assembly.

In this situation, there are no reactions of button or timeout.

0x0000DE6A is softdevice area. So, i can't handle it.

and,

I used sniffer.

this is the log.


actually, i am not used to debugging in this program.

i don't know why my board run strange.

Could i get the softdevice memory map?

or any suggestions?

thanks

Best Regards,

Parents Reply Children
No Data
Related