Hi all,
We are on PSP 04.04.02 with IPNC RDK 3.5, and this is specifically on a DM385 device, and using the MUSB in device mode for a video over usb product.
We noticed that latency increases when DMA mode (not PIO mode) is selected. Is this a known issue?
Isochronous multiple transactions per microframe does not work in PIO mode as expected and requires DMA mode. In PIO mode if a 3K buffer is queued up, instead of sending 3 1K buffers in 3 transactions within a microframe, it sends one 1K buffer in a microframe, but the requires a total of 3 microframes. Is this expected?
Thanks,
--Gunter