Percepio Trace Recorder  v4.6.6
trcStreamPortConfig.h
1 /*
2  * Trace Recorder for Tracealyzer v4.6.6
3  * Copyright 2021 Percepio AB
4  * www.percepio.com
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  *
8  * The configuration for trace streaming ("stream ports").
9  */
10 
11 #ifndef TRC_STREAM_PORT_CONFIG_H
12 #define TRC_STREAM_PORT_CONFIG_H
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 /*******************************************************************************
19  * TRC_CFG_STREAM_PORT_ITM_PORT
20  *
21  * Valid values: 0 - 31
22  *
23  * What ITM port to use for the ITM software events. Make sure the IDE is
24  * configured for the same channel.
25  *
26  * Default: 1 (0 is typically terminal output and 31 is used by Keil)
27  *
28  ******************************************************************************/
29 #define TRC_CFG_STREAM_PORT_ITM_PORT 1
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif /* TRC_STREAM_PORT_CONFIG_H */