cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746 Unique ID address

asfmail
Associate II
Posted on August 10, 2016 at 21:50

what address is a unique 96bit ID microcontroller?

2 REPLIES 2
Posted on August 10, 2016 at 22:43

printf(''%d KB FLASH, %08X-%08X-%08X UNIQUE

'',
*((unsigned short *)0x1FF0F442),
*((unsigned long *)0x1FF0F420),
*((unsigned long *)0x1FF0F424),
*((unsigned long *)0x1FF0F428) );

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Nesrine M_O
Lead II
Posted on August 11, 2016 at 11:39

Hi frolov.andrey,

Please refer to the Device electronic signature section in your related reference manual.

-Syrine-