User Activity

Hello,I'm trying to use the HW JPEG decoder on an STM32H743 MCU. When looking at the AN4996 Application Note, I found the following table:However, I'm unable to come even close to these values... This is what I measured: JPEG decodeDMA2D YCbCr320x240...
Hi,I have a very strange problem with the STM32H743 SDMMC... I'm using a custom board with a 8GB SDHC Class 10 SD Card. I'm using the CubeMX generated code for SDMMC1, but I checked and it should be the same code as the example project (STM32Cube_FW_...
When using DMA to realize a SAI transmit (double buffer, rearmed in HAL_SAI_TxCpltCallback), I found some very strange behavior.In some configurations, a FIFO error interrupt (FEIF, ref. manual p. 235) happens after a few seconds. The time until this...
With the new 5.1.0 version of CubeMX, the SAI synchronization seems to be broken.I'm using a STM32F765VGTx controller.I have attached my SAI configuration as a screenshot. With CubeMX 5.0.1 this was no problem and the correct code was generated. Howe...