How to write Product serial number in STM32H7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-03 7: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.
- Labels:
-
Flash
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-03 8:11 PM
Write your own into an area of flash outside of the program or into OTP
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
