-
Hiho,
i'd had a look into the src, and tried to figure out where the actual licensing issues were located. And how much effort it would be to get rid of the licensing issues. But i'm pretty sure so…
-
Helllo, Thanks for the huge quantity of work!
I would like to know if you plan to include in the release 1.7.0 these generic variants for F401
STM32F401CC in UFQFPN48 and LQFP64 packages
STM3…
-
Since Marlin 2.0 will support many different MCU architectures beside the AVR, STM32 MCU support is also in the work. There is currently planning ongoing to have one HAL for all STM32 boards.
The f…
-
Is there any plan to support a version of the ubxlib for other STM32 families? We started with the STM32F4 dev kit, but are looking to use STM32U5xx with CMSIS v2 api for our product. Are there plan…
-
**Caution**
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance, …
jj-uk updated
9 months ago
-
This value must be a multiple of 0x200 (generic template)
https://github.com/STMicroelectronics/cmsis_device_h7/blob/f5e3a1d5e71e6b9278a6d580b7d5ca82c0debd9b/Source/Templates/system_stm32h7xx.c#L98…
-
After I `:PIOAddLibrary FreeRTOS`, I get the following.
Apparently, there are 12 pages, but I can only see the first one. How to turn page?
```
Help: Press [Enter] on a library name or ID to inst…
-
Hello,
did anyone manage to flash an STM32 board from a devcontainer environment
It seems like the docker image is missing STM32CubeProgrammer (I don't know if that's supposed to come with zephyr to…
-
### Configuration
**PlatformIO Version** (`platformio --version`): PlatformIO Core, version 6.1.11
### Description of problem
#### Steps to Reproduce
1. Create a project
2. Add a custom b…
-
**Describe the bug**
I'm having issues compiling code for the STM32C0. This problem actually exists with most code I try to compile, but to limit the scope of this issue, I'll focus on the I2C scan…