Skip to main content
Mk.11
Associate
August 12, 2020
Solved

stm32f030f4 while writing flash target not responding and which is the proper address to write

  • August 12, 2020
  • 2 replies
  • 1459 views

0693W000003PB1vQAG.png

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

Please try to create an empty project for this STM32 device in STM32CubeIDE. Then compare the linker script file (.ld) file with the one in your project.

Is it possible to debug this empty project on the board?

You can try to debug both with ST-LINK GDB server and OpenOCD.

2 replies

EJOHA
EJOHABest answer
Associate
August 14, 2020

Please try to create an empty project for this STM32 device in STM32CubeIDE. Then compare the linker script file (.ld) file with the one in your project.

Is it possible to debug this empty project on the board?

You can try to debug both with ST-LINK GDB server and OpenOCD.

Mk.11
Mk.11Author
Associate
August 14, 2020

thank you