I'm using the DMA module of RM48L952 CNCD to transfer data from SCI RX -from which I need to receive 5 packets of 8 bits of data in ~400k baudrate. It all works fine when I don't use ADC & GIO interrupts (which are the same as the motorware sensored foc example), but the moment I enable those interrupts, DMA starts to lose packets. I couldn't figure the problem myself and I'm still not sure what causes it. Any help will be greatly appreciated. Thanks
-Asa