Is watchpoint work for DMA memory access???

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

Is watchpoint work for DMA memory access???

2,062件の閲覧回数
shenglin
Contributor I
Hi, all,
 
I am try to use codewarrior watchpoint to mointor the memory access. I found it works for the core accessing the watched memory range, but can not works for the DMA accessing the watched memory range.
 
Is the watchpoint features can be used for DMA operation?
 
By the way, I am using MPC8548DS board.
 
Thanks for help!
 
Sheng
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

1,049件の閲覧回数
ronco
NXP Employee
NXP Employee

Hi Sheng,

 

No, Watchpoints do not work with DMA reads/writes because Watchpoints use debug registers in the Power Architecture processor (MPC8548 in your case) and these debug registers can monitor only the data traffice to/from the processor.  DMA read/write cycles occur entirely outside of the processor and are therefore not visible to the debug registers.  You will have to use some other tool, such as a logic analyzer, to capture these cycles.

0 件の賞賛
返信