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

Flash memory parameters in Nordic nRF52840

Is there a block header information available that I can read thru the flash read function (e.g. in ble_flash driver, ble_flash_page_read() function ) ? My FS (file system) requires block header info to be read from the flash device.

Block header info would have something like block number, id, size, crc etc.

Related