Thanks Jorge, Yes, I have read that document as well as the one on Major/Minor Channel Linking, and continually searched the community. I am having a couple of NCE errors, but I'd like to solve the 1st NCE error first: I am transferring 8 32bit PORT PCR configuration values from memory to the PORT registers. Here's my TCD for the eDMA configuration and the memory addresses:

I enabled Interrupts on Error and captured the Hardware TCD state:

The error that triggered the interrupt was an NCE error. The Done flag is set in the CSR and the data has been transferred to the destination registers. But, the NCE error causes other problems when using SGA to the next TCD, I think because the NCE flag is still set, even if I clear the Error Int flag. The VLD bit gets cleared, but the NCE bit stays set.
I can break the transfer up into 2 transfers (between the 4004A00C and 4004B004), but I was still hoping to consolidate the transfer into as few of TDCs as possible. I also tried to set the INTHALF but, it never fired the interrupt... only the INTMAJ works.
I thought I saw one thread that the user couldn't get the Minor Loop Channel Linking to work, but I don't know if that's related.
Thanks for your time.
Duane