User Activity

If you generate the CAD output using STM32CubeMX (or download it from the ST website), the pins are completely different than the datasheet.For example, in the datasheet, for the VFBGA178 (STM32N657I0), OSC32_IN (aka PC14) is shown as pin B1 whereas ...
There's a bug in the standard MPU_AdjustRegionAddressSize which appears everywhere in the sample code. My reference is the H7RS, it's in the Template and virtually all examples: H7RS Github example The net result is that it's likely noncacheable regi...
The net effect of this bug is that the reference code (including the Templates for LRUN and XIP) never actually enable the Memory Protection Unit regions.See: stm32h7rsxx_hal_cortex.c Line 532 I believe the second "Disable the Region" should have bee...
I believe there's a bug in the stm32h7rsxx_hal_dma code for dealing with repeated blocks in interrupt mode. This bug probably exists in other STM32H7 devices as well.With a typical repeating transfer, in *NON* interrupt mode, the DMA transfer complet...
I've got an STM32H7RS, and am attempting to use HPDMA to do a memory-to-memory transfer where one side is the FMC.The transfer works perfectly if I use GPDMA.With the exact same code (just replacing the GPDMA handle with an HPDMA one) does not work (...
Kudos from
Kudos given to