cancel
Showing results for 
Search instead for 
Did you mean: 

Debug

MSAMB.1
Associate III

Hello STM community, I'm using a STM32 L476RGB NUCLEO with a XNucleo 53l0a1 I want to make the process of calibration but I have a problem when I compile my main program i get this error showing anyone know what i should do? you can see the screen

Thank you

1 REPLY 1
TDK
Guru

That's not a compiling error, that's an error starting the debugger. It can't find the configuration script for OpenOCD.

Put the file where it expects it:

https://github.com/arduino/OpenOCD/blob/master/tcl/board/st_nucleo_l476rg.cfg

Or wwitch to STM32CubeIDE.

If you feel a post has answered your question, please click "Accept as Solution".