2024-04-03 07:15 PM - last edited on 2024-04-04 12:49 AM by Peter BENSCH
I am making a product and trying to write a serial number. After looking into it, I heard that I can use the unique device ID to write the serial number, but I understand that the unique device ID is read-only. I am curious as to whether the previous method is the correct way to apply the serial number. This is my first time making a product and I want to apply a serial number, but I don't know how.
2024-04-03 08:11 PM
Write your own into an area of flash outside of the program or into OTP
2024-04-03 11:51 PM
Hi @jink
Unique ID is written by ST during production (so, it is read only). If it fit your needs you could use it or build your own and write it elsewhere in the Flash (e.g. using EEPROM emulation)
Regards.