User Activity

Hi, I am working with a STM32H743 and I am trying to use USB OTG FS with the best clock configuration possible. I would like to have a SYSCLK at 480MHz and use the USB OTG FS with the external clock source HSE at 48MHz.The frequency of the external c...
Hi, I am currently working on the STM32H743 and i'm trying to bring data from SPI6 to a buffer in D2. As I have a lot of data to read i would like to use the DMA in order to transfer data without using the cpu. I don't understand whether I can use th...