2019-03-06 07:48 PM
2019-03-07 02:19 AM
As far as I know, Unique ID is not programmed for the F0 value for cost reasons ("32 cent for 32 bit").
2019-03-07 02:29 AM
But RM0091 this pdf at page No.-925 /topic number -33.1 there is Unique device ID register .
2019-03-07 01:32 PM
RM0091 does not describe STM32F030.
As Imen said above,
The reference manual related to the STM32F030C8 device is RM0360.
JW
2022-02-05 03:02 PM
stm32f030x8.h:#define UID_BASE ((uint32_t)0x1FFFF7ACU)
In 2019 this header file was checked in, which implies that the UniqueId is available for STM32F030, so is that true, there is a UniqueId at UID_BASE ?
2022-02-05 03:14 PM
If you have the part you can undoubtedly test this for yourself.
ST has, in the past, shipped a number of die in parts some may or may not have Unique ID. Doesn't look to have OTP either.