swmTrace Reference

 

The swmTrace library functions and macros provide a logging utility that helps you to debug an application running on the Arm Cortex-M33 core.

Summary

 

Macros

 

Functions

  • swmTrace_init : Trace initialization function.
  • swmTrace_txInProgress : Provides indication if transmission is in progress.
  • swmTrace_printf : This provides a printf-like implementation for all possible trace mechanisms.
  • swmTrace_vprintf : This provides a vprintf-like implementation for all possible trace mechanisms.
  • swmTrace_getch : A method to allow characters to be passed from the logging target to the traced application.
  • swmLog : A general logging method that allows us to output only trace messages if a particular log level has been selected.