cancel
Showing results for 
Search instead for 
Did you mean: 

Can find location of unique ID number

jerry239955
Associate II
Posted on August 03, 2009 at 11:50

Can find location of unique ID number

3 REPLIES 3
swhite
Associate III
Posted on May 17, 2011 at 13:19

// STM32F1xx factory programmed unique chip ID registers (96-bits total).

// See section 28.2 of the STM32F1xx Reference Manual.

#define U_ID_31_00 (*(__I uint32_t *) 0x1FFFF7E8)

#define U_ID_63_32 (*(__I uint32_t *) 0x1FFFF7EC)

#define U_ID_95_64 (*(__I uint32_t *) 0x1FFFF7F0)

[ This message was edited by: swhite on 03-08-2009 15:13 ]

jerry239955
Associate II
Posted on May 17, 2011 at 13:19

Thank you very much for the fast reply.

I had an older version of the document.

jerry239955
Associate II
Posted on May 17, 2011 at 13:19

I have looked though the device datasheet for STM32D101C8 and also the STM32F101xx Reference Manual, and I can't find any mention of it's location.

Please could someone help me.