Hello,
I am working on nRF52832 with using SDK nRF5 15.3.0 version in Segger Embedded Studio.
I have one application in which I have 64byte data received from BLE and store it in flash. This stored data I needs to use in secure bootloader project using stored data's flash address.
I sucessfully done data storing part in flash with reference to flashwrite example code. I am using last 2 page of my application area to store data (0x0007e000 starting address). Now I needs to use this data in secure bootloader file fatching from flash address. But In debugging time, I can see only 0x00 or 0xFF written in this area. Also I checked application data reserved area in secure bootloader file but not able to identify perticular range.
So kindly help me out which address range needs to use as a flash to store data and how to fetch data from flash in secure bootloader file.