-
### Describe the problem
I have the following setup: https://github.com/arduino/arduino-ide/pull/1132#pullrequestreview-1031068976
When I start the application I see the following errors logged:…
-
**Describe the bug**
STM32 devices, like L5, have a USB PHY and UCPD (USB power delivery) system. We have encountered an issue wherein disabling the UCPD node (and disabling the STM provided USBPD…
-
Looks like the ST-LINK-V3MINIE is unsupported. Or maybe it's our specific STM32WB55?
```txt
captain@balrog:/$ blackmagic --verbose 1 --freq 1000000 --write ./fw_images/ringlet-bootloader.bin 0x080…
-
To reproduce:
`cd examples/stm32f0`
Change `stm32f091rc` to `stm32f072c8` (keep rest of `Cargo.toml` the same)
`cargo build`
The result is:
```
error[E0609]: no field `hsi48` on type `Temp…
-
Split out from #15378:
- [x] tx_watermark
- [x] rx_watermark
- [x] tx_empty should remain event-type
-
## The 3 designs
Note RCC in embassy-stm32 is a bit "in flux". Currently we have three API designs for RCC depending on the family, for historical reasons. Some have been ported from stm32-rs, some…
-
The current documentation is very confusing now, there are almost no ST chips in it, when in reality ST is probably the best supported MCU vendor.
So I started moving READMEs from `boards` to Docu…
-
While tracking down a flash bug in Zephyr on the STM32U585, I discovered that the `stm32u585xx.h` header defines `FLASH_PAGE_NB` based on `FLASH_BANK_SIZE` rather than `FLASH_SIZE`, meaning that `FLAS…
-
**Describe the bug**
With STM32H5 target, the following code causes compile error.
https://github.com/suikan4github/murasaki/blob/7effc775287f58489d28ffa343e4ea2ad2827be2/core/i2cmaster.cpp#L222
…
-
Currently OSPI is only supported by a few STM32L4+, STM32L5 and STM32U5 targets.
Support for STM32H7 targets, such as STM32H7Ax/Bx/2x/3x are missing.
Only a few changes are needed to add OSPI supp…