Is watchpoint work for DMA memory access???

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is watchpoint work for DMA memory access???

1,333 Views
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
Labels (1)
0 Kudos
1 Reply

320 Views
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 Kudos