2016-08-10 12:50 PM
what address is a unique 96bit ID microcontroller?
2016-08-10 01:43 PM
printf(''%d KB FLASH, %08X-%08X-%08X UNIQUE
'',
*((unsigned short *)0x1FF0F442),
*((unsigned long *)0x1FF0F420),
*((unsigned long *)0x1FF0F424),
*((unsigned long *)0x1FF0F428) );
2016-08-11 02:39 AM
Hi frolov.andrey,
Please refer to the Device electronic signature section in your related reference manual.-Syrine-