-
G0 is different from other STM32 MCUs because this uses a thing called `DMAMUX`. Well actually `H7`, `L4+` and `WB` series are also using it but currently it is not implemented in their Rust HALs. So …
-
**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, …
-
Hi,
I started to use V2 and wanted to check the performance compared to V1 on a STM32F407 generic board using SPI2.
The test was made with `bench.ino` of respective versions for different buffer…
-
As per the conversation on Matrix and in https://github.com/stm32-rs/stm32h7xx-hal/pull/76, it has been proposed that the various stm32h7 peripheral drivers should be contained within this crate to pr…
-
Hi,
there is a bug with ST Nucleo H745ZI-Q. The same issue (Ticket:#29732). But the solution does not work.
----------------------------------------------------------------------
openocd.cfg
sourc…
-
**Describe the bug**
It is not possible to configure a system clock higher than 400MHz on nucleo_h743zi board. It can also be the case for other H7 boards.
To achieve 400MHz+ frequencies, you need t…
-
board/SConscript
```python
if rtconfig.CROSS_TOOL == 'gcc':
src += [cwd + '/../../libraries/STM32H7xx_HAL/CMSIS/Device/ST/STM32H7xx/Source/Templates/gcc/startup_stm32h743xx.s']
elif rtconfig…
-
The STM32 port is currently using an erroneous value for the I2C Timing setting on these MCUs, resulting in a constant speed of 100k rather than the proper 400k default with adjustability to 100k. The…
-
# v1.11 Release Notes
Following the significant stability improvements on v1.10.0, the PX4 team is preparing for a new release, which will see lots of quality of life improvements, as well as inter…
-
Hi @dpgeorge
ST has released update for WB55 hal at this url: [STM32CubeWB](https://github.com/STMicroelectronics/STM32CubeWB).
The reason for the request is related to the firmware of the radio …