This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634-Q1: how to set a condition in a watchpoint during multi-core debug ?

Part Number: AM2634-Q1

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