Hi, Is there a way to force a link update on a PaRAM set before it is naturally exhausted?
The reason I want to do this is in case I program EDMA with UART Rx, so I have to configure the EDMA PaRAM set to a certain length of incoming data.
But if in fact I receive less data than the programmed length then the EDMA is stuck waiting for events, so I set a timeout - if it expires I want to take whatever data is available on the current (say Ping) Ping-Pong buffer and force a link update so that if new data arrives the EDMA is loading it into the other (say Pong) buffer while the CPU handles the first (say Ping) buffer.
Thanks,
Alex