I'm starting a project with STM32F103VB ARM base MCU. How could I Read 96 bit unique ID and manipulate in my software for security and make unique MCU based software.
printf("STM32F1 %08X-%08X-%08X UNIQUE\r\n", *((unsigned long *)0x1FFFF7E8), *((unsigned long *)0x1FFFF7EC), *((unsigned long *)0x1FFFF7F0) );