Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello Peter, the FIFO RAM is the memory builtin into the USB controller hardware, which is 1280 bytes (fix) for the STM32U585. In order to get the UVC sample running you have to reduce the video endpoint size in the application to something <= 512 bytes: #define ISO_EP_SIZE 512 This makes the video transfer very slow, but the STM32U585 has a full-speed controller only, which is not recommended for video applications anyway. Best Regards Rainer