CSAL
CSAL copied to clipboard
Coresight Access Library
I have a Cortex-M7 microcontroller (STM32H7), which does not have a filesystem. For tracing the ETB data with `cs_get_trace_data`, a `cs_device_t` object is needed, which needs to be registered on...
Can you recommend a tool for visualizing the traced debug data from the ETB?
Various devices implement a claim tag register which can be used by different agents (e.g. external and self-hosted debug) to negotiate access. Use of these bits relies on agents adopting...
ETS is a configuration option for TMC (Trace Macrocell). It's a bit like an ETR in that it's an ATB sink that writes to a bus, but it has a...
When compiling for BAREMETAL functions the functions under define is in use also (it's in use not only for DEBUG as stated in the comment)
I can't seem to find an example how to setup the ETR buffer, change buffer-size and read from it. Any help would be appreciated.