You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: