hi,
I'm working with a RM48HDK experimentig a strange behaviour illustrated by the attached program.
The program uses DMA to transfer from fix address (a sample var here) to a large buffer. The DMA is triggered by the RTI compare 0. The DMA has activated both the HBCA and BTCA interrups to see what's going on.
If I set the DMA destination buffer to 8192 16bits words the program do nothing.
It's strange because the problem occours only with the specific size of 8192. I've tried with 4096, 8194, 8190, 9000, etc and all works with no problems.
Any suggestion? It's a known bug or limit?