|
From: Tim R. <ti...@pr...> - 2018-11-02 17:51:03
|
zheng rong wrote: > > > Without "large transfer", we have no way to separate the > individual image frames from the isoc packets if we don't add any > marks between the frames, right? > No, you can set INPKTEND at the end of a frame to force the engine to commit a short packet. Your software can detect that, when one of the read packets is not a multiple of 1024. If you're driving slave FIFOs from an FPGA or CPLD, you can set the PKTEND signal to force the partial packet to be committed. -- Tim Roberts, ti...@pr... Providenza & Boekelheide, Inc. |