platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Hi, I encountered a small issue with trying to use the stm32g030 series (cortex M0+ mainstream line) which seem to not be present in platformio? They are supported by cube...
While PlatformIO currently supports the WeAct STM32F411CEU6 (aka 'black pill'), the WeAct STM32H723VGT6 is not being supported yet. The first comes with a 100 MHz CPU, but since the second...
The values in this file are derived from the already existing [nucleo_f722ze.json](https://github.com/platformio/platform-ststm32/blob/develop/boards/nucleo_f722ze.json) board, while respecting the format of a generic board such as [genericSTM32F401RE.json](https://github.com/platformio/platform-ststm32/blob/develop/boards/genericSTM32F401RE.json). And I am referencing the [STM32F7xx/F722R(C-E)T_F730R8T_F732RET](https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32F7xx/F722R(C-E)T_F730R8T_F732RET)...
This is not the same as #702 or #704. Need support for the Nicla Voice board, ensuring it's possible to leverage the libraries intended for use specifically with that board...
Generic board for STM32F437VI
Please add board 'Arduino Giga R1 Wifi' to the boards support list: MCU: STM32H747XIH6, Cortex M7 480mhz Mucho appreciated.
Hello, I can't find nucleo board stm32 C031C6. https://www.st.com/en/evaluation-tools/nucleo-c031c6.html C0 it's quite new stm32 family with Cortex M0+ but becomes popular. There are more and more each day, it would...
While PlatformIO currently supports the WeAct STM32F411CEU6 (aka 'black pill'), the WeAct STM32H723VGT6 is not being supported yet. The first comes with a 100 MHz CPU, but since the second...
Hello Team, Can we add support for the STM32G4 line of MCU's? No generic board profiles seem to exist for these at this time. Regards
I tried to set up an enhanced blinky with following installed Frameworks My frameforks are: ########################################################################## contrib-piohome framework-arduino-avr-microcore framework-stm32cubef0 tool-openocd framework-arduino-avr framework-arduino-avr-mightycore framework-stm32cubef4 tool-scons framework-arduino-avr-attiny framework-arduino-avr-minicore tool-avrdude tool-stm32duino framework-arduino-avr-bean framework-arduino-avr-nicai...