Replies: 1 comment
-
I got able to upload it. Just needed to update Arduino IDE to the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some code written in stm32duino and I'm trying to launch it. It compiles sucessfully and then doesn't get uploaded to the MCU. Arduino IDE says:
-------------------------- Compilation complete. Upload using programmer error: Missing programmer
I added the address to Additional boards manager in Preferences and installed the library. I have STM32CubeProgrammer installed and the path to its bin folder added to system's PATH. STM32CubeProgrammer application can upload the code compiled with Arduino IDE to the MCU when I do everything manually, but it's too slow way to debug the code.
My board is STM32F103 blue pill and I'm flashing it through ST-LINK V2
Beta Was this translation helpful? Give feedback.
All reactions