2021-02-10 03:34 AM
Good evening to you all electronics dark wizards.
To the point:
I am interested in flashing specific pages of stm32 chips because im locating some custom binary config files for my application.
I found the option in my stm32cubeprogrammer v2.6.0 to define the Start Address but the data input box cannot be used for some reason?
Solved! Go to Solution.
2021-02-10 03:57 AM
Hello Javier,
I also use Cube Programmer v2.6,
and it works for me
Check if your file has .bin extension, because it doesn't work with .BIN.
2021-02-10 03:57 AM
Hello Javier,
I also use Cube Programmer v2.6,
and it works for me
Check if your file has .bin extension, because it doesn't work with .BIN.
2021-02-10 04:02 AM
i was saving my config file to .hex, now it works with .bin.
Veery quick, thanks @qqAnton