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

using flash memory

Hi everyone !
I am working at a project. I dont't know which mcu was used this project but it was written for pca10040 and used s132.
Many values are write to flash memory at the project. In some places it was deleted as a flash page. for example: sd_flash_page_erase(0x66) or sd_flash_page_erase(0x67) etc.. And I also want to write to flash memory more value but I don't know that which flash address are usable.

How much flash memory can I use to store my information?

Which address ranges can I use?

Also what does a flash page mean?

How many addresses are on a page?

Which document should I follow? 

Parents Reply Children
No Data
Related