User Activity

Hello,I have seen that ST provides the USB_Device legacy library which uses the OTG_FS peripheral for the NUCLEO-U575ZI-Q: https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps/tree/main. In my case I am using the STM32U5G9J-DK2 evaluatio...
Hello,I was wondering if it is possible to use the FreeRTOS Middleware which is used on the STM32H7 and STM32F4 and which can be found at the following links ‘https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Middlewares/Third_Party/FreeR...
I have problems saving data at just under 1Mbit per second to SD, when the SD clock is 25Mbits per second, using the FatFS library. Data is lost, and it is because of the time consumed in performing the ‘f_write’ function for saving data to SD.Could ...
Has anyone developed the USB3320 driver to be able to write and read the USB3320 ULPI registers from an STM32 microcontroller?