I'm trying to rate nrf52832 now.
I'm using Keil uVision5 as my development environment.
I have written softdevice s132_nrf52_7.0.1 for the target.
I'm trying to set the "Read/Write Memory Areas" in the Target tab. But I don't know what value to set.
I thought it was 0x1668, which was mentioned in section SoftDevice properties of s132_nrf52_7.0.1, but it seemed to be missing.
Now I set 0x20002ad8, which was set by default, and am debugging it, but I'm worried that I don't know the actual calculation method.
I found the part that calls the function sd_ble_enable and tried to see what's in it by step execution, but I couldn't do it.
I'm sorry if the machine translation makes it hard to read some parts.
Thank you.