Topic

FAQ
Login Register
Do I need to erase before using "flash_write_page"? (TLSR825x)
Oct 05, 2022 05:45

/

A

/A

Hello.
Using the "flash_write_page" API function, data is written and read in the user area.
However, the data is not written properly intermittently, and the previous data remains intact.
I have a few questions about it.
The module is always receiving a power supply of 3.3v. Do not use low voltage or sleep mode states.


Q1) Do I need to erase before using the "flash_write_page" function?


Q2) Is verification performed on the data being written within the "flash_write_page" function?

2 replies
JaeYong Lee Oct 08, 2022 10:31
0
/A

Q1) Yes. erase before flash write.



TL_Soyo Oct 10, 2022 11:23
0
/A

Q2) you can use read function after write.