User Activity

I am using stm32h743, my program is too big to fit in internal flash so I have to use QSPI or FMC. My question is that I don't want to put the whole application in external flash since it is slower, are there ways to have my part of the application i...
My project (Stm32H753) has 2 identical external ADCs, one on SPI2 and one on SPI3. The one on SPI3 is working fine, but I am having problems with SPI2. The code for them are the same, except of course different 'hspi' and pin assignments.The SPI is c...
I am developing project using SD card on custom board but had some difficulties, so I am learning by using the f746g-disco, the example project provided in CubeMX worked (except for Sandisk XC card), then I followed exactly this example (https://comm...
My project uses stm32h753 and Azure (ThreadX and USBX), I want to have USBFS as CDC and USBHS for DFU. In CubeMX how do I specify which USB interface is for which device class, or it should be done in code?