platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Hello Developer , Will support for the STM32G031G8 line of MCU's? No generic board profiles seem to exist for these at this time. Regards
xPack OpenOCD x86_64 Open On-Chip Debugger 0.11.0+dev (2021-10-16-21:19) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html debug_level: 1 hla_swd Error: open failed in procedure 'program' ** OpenOCD init...
Hi, I'm making this PR because I had to do a little bit of research to configure a certain microcontroller to work with the platformio framework, and I thought that...
### Configuration **Operating system**: Ubuntu 22.04 **PlatformIO Version** (`platformio --version`): PlatformIO Core, version 6.1.9 ### Description of problem I'm trying to use C++20 in a plaftomio project and found the...
As usual add STM32SD library to project and try to compile. Error message: ```.pio/libdeps/black_f407ve/FatFs/src/drivers/sd_diskio.c: In function 'SD_ioctl': .pio/libdeps/black_f407ve/FatFs/src/drivers/sd_diskio.c:240:3: error: unknown type name 'BSP_SD_CardInfo'; did you mean 'SD_CardInfo'? 240 | BSP_SD_CardInfo...
What kind of issue is this?esolving STM32F103RE_creality_smartPro dependencies... Error: Traceback (most recent call last): File "C:\Users\jayha\.platformio\penv\lib\site-packages\platformio\__main__.py", line 102, in main cli() # pylint: disable=no-value-for-parameter File "C:\Users\jayha\.platformio\penv\lib\site-packages\click\core.py", line 1130, in __call__...
STM32WL55JCx already has support over at Keil Studio. This board also has support for Arduino framework and Zephyr OS but I have some code that needed to be tested and...
Hi, We are building a custom framework under ststm32 platform for our evaluation kits. Would it be possible to get the following repository added in platformIO registry: https://github.com/STMicroelectronics/STM32CubeU5 Adding this...
When using STM32cube framework for BluePill C8, The created project does not have main.c file.