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.

CCSTUDIO: Is there any ccs tools to monitor the array index out of bounds and which instruction modifies the variables

Part Number: CCSTUDIO

Tool/software:

Hi Expert

Want to know whether some debug tools are available in CCS

1. tool to detect the array index out of bounds, like valgrind etc.

2. tool to report which instruction changes the variable and return PC register value.

Thanks

Joe

  • Hi Joe,

    Available options can vary depending on CCS version and device used. However, in general the most commonly supported feature that can help with this kind of debug is using watchpoints to monitor the program and data bus for various values (monitor read/writes to a memory location, etc) and trigger a halt. I would start with exploring watchpoints.

    Thanks

    ki