2025-08-25 11:41 PM
STM32WB1MMCH:Can other values be written again after the otp area is written to 0xFF
2025-08-26 12:56 AM
Hello @luzuhua and welcome to the ST Community.
According to the RM0473,
« 1 Kbyte (128 double words) OTP (one-time programmable) for user data. The OTP data cannot be erased and can be written only once. If only one bit is at 0 the entire double word (64 bits) cannot be written anymore, even with the value 0x0000 0000 0000 0000. »
Best Regards.
STTwo-32
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.
2025-08-26 1:57 AM
The first time I write 0x5a to 0x1FFF7008-0x1FFF70F7,and other addr i write 0xFF;The second time,i want to write some value to 0x1FFF70F8-0x0x1FFF73F7,but I found that I cannot write it,May I ask why this is?