AM261x MCU+ SDK  10.00.01
Real Time Debug

Introduction

This examples demonstrates the real time debug functionality. It has a global variables which is continuously updated in the application. This variable can be monitored in runtime from the expression window in CCS.

Supported Combinations

Steps to Run the Example

  • When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see Using SDK with CCS Projects).
  • When using makefiles to build, note the required combination and build using make command (see Using SDK with Makefiles)
  • Launch a CCS debug session and run the executable, see Enabling Real Time Debug
  • The value of global variable can be monitored runtime in the expression window.