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

What documents should users refer to when they store data flash?

Customers use nrf52810 flash program to store data, but want to know what flash start and end address can be written, please point out that you can refer to that document specifically, in the data manual nRF52810_PS_v1.3 can not be clearly known, those places are available, those places are not available

Parents
  • Hello,

     

    Customers use nrf52810 flash program to store data, but want to know what flash start and end address can be written,

     Do you mean what flash you can use to store the application, or do they want to store custom data in addition to their application?

    On the nRF52810, the flash is located on 0x00000000 -> 0x00030000.

    If you use the softdevice, that will typically be stored from the bottom and upwards: 0x00000000 -> <size_of_softdevice>, and the application will start after that. You can see where the application starts in the examples in the SDK.

Reply
  • Hello,

     

    Customers use nrf52810 flash program to store data, but want to know what flash start and end address can be written,

     Do you mean what flash you can use to store the application, or do they want to store custom data in addition to their application?

    On the nRF52810, the flash is located on 0x00000000 -> 0x00030000.

    If you use the softdevice, that will typically be stored from the bottom and upwards: 0x00000000 -> <size_of_softdevice>, and the application will start after that. You can see where the application starts in the examples in the SDK.

Children
Related