2022-05-04 08:24 AM
We are working on our own firmware update utility, and need a way to get the Device Id from default USB DFU bootloader in order to avoid wrong firmware flashing. On CubeProgrammer, we can see that info:
21:36:20 : Device ID : 0x0423
The question is: What command can be used to send to the USB DFU to get such information?
I've tried reading out 0xE0042000 with DN_UPLOAD command but it returns Status(10).
Thank you.
2022-05-04 09:21 AM
Maybe you should check out https://community.st.com/s/question/0D50X00009XkZOXSA3/unique-96bit-id-meaning-and-its-shortening
2022-05-05 07:12 AM
Thanks, but it's kind of hwid, we need the device id like: 0x0423 (stm32f4xx), 0x0411 (stm32f2xx), etc.