AM263x MCU+ SDK  08.04.00
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

Parameter Value
CPU + OS r5fss0-0 freertos
r5fss0-0 nortos
Toolchain ti-arm-clang
Board am263x-cc, am263x-lp
Example folder examples/kernel/dpl/interrupt_prioritization/

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.