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

How to read from flash?

In s210 there are functions sd_flash_page_erase, sd_flash_protect, and sd_flash_write. There is no sd_flash_read.

How do I read from flash? I can write to is using sd_flash_write, but how do I later read this data?