cancel
Showing results for 
Search instead for 
Did you mean: 

Unique Device ID STM32F103C4

Posted on April 21, 2011 at 15:48

Unique Device ID STM32F103C4

1 REPLY 1
Posted on May 17, 2011 at 14:32

Not how I coded it, but it used to work on STM32F103RET6 parts.

  Device_Serial0 = *((unsigned long *)0x1FFFF7E8);

  Device_Serial1 = *((unsigned long *)0x1FFFF7EC);

  Device_Serial2 = *((unsigned long *)0x1FFFF7F0);

Suggest you park your JTAG debugger memory window in the region, and confirm you can see the boot loader.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..