[eDMA for eQADC in MPC5554]

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

[eDMA for eQADC in MPC5554]

1,713 次查看
HungNguyen
Contributor I
Hello,

I'm using eDMA to tranfer conversion command to CFIFO of eQADC and get conversion results from  rFIFO to RAM by eDMA.
When i compiled  my project by  CodeWarrior, the program runs well. But when using GreenHill, the eDMA channel 1(for example)  transfers result from rFIFO to RAM only one result and then stop.

Can you help me!

Thanhs a lot,
Hung    
0 项奖励
1 回复

508 次查看
Pedro_
Contributor III
Did you managed to solve the problem?
 
If not, you could post the transfer descriptors and command queues.
 
my guess:
- check that the qadc is sending the result to the same rfifo where your edma is picking it up
- check that you have actually set the CFFEn and CFFSn to generate edma request
- check that  the edma is correctly pointing to the pop register
 
Regards
0 项奖励