platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Hello there, today i tried to work on my Portenta project, which compiled and worked some weeks ago. Until now i had to reinstall PIO. When i now build the...
OS etc: VSCode on Windows or Linux PlatformIO version: 5.2.5 ST STM32 version: 15.2.0 Fresh install of the STM32 platform uses STM32Flash version 0.4 which does not support newer chips...
The ststm32 core for platformio defines a dependency on tool-dfuutil, but that package does not seem to be available for linux_aarch64 so installing the platform fails. I am not actually...
Based on [community topic](https://community.platformio.org/t/bug-in-the-call-of-stm32flash/28727?u=maxgerhardt). Please verify independently.
With Python3.10, they move Iterable object under Collections.**abc** So im getting error when i initialize project. Is will be fix for it or am i need to use Python3.9 ?...
Support `STM32GF030C6`, `STM32GF030C8` and `STM32GF030CC`
Hi, just wondering what the timeframe is for an update to the H7 framework? The current upstream version is 1.10, and the current platformio version is 1.81. The 1.10 release...
I have no idea why this board is not supported while in the main site clearly refrenced to being supported by arduino Name: Nucleo64 STM32G070 Link to all relevant information:...
What kind of issue is this? - [ ] **Question**. This issue tracker is not the place for questions. If you want to ask how to do something, or to...
The `misc/xvd/STM32F40x.svd` file contains the following info: ``` NVIC 0xE000E000 ``` Which is wrong. It should be: ``` NVIC 0xE000E100 ``` This one sure kept me chasing ghosts for over...