Hello all,
A simple doubt. While configuring EDMA in big endian mode, I ran in to a small confusion.
Suppose in EDMA, my A_cnt = 1 and B_cnt = 0x400, how should i put the value in A_B_CNT register?
Considering the endianness, should I give it as 0x04000001 or should it be 0x00040100 or 0x01000004?
Thanks and regards.