cancel
Showing results for 
Search instead for 
Did you mean: 

What is the unique device ID for STM32F030C8T6?

Cdong.0
Associate

Hi,

I want to know whether stm32f030C8T6 has unique device ID?

14 REPLIES 14
Uwe Bonnes
Principal III

As far as I know, Unique ID is not programmed for the F0 value for cost reasons ("32 cent for 32 bit").

LACTIC
Associate II

But  RM0091 this pdf at page No.-925 /topic number -33.1 there is Unique device ID register .

RM0091 does not describe STM32F030.

As Imen said above,

The reference manual related to the STM32F030C8 device is RM0360.

JW

DYenEmbedded
Associate III

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 ?

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..