Skip to main content
Visitor II
April 4, 2024
Question

How to write Product serial number in STM32H7

  • April 4, 2024
  • 2 replies
  • 967 views

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.

    This topic has been closed for replies.

    2 replies

    Graduate II
    April 4, 2024

    Write your own into an area of flash outside of the program or into OTP

    Technical Moderator
    April 4, 2024

    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.