Skip to main content
VKana
Associate II
April 30, 2019
Question

How can we read the ST-Link SN(Serial Number) from firmware? IS there a specific address location like the one for UID?

  • April 30, 2019
  • 4 replies
  • 1380 views

..

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
April 30, 2019

Who's firmware? The ST-LINK isn't running on the TARGET, but a separate F103. You'd have to push the serial number from the HOST to the TARGET for it to have any idea what it is.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
VKana
VKanaAuthor
Associate II
April 30, 2019

Is there a way to push the serial number from HOST to target?

Tesla DeLorean
Guru
April 30, 2019

I'd imagine one could use the DLL to read the serial number and write it back into the target's memory, but fail to see the point of doing so.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
VKana
VKanaAuthor
Associate II
May 1, 2019

​Thank you !!