hi,
I intend to use SDK17.02 to write 16K data to nRF52833 FDS at a time. I'm not sure that's going to be a problem.
hi,
I intend to use SDK17.02 to write 16K data to nRF52833 FDS at a time. I'm not sure that's going to be a problem.
Hi,
The maximum size of a FDS record is the (virtual) page size. See this post. I suggest you split your data over several records so that they fit within a single physical page. This way you avoid having multiple physical pages as swap pages.