DMA Bus errors when reading from ADC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

DMA Bus errors when reading from ADC

1,845件の閲覧回数
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,055件の閲覧回数
marksheahan
Contributor I
Fixed, by setting master privilege register to include the DMA controller

1,055件の閲覧回数
maximevincent
Contributor I

Thank you so much for this!

Had to set PBRIDGE0.MPL2 = 1;

GREAT!

0 件の賞賛
返信