2025-01-28 02:43 AM
Hello,
I am working with the STM32U5G9ZJT6Q MCU to implement a USB UVC application. Here are the key details of my setup:
The issue I am facing is that for each isochronous packet, only 30 micro packets contain valid data, while the remaining 98 micro packets (out of 128 total) are empty. This limits the overall data throughput.
I would like to understand how I can increase the number of micro packets with valid data in each isochronous packet to optimize data transfer performance.
Steps I have tried:
Could this be related to:
I am sharing zip file of the code for the reference.
Thank you in advance!