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

NRF_FSTORAGE_DEF issue with nRF52810

Hi,

I'm using S112 v6.1.1 with SDK 15.3.0 on nRF52810.( I don't use bootloader )

I tried to search examples for using fstorage api on it.

But I couldn't get anything.( even in SDK examples, there is only for nRF52832 )

My application address range is below:

0x19000 - 0x2A2F8

I think I can use 0x2B000 ~ 0x2FFFF for fstorage.

But it didn't work.

Is it impossible to use fstorage on nRF52810?

Could anyone give me some advice? Thanks.

Parents
  • Okay, sorry about the misunderstanding. I thought you were having trouble making the application run on your nRF52810. Seeing as your application only extends to 0x2A2F8, you should indeed be able to use the remainder of the Flash memory for fstorage. Have you tried editing the start and end addresses in NRF_FSTORAGE_DEF to, for example, 0x2B000 and 0x2F000 respectively?

    Best regards,

    Simon

Reply
  • Okay, sorry about the misunderstanding. I thought you were having trouble making the application run on your nRF52810. Seeing as your application only extends to 0x2A2F8, you should indeed be able to use the remainder of the Flash memory for fstorage. Have you tried editing the start and end addresses in NRF_FSTORAGE_DEF to, for example, 0x2B000 and 0x2F000 respectively?

    Best regards,

    Simon

Children
Related