2009-08-03 02:50 AM
Can find location of unique ID number
2011-05-17 04:19 AM
// 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 ]2011-05-17 04:19 AM
Thank you very much for the fast reply.
I had an older version of the document.2011-05-17 04:19 AM
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.