You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current high-level transfer API is not designed to support ping-pong buffering using CHAIN_TO.
It is crucial when dealing for example with camera data, where it is needed to fill a DMA buffer with a few lines and processing it very quickly while the second buffer is filled meanwhile.
I've tried double buffer approach without chaining: