This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I get the maximum no of words can be written to flash by using sd_ble _flash_write API function in nrf52

Hi,

I want to write calibration and configuration datas in to flash and read it back. By using sd_ble _flash_write API function , I can write up to 520 words(520* 4 bytes) . When I increased the size to 1000 or above the datas are not written in to flash. Can anyone knows what is the maximum no of word length we can pass it in sd_ble _flash_write API function . In infocenter.nordicsemi.com/ it states that I can txit up to 1024 word for nrf52. But I am not able to txit that many word.

Related