Hi,
I am using MKV46F128VLL16 MCU in one of our project's. I want to split flash memory and use one sector (last sector) of flash memory for storing some parameters basically lie EEPROM memory.
Can i use this flash / pflash for this?
Also what's the effect of read disturb (reading a flash memory repeatedly without an erase cycle) ? How many times i can read a location without any erase and write cycle before the data gets corrupted/weared out?
Thanks,
Anup
Hi Anup Kumar Gandra ,
Of course, you can use the last sector as your own user specific data area.
As the smallest erase flash unit is the sector, so you can use the last flash sector.
Just make sure your app code won't touch the last sector.
If you just read the flash, no erase and write, it won't influence the flash cycle. As you know, one complete flash cycle is program+erase.
So, just read, no times limit in the theory!
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------