2021-12-05 11:25 AM
I'd like to restore my Nucleo-u575zi-q to the stock firmware with the alternating green-blue-red LED progression but I can't find the original firmware app. I have the support pack but I can't identify that particular firmware example. Where can I find that, or, how can I retrieve the firmware from an unmolested, new board?
Thanks,
tjm
Solved! Go to Solution.
2021-12-05 12:37 PM
> how can I retrieve the firmware from an unmolested, new board?
You can download it with STM32CubeProgrammer.
Read 0x200000 bytes (2MB) at address 0x08000000 and save it to a BIN or HEX file.
2021-12-05 12:37 PM
> how can I retrieve the firmware from an unmolested, new board?
You can download it with STM32CubeProgrammer.
Read 0x200000 bytes (2MB) at address 0x08000000 and save it to a BIN or HEX file.
2021-12-05 02:16 PM
Thank you, that's exactly what I was looking for. I was unsure of how many bytes to read and tried to use a minimum guess instead just using the entire block, or doing a bit more looking. Obviously, this works, but now that the entire block is visible I can find the end of the code and just save that, which also works.
Thanks again,
TJM
PS: A hint that's undoubtedly well known. I made a move from state to state and I'm just now getting my boards, tools, applications and computers sorted to start playing again, this after a bit over 3 months. As a hobbyist there's a good amount of detail lost over that time.