Atmel ARM-Based Evaluation Kit for SAM4S16C, 32-Bit ARM® Cortex® Microcontroller ATSAM4S-WPIR-RD ATSAM4S-WPIR-RD Data Sheet

Product codes
ATSAM4S-WPIR-RD
Page of 1231
SAM4S Series [DATASHEET]
Atmel-11100G-ATARM-SAM4S-Datasheet_27-May-14
272
Folded instructions
Load Store Unit (LSU) operations
Sleep Cycles
CPI (all instruction cycles except for the first cycle)
Interrupt overhead
13.5.6 ITM (Instrumentation Trace Macrocell)
The ITM is an application driven trace source that supports printf style debugging to trace Operating System (OS) 
and application events, and emits diagnostic system information. The ITM emits trace information as packets 
which can be generated by three different sources with several priority levels:
Software trace
: Software can write directly to ITM stimulus registers. This can be done thanks to the “printf” 
function. For more information, refer to 
Hardware trace
: The ITM emits packets generated by the DWT.
Time stamping
: Timestamps are emitted relative to packets. The ITM contains a 21-bit counter to generate 
the timestamp.
13.5.6.1 How to Configure the ITM
The following example describes how to output trace data in asynchronous trace mode.
Configure the TPIU for asynchronous trace mode (refer to 
)
Enable the write accesses into the ITM registers by writing “0xC5ACCE55” into the Lock Access Register 
(Address: 0xE0000FB0)
Write 0x00010015 into the Trace Control Register:
̶
Enable ITM
̶
Enable Synchronization packets
̶
Enable SWO behavior
̶
Fix the ATB ID to 1
Write 0x1 into the Trace Enable Register:
̶
Enable the Stimulus port 0
Write 0x1 into the Trace Privilege Register:
̶
Stimulus port 0 only accessed in privileged mode (Clearing a bit in this register will result in the 
corresponding stimulus port being accessible in user mode.)
Write into the Stimulus port 0 register: TPIU (Trace Port Interface Unit)
The TPIU acts as a bridge between the on-chip trace data and the Instruction Trace Macrocell (ITM).
The TPIU formats and transmits trace data off-chip at frequencies asynchronous to the core.
13.5.6.2 Asynchronous Mode
The TPIU is configured in asynchronous mode, trace data are output using the single TRACESWO pin. The 
TRACESWO signal is multiplexed with the TDO signal of the JTAG Debug Port. As a consequence, asynchronous 
trace mode is only available when the Serial Wire Debug mode is selected since TDO signal is used in JTAG 
debug mode.
Two encoding formats are available for the single pin output:
 Manchester encoded stream. This is the reset value.
 NRZ_based UART byte structure