sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

STM32 Cube Programmer (not found) #112

Open santaimpersonator opened 12 months ago

santaimpersonator commented 12 months ago

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.