platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Latest version in the package registry is 1.26.2. Latest release by ST is 1.27.0, released 11 feb 2022. In this version they reworked the ethernet driver, so code generated by...
I have STM32L496RG (ST NUCLEO L496RG) board. I am trying to debug my board with the VSCode IDE using PLATFORMIO extension with Arduino framework but its not available in the...
I limited the framework to Arduino as it is the only one I've tried yet. Upload via DFU works fine.
As discussed in https://community.platformio.org/t/board-definition-for-stm32f100c8t/27723
Mbed has support for the Nucleo-WL55JC board. https://os.mbed.com/platforms/ST-Nucleo-WL55JC/ I've run some basic blinky tests and everything seems to work as expected.
Is there any timeline for when Mbed 6.13 or later will be available for STM32? I'd be happy to help in speeding that along.
[This](https://www.seeedstudio.com/LoRa-E5-Dev-Kit-p-4868.html) is the board/mcu I am looking to add support for, which is very similar to #543. I have created this board json called `lora_wle5jc.json` that may work, I don't...
Support `STM32G030F6` and `STM32G030C8`, see https://github.com/stm32duino/Arduino_Core_STM32/commit/4d230128c7265a073d8e141f9ea9e5c83f44f0ba
If you enable exceptions, they only work when compiled with older GCC (tested with GCC 6 and GCC 7). When compiled with default toolchain for arduino framework (GCC 9), exception...
I've set up a Raspberry Pi as build farm for STM32 µC boards. The problem is that the ST-Link interfaces on these boards all look the same, apart from the...