Retrieve MCU Device ID from USB DFU
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.
