platform-ststm32 icon indicating copy to clipboard operation
platform-ststm32 copied to clipboard

ST STM32: development platform for PlatformIO

Results 201 platform-ststm32 issues
Sort by recently updated
recently updated
newest added

nucleo_h753zi is supported from arduino core stm32 2.7.0 so I want you to support it. https://github.com/stm32duino/Arduino_Core_STM32/commit/0fb3eff98c4d64c57acefb2ebee29fd0911b40f2

See also: https://github.com/platformio/builder-framework-arduino-core-mbed/pull/10

Used disco_f723ie.json as a reference point and added support for generic F723IE with arduino generic variant support F723I(C-E)(K-T)_F730I8K_F733IE(K-T) Already merged PR in Arduino_Core_STM32 V2.7.0 https://github.com/stm32duino/Arduino_Core_STM32/pull/2174

STM32WLxx series chips should be supported by the `stm32cube` framework through a `framework-stm32cubewl` package. However, this doesn't exist yet and the board JSONs are also not marked to have support...

board request

I'm using a NUCLEO-F303K8 with SPI. Whith version 15.0.0 or higher of the platform, I get this error when flashing the MCU : ![image](https://github.com/platformio/platform-ststm32/assets/65168806/8630b79d-8dc0-4c9e-814a-84d01c041ca4)

I have tried to program the STM32L412 with DFU, but it does not work. I have reported on this in the forum: [Community_Forum](https://community.platformio.org/t/issue-with-uploading-firmware-to-custom-stm32l412kbt-board-via-dfu-using-platformio/36761/4?u=piles) Thank you very much for your support

I would like to add to the boards the STM32F423VHT6 as a variant of STM32F423 family. It has the same characteristics as the RHT.

board request

On MacBook Pro M2 (Mac OS 13.3.1) running PlatformIO IDE v3.3.1 in VS Code 1.82.2 Main error: `dyld[2890]: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib` Uploading from Arduino IDE works fine. The device...

I based the board files on the H745ZI-Q file, as these two boards are the same hardware, just with a missing ethernet interface for the A3. Please let me know...

This issue was reported by several users in the following forum thread: https://community.platformio.org/t/failing-to-read-peripheral-registers/35417

help wanted