2022-07-26 09:56 AM
I have some projects that were left inadvertently with some function calls that write 0x00 bytes into the data EEPROM. They work properly. I have tested it.
I detected the problem on a prototype board with an old sample of STM32L152C6T6 and this made me realize the mistake.
Solved! Go to Solution.
2022-07-28 06:54 AM
OK. Thanks a lot
2022-09-15 06:12 AM
Hi @Community member ,
Thank you for bringing this issue to our attention.
For Cat.1 (no suffix) devices, the Byte write can be used only to write a NON NULL byte.
In contrast to Cat.1 devices, in Cat.2 (suffix A) devices the Byte write can be used to write a NULL byte.
This difference between the two categories will be added in the new TN1176 update.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-09-18 08:56 AM
Thanks, Kaouthar.
JW