Can you change how ST-Link Utility saves readback of flash
Hello,
I am guessing I am missing some setting somewhere but I am not unable to find how to change how ST-Link Utility saves a readback of flash. So I am working on a bootloader application. My application is capable of writing the flash, I was just using ST-Link Utility to confirm that the flash was written correctly. Just to verify things a small snippet of code is supposed to write 4 lines of flash starting at address 0x08008000. Attached is the file named user_app_nucleo_401RE_Starts_at_0x08008000__4_lines.hex
I then can look in ST-Link Utility and see that flash has been updated and appears to match what my hex file contained.
Now I wanted to save this using File - Save file as. When I do this it saves the hex file but appears to write the hex file as 32 bytes wide instead of 16 bytes wide. I am trying to just compare the two files and because they are different lengths for each line I can't use a program like Beyond Compare to quickly compare the files. I can visually hold one over top of the other to confirm that they match.
My question is can I do something to save the file differently so that it matches my file that I started with. I want the file produced by ST Link Utility to make a file that only has 16 bytes of data in each line.
Please see the attached screen shots and attached files.
I originally was using ST Link Utility V4.2.0. I updated to V4.3.0 and the program works the same way in both versions.
Thanks.
