Skip to main content
vinicius_acvasconcelos2
Associate
April 21, 2011
Question

Unique Device ID STM32F103C4

  • April 21, 2011
  • 1 reply
  • 544 views
Posted on April 21, 2011 at 15:48

Unique Device ID STM32F103C4

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    May 17, 2011
    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 VenmoUp vote any posts that you find helpful, it shows what's working..