User Activity

These excellent articles make the USBX worth a go for more complicated tasks (I wish composite devices were supported in CUBE IDE),How to implement the USB device composite class in STM32 using the Azure packageHow to implement the USB Device CDC (VC...
Following on from this question USB FS speed vs USB HS with internal FS Phy with DMA  it seems that USB HS has access to DMA but there is no information on how this is configured. I do not see any additional DMA options appear in Cube IDE when I have...
I have spent a few days trying to select the correct MCU for a project and trying to minimise the need for external ICs For example, I need the STM32F479VI MCU to appear as a USB Full Speed (480 Mbps) device.However, in CubeIDE, when I select USB-OTG...
Hello,VCAP1 and VCAP2 are external capacitors for the core's voltage regulator.The data sheet for the STM32F479VI states that, "Stabilization for the main regulator is achieved by connecting an external capacitor CEXT to the VCAP1/VCAP2 pins."I inter...
Hello, This is how an STM32F479VI appears in CubeIDE without doing any configuration.DSI is actually disabled, but the pin are light green and set RESET_STATE when I hoover over them.What is CubeIDE trying to tell me?I do not want to use DSI in this ...