-
ST has recently launched a series of scalable bootflash MCUs - [ STM32H7Rx/7Sx]( https://www.st.com/resource/en/application_note/an6062-introduction-to-stm32h7rx7sx-system-architecture-and-performance…
-
Hi there,
I just tried to import a simple test project for STM32H7S7 (on a disco board), generated with STM32CubeMX. I had no success, due to the fact that the structure of the project is different…
-
### Related area
New port support.
### Hardware specification
STM32H7R/STM32H7S
### Is your feature request related to a problem?
While TinyUSB already supports the H7 series, it uses an off-chip…
-
It would be good to have a checklist in the source file of every example, to ensure people trying to use examples for different chips/boards know what they need to do. This is a VERY common question i…
-
ST have added a new sub-family called [STM32H7R3/7S3](https://www.st.com/en/microcontrollers-microprocessors/stm32h7r3-7s3.html). The reference manual is [RM0477](https://www.st.com/resource/en/refere…
-
It works flawlessly with the versioned releases:
```
embassy-stm32 = { version = "0.1.0" , features = ["defmt", "time-driver-any", "stm32f446re", "memory-x", "unstable-pac", "exti"] }
embassy-exec…
-
Hello,
I'm using this library on STM32H7RS's project to implement a USB sound device. The STM32H7RS has USB_OTG_HS ip and internal HS Phy, so it can easily achieve USB high speed. However, this lib…
-
Howdy folks, hoping someone can point me in the right direction re: USB core IDs.
I spent the morning fiddling with the [STM32H7 usb_serial example](https://github.com/embassy-rs/embassy/blob/main/…
-
Hello,
all other STM32 device headers define USART_CR1_M_Msk . for STM32H7RS it is missing. Please add.