DMA Bus errors when reading from ADC

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

DMA Bus errors when reading from ADC

1,856 次查看
marksheahan
Contributor I
I am trying to read from the ADC at 500KHz, and store it in a buffer. Interrupts weren't fast enough, so I want to use DMA to move data from the ADC result registers into the buffer. There is a bus error on source when reading from the ADC result registers. What might be causing this?

The device is a MCF52235.

Thanks in advance,
Mark
标签 (1)
2 回复数

1,066 次查看
marksheahan
Contributor I
Fixed, by setting master privilege register to include the DMA controller

1,066 次查看
maximevincent
Contributor I

Thank you so much for this!

Had to set PBRIDGE0.MPL2 = 1;

GREAT!

0 项奖励
回复