User Activity

Hi,I'm having some issues regarding removing and reinserting an SD card on the STM32H722 using the provided HAL. I'm not doing anything special (no DMA, no interrupt). Just using the provided SDMMC1 and FATFS. First, I noticed that the library won't ...
Hi,I'm not sure what is going on exactly, but I think there is either an issue with the HAL or the USB windows driver for STM32 CDC. I am using an STM32L072KBU, STM32Cube MCU Package 1.17.0. I wait until the device is enumerated (by checking the dev_...
Hi,I am at a loss as to why this is not working. I have checked the crystal (ABM8AIG-8.000MHZ-1Z-T), wiring (1.5k resistor between D+ and 3V3, connected both before and after MX_USB_DEVICE_Init() is called), etc.I've set the stack/heap sizes to 0x400...