Using the SparkFun STM32 Boards(v2.1.0) with the Arduino IDE (v2.1.1), I had to modify the stm32CubeProg.bat file for the boards package. I modified the default path to:
set STM32CP=%ProgramFiles%\STMicroelectronics\STM32CubeProgrammer\bin
*Adding the correct file path for the STM32CubeProgrammer to the environmental $PATH variable did not solve the issue as recommended by the error message.
Using the SparkFun STM32 Boards (v2.1.0) with the Arduino IDE (v2.1.1), I had to modify the
stm32CubeProg.bat
file for the boards package. I modified the default path to:*Adding the correct file path for the STM32CubeProgrammer to the environmental
$PATH
variable did not solve the issue as recommended by the error message.