This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_Fstorage Address Issue

Hi i am working on project where i need to store logs on flash, i included nrf_storage and set start address 0x42000 and end address 0x50000 according to my application, my product contains softdevice, application and bootloader.... but when i try to read write or erase specific address it get stuck ... my application is based on FreeRTOS 

Parents Reply
  • Hi i tried your method it is working but there is an issue i need to read schedules upto 200 byte so i am reading 256 bytes ... but there is issue i need to read multiple address at startup and when i ready single it reads correct data but later when i tries to read multiple addresses it either not completely reads data or gives error 
    my address are as 
    0x42000 for 12 BYTE DATA

    0x42100 for 256 BYTE Data

    0x42400 for 256 byte data

Children
Related