This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil crashes on flashing

Hi everyone. I'm using Keil uVision v5.20.0.0 on Windows 10 x64. Trying to flash STM32F103C8T6. The device is visible in the debugger settings window and flash programming algorithm is set too.
But when I click the "load" (F8) button, uVision crashes without any error message. What is possibly wrong with it?

Parents
  • I briefly tested MDKv5.20, downloading to an MCBSTM32E board with a similar device, without issue.

    Does the flash programming algorithm match the device's flash density?

    What debug adapter are you using?

    Does the project use an initialization file, before downloading?

Reply
  • I briefly tested MDKv5.20, downloading to an MCBSTM32E board with a similar device, without issue.

    Does the flash programming algorithm match the device's flash density?

    What debug adapter are you using?

    Does the project use an initialization file, before downloading?

Children