Giter Club home page Giter Club logo

stm32_trace_example's Introduction

STM32 ITM/ETM trace example

This is an example on how to configure the TPIU/DWT/ITM/ETM blocks on a Cortex-M3 microcontroller for tracing the execution. Trace data is output from the TRACESWO pin.

Designed to run especially on STM32 Value Line Discovery board, but should be easily adaptible to other boards also. Note that the STM32F100 chip on value line discovery does not have ETM feature.

What this does:

  1. Configures the trace pin to output TPIU formatted trace from both ITM and ETM.
  2. Blinks a led, while monitored by ITM tracing.
  3. Causes periodic interrupts, where it runs bubblesort while tracing it with ETM.

Trace configuration with OpenOCD

The file configure-trace.openocd contains an alternative way to configure tracing without modifying the actual executable.

Random notes

OpenOCD also has some built-in ETM configuration support. If anyone has an example on how to use it, I'm interested.

Atleast STM32F407 seems to require a few extra settings: ETM_CR to 0xd90 to set the trace port internal width. ETM_TEEVR to 0x6F to do something related to "start/stop resources"..

stm32_trace_example's People

Contributors

hujiaodigua avatar petteriaimonen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.