User Activity

I am working on a project that is related to STM32U585. I need to implement USB-HID and MSD device without RTOS using MIddelware library. MSD must be implemented with an SD card that uses SDMMC1 and FatFs. I have tried using examples from the L5 seri...