Setting up STM32
Follow the steps bellow to setup programming STM32 microcontrollers with the Arduino IDE (Option 1, top) or Visual Studio and Platform IO (Option 2, bottom).
Last updated
Was this helpful?
Follow the steps bellow to setup programming STM32 microcontrollers with the Arduino IDE (Option 1, top) or Visual Studio and Platform IO (Option 2, bottom).
Last updated
Was this helpful?
Make sure the device is in BOOT mode when uploading with Arduino IDE / Platform IO ()
Installed Libaries and Boards Managers should match the version specified in the documentation below.
The USB Serial port is only used for Serial Monitor, when the device is in RUN mode the USB Serial port will appear in the Arduino IDE (Tools > Port)
Upload using the upload button in the Arduino IDE
The program should be running now, if not check out the
Press the RESET button when the device is not recognized by the computer. Check out the when issues persist.