Hi,
In my application, I am writing in flash.
But when I do so, my openthread data in flash gets overwritten, the node doesn't retain its commissioning data.
In nrf_SDK_For_Thread_and_Zigbee, thread_secure_dfu_client_gcc_nrf52.ld files, it specifies
FLASH (rx) : ORIGIN = 0x1000, LENGTH = 0xf3000
ot_flash_data (r) : ORIGIN = 0xf4000, LENGTH = 0x4000
So I have used 0x000F2B00 this location and this used to work fine in my previous application.
But in my current application, which is upon nRF_Connect_SDK, I am unable to figure out this address.
Please suggest where I can find the address of ot_flash_data in nRF_Connect_SDK?