Passing log messages over the JTAG interface, instead of UART0

Espressif resources

https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/app_trace.html#app-trace-logging-to-host

Getting it working

esp_app_trace.h needs app_trace adding to your AMakeLists.txt

	REQUIRES
		app_trace

Then in your project:

#include "esp_app_trace.h"

A work in progress…so far we’ve been unable to make this feature actually work…!
Got to here: https://www.esp32.com/viewtopic.php?f=13&t=33205&p=112706#p112706

USEFUL?
We benefit hugely from resources on the web so we decided we should try and give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through mini sites like this. We hope you find the site helpful.
Please feel free to comment if you can add help to this page or point out issues and solutions you have found, but please note that we do not provide support on this site. If you need help with a problem please use one of the many online forums.

Comments

Your email address will not be published. Required fields are marked *