STM32F746 Unique ID address
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-10 12:50 PM
Posted on August 10, 2016 at 21:50
what address is a unique 96bit ID microcontroller?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-10 1:43 PM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-11 2:39 AM
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-