Part Number: MSP432P401R
I've noticed in the dma example programs for the msp432p401r using dma that an alignment constraint for the control block table of 1024 is used.
Everything I've read and even looking at how the h/w behaves tells me that this can actually be a 256 byte alignment. Certainly, 1024 is aligned on a 256 boundary.
Is there any particular reason you folks have used the 1024 alignment?
Is there something I'm missing?