This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Why the 5 LSBs of the LINK field should be cleared to 0

Hi,

When I read the EDMA3 User Guide,I had a doubt. This statement is from UG:

"You must program the link address to point to a valid aligned 32-byte PaRAM set. The 5 LSBs of the LINK
field should be cleared to 0."

 

Now I wanna know Why the 5 LSBs of the LINK field should be cleared to 0 ,why not 4 or 6?

  • The LINK field is effectively a byte address for the start of a Link PARAM set.

    Since the address of the start of the Link PARAM set must be 32-byte aligned, what do you expect the 5 Least Significant Bits to be for every Link PARAM starting address?