2021-10-21 12:50 AM
Hi amazing forum..
I am wondering if there is a way to save as HEX file the memory read from the stm32 cube programmer..
I am asking this because I want to check that the bootloader that I am creating is exaclty writing what I expect ...
Thanks a lot guys
Solved! Go to Solution.
2021-10-21 12:55 AM
The blue Read button on the Device Memory tab has a dropdown triangle. Click it and select "Save as..." from the drop-down menu.
hth
KnarfB
2021-10-21 12:55 AM
The blue Read button on the Device Memory tab has a dropdown triangle. Click it and select "Save as..." from the drop-down menu.
hth
KnarfB
2021-10-21 12:59 AM
Hi KnarfB... I saw it ... it is saving as a bin file... I want to have a HEX file... it is easy for me to do the compariosn with hex values
2021-10-21 04:21 AM
Just add the suffix .HEX to the filename.
Regards
/Peter
2021-10-21 09:54 AM
fc /b file1.bin file2.bin