2021-03-03 06:09 AM
I'm trying to get the STM32H753-EVAL board to work.
- The power supply unit is connected, the demo software runs fine
- The board is connected to my PC via an USB cable ... an ST-Link Virtual COM port is visible in the device manager.
- In STM32CubeMX I selected the STM32H753I-EVAL2 board and generated a project for the Keil environment.
- I can compile the generated sources without errors.
When I try to upload, I get the following error messages:
Load "MPC_EVAL \\ MPC_EVAL.axf"
Erase Done.
Programming done.
Contents mismatch at: 08000300H (Flash = FFH Required = 52H)!
Contents mismatch at: 08000301H (Flash = FFH Required = 07H)!
Contents mismatch at: 08000302H (Flash = FFH Required = 28H)!
...
Flashing doesn't seem to work ... what can I do?
I need help urgently!
Many greetings
recently
2021-03-03 07:27 AM
What is your Keil version?
2021-03-03 08:20 AM
Double check you have the most current MDK and H7 packs installed.
Make sure you have the right Flash Algorithm for the banking configuration the chip is in. ie try the one that's not the one currently selected.
2021-03-03 10:45 AM
Hello Pavel and Tesla,
thank you for your feedback.
Is my Keil is too old ? I would assume that the Keil version doesn't matter, am I wrong ?
2021-03-03 10:51 PM
In fact, before I spend money on a new Keil environment, I would like to know that this definitely won't work with the old version.