NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
AM35xx AM37xx DM37xx Trace
ETB[edit]
Configuring ETB[edit]
- Launch a debug session
- Connect to the target A8
- Right click on the debug session in the Debug View and select "Show all cores"
- Select the ETB (CSETB_0) and click the connect button.
- Select the Cortex_A8 in the Debug View
- Go Tools -> Trace Control
- Click on the "Receiver..." button at the bottom of the dialog.
- Select ETB as the Receiver
- Click OK.
Enabling Trace Collection[edit]
- On the toolbar click on the down arrow beside the breakpoint button (blue circle) and select Trace
- This will open the breakpoints view and there will be a Trace breakpoint listed. Right click on it and select Breakpoint properties.
- Under Hardware Configuration, expand Type and What to Trace. Select what you want to capture. Program Address is typical. Then click Ok.
- Check the box beside the breakpoint to enable it. The color should change from grey to blue.
- You can now run your application and collect data.
Viewing Trace Data[edit]
- Go to Tools -> Open Trace Connection in New View -> <select the core you enabled trace on>
- The trace display should now open.