Replies: 1 comment
-
sorry i didn't see the thread #2956, let's check it first :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I enabled video encoding H264 on an STM32N6 and the stream out uses TinyUSB with the video class in frame-based mode.
The result is perfect; I can play the streaming using ffplay on a Windows PC.
However, I would like to improve USB throughput performance by enabling the DWC2 DMA and reaching 30 fps. I set the flag CFG_TUD_DWC2_DMA_ENABLE and hoped it would be enough to get better performance, but it is not. The USB no longer works using this flag.
What are the conditions to take advantage of the DMA for DWC2? Any advice?
Thanks,
William
Beta Was this translation helpful? Give feedback.
All reactions