Hi Devzone:
I am using the example project "fsorage" on nRF52840.
I see the project specifies the range for the flash storage to be
.start_addr = 0x3e000,
.end_addr = 0x3ffff,
However when I opened up segger's Memeory Usage GUI i don't see anything under the section 0x3e000~0x3ffff
See below:
Why is that?
Also how do we specify our flash storage range if we want to avoid collision/ overlapping with our code?
Thanks.