Skip to main content
SGasp.1
Associate III
October 21, 2021
Solved

STM32Cube Programmer

  • October 21, 2021
  • 1 reply
  • 5625 views

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

This topic has been closed for replies.
Best answer by KnarfB

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

1 reply

KnarfB
KnarfBBest answer
Super User
October 21, 2021

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

SGasp.1
SGasp.1Author
Associate III
October 21, 2021

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

Peter BENSCH
Technical Moderator
October 21, 2021

Just add the suffix .HEX to the filename.

Regards

/Peter