How to Set data write breakpoints

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

How to Set data write breakpoints

跳至解决方案
1,265 次查看
manishraturi
Contributor I

Hi Team,

We are using P1010 processor in our board, we have used Chip Select 3 to map three different FPGA device. We are facing a problem, where we see once in a while the write which is intended to FPGA2 register 0x18 goes to FPGA1 register 0x18. I am using code warrior tool to debug this issue, I am unable to find the data breakpoint on the IDE. I want to stop the system whenever a particular address is written with particular value. How can I do it in 10.5.1 code warrior IDE.

Thanks & Regards

Manish Raturi

标签 (1)
0 项奖励
回复
1 解答
1,121 次查看
addiyi
NXP Employee
NXP Employee

The easy way to set a watchpoint is to click on Memory tab, set Add Memory Monitor with the address of interest, right click on the cell or range of cells on which you want to set the wachpoint and select the Add Watchpoint.

pastedImage_0.png

Adrian

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,122 次查看
addiyi
NXP Employee
NXP Employee

The easy way to set a watchpoint is to click on Memory tab, set Add Memory Monitor with the address of interest, right click on the cell or range of cells on which you want to set the wachpoint and select the Add Watchpoint.

pastedImage_0.png

Adrian

0 项奖励
回复
1,121 次查看
ufedor
NXP Employee
NXP Employee

Please refer to the "Targeting_PA_Processors.pdf", 5.9 Working with Watchpoints.

0 项奖励
回复