Topic

FAQ
Login Register
Is there an emulated API function that covers all user areas related to "flashwrite"?
Dec 27, 2022 11:39

/

A

/A

TLSR825x


Is there an emulated API function that covers all user areas related to "flashwrite"?
For example, if a user writes 5byte to 0x7D000, the next time they write, it is automatically written from 0x7D006.


I'm only using the same "Address" continuously, and I'm worried that if I use the same number continuously, the life of that "address" will be shorter than other unused "address", resulting in problems.


1 replies
TL_Soyo Dec 27, 2022 16:00
0
/A

Hi,

  you need manage flash by yourself,if you write same address ,you need erase before write,and you can use some of third party flash's management algorithms,