Hi,
I'd like to ask gurus for clarification. As per SPRU234C
All enabled EDMA channel parameter sets must enable linking for proper
operation. The parameter should either link to another useful transfer or to
NULL.
It means that whenever I use EDMA, I have to set LINK bit as 1 in OPT field of configuration, right? No LINK = 0 allowed, except as NUUL parameters set? And now lets say, I have two tranfers, one of which triggers another via chaining mechanism. In this case both transfers still must use linking to NULL parameters set, right? Do I understand correctly, that during reload of NULL parameters set all parameters in target just wiped to zero, so next time I have to configure all 6 words of parameters. I'm asking this because I was planning to configure several transfer with static values and then just trigger them with EDMA_setChannel() repeatedly.
Thanks in advance.