2020-07-24 12:42 AM
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
2020-07-24 05:17 AM
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.