felipe-iar / itm-example

A simple example for the IAR Embedded Workbench for Arm using Cortex-M ITM instrumentation for displaying the application's data on the IAR C-SPY Timeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

itm-example

Introduction

This is a simple example for the IAR Embedded Workbench for Arm using Cortex-M ITM instrumentation for displaying the application's data on the IAR C-SPY Timeline.

Project's default settings

The project's was generated for the STM32F407VG device, used in the STM32F407G-DISC1 board.

Debugging experience with the C-SPY Timeline

Below you can see an (optional) conditional breakpoint that breaks when iVal % 5 == 0 and the tooltip displaying timing data for a selected range:

image

About

A simple example for the IAR Embedded Workbench for Arm using Cortex-M ITM instrumentation for displaying the application's data on the IAR C-SPY Timeline


Languages

Language:C 99.7%Language:Assembly 0.3%