platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Hi, With STLINK-PWRV3, the protocol hla_swd is not supported, so need to use dapdirect_swd. As discribed in : https://community.platformio.org/t/stlink-v3pwr-debug-adapter-doesnt-support-hla-swd-transport/46648 i needed to make external upload script : ``` import serial...
Uploading during normal operation works fine, but upload fails in the bootloader (double click reset button). ``` Configuring upload protocol... AVAILABLE: cmsis-dap, dfu, jlink, mbed, stlink CURRENT: upload_protocol = dfu...
Any chance to get stlink (preferrable v3) support for nucleo STM32 h563zi board? Or is there anything I can do to get this working?
Hi, I'm trying to run a minimal example on the M4 Core of the Arduino Opta (very similar to the Portenta) but the code doesn't run. ``` [env:opta_m4] platform =...
I'm using Lora-E5-Mini board with the Lowpower [Serial Deep Sleep Example](https://github.com/stm32duino/STM32LowPower/blob/main/examples/SerialDeepSleep/SerialDeepSleep.ino). The code works fine if compiled in Arduino IDE but fails to work while using PlatformIO. https://github.com/stm32duino/STM32LowPower/issues/118
Hello PlatformIO Team, 👋 I have been working on a repository called [STM32 PlatformIO Playground](https://github.com/kiranj26/STM32-PlatformIO-Playground) that includes examples specifically for STM32F0 Nucleo boards (e.g., Nucleo-F030R8, Nucleo-F070RB). The examples demonstrate key...
For CMSIS framework we can specify custom system-file with absolute or relative path: board_build.cmsis.system_file = system_stm32h7xx_singlecore.c # relative using file from framework board_build.cmsis.system_file = $PROJECT_DIR/system.c # absolute path - using...
Hi, How can I add support to the STM32F105? What are the necessary steps. Am I able to do it by myself? I was tinkering with board and env bluepill_f103c8...
The closest board available is the [nucleo_g474re](https://github.com/platformio/platform-ststm32/blob/master/boards/nucleo_g474re.json), however, I am not fully familiar with these boards and I may need some help defining the right parameters for the WeAct board....