Hi,
I need to set a global watchpoint during a multi.core CCS debug session when this condition is true:
realTimeSignalPoolData.cmdRef.tourqeRef > 2.0
Note that realTimeSignalPoolData is a global variable of core Cortex_R5_1.
I grouped the 4 Cortex R5 processors, I enabled global breakpoints, I created a watchpoint on realTimeSignalPoolData.cmdRef.tourqeRef and I wrote the condition in the condition field of the breakpoint properties form.
The problem is that the watchpoint is always triggered at each write to realTimeSignalPoolData.cmdRef.tourqeRef variable , ignoring the condition.
Please, can you help?
BR
GS