53
CHAPTER 10
SEGGER Real Time Transfer
10.1 SEGGER Real Time Transfer
SEGGER’s Real Time Transfer (RTT) is the new technology for interactive user I/O in em-
bedded applications. RTT can be used with any J-Link model and any supported target
processor which allows background memory access.
RTT is included with many embOS start projects. These projects are by default configured
to use RTT for debug output. Some IDEs, such as SEGGER Embedded Studio, support RTT
and display RTT output directly within the IDE. In case the used IDE does not support RTT,
SEGGER’s J-Link RTT Viewer, J-Link RTT Client, and J-Link RTT Logger may be used instead
to visualize your application?s debug output.
For more information on SEGGER Real Time Transfer, refer to
10.1.1 Shipped files related to SEGGER RTT
All files related to SEGGER RTT are shipped inside the respective start project’s Setup folder:
File
Description
SEGGER_RTT.c
Generic implementation of SEGGER RTT.
SEGGER_RTT.html
Generic implementation header file.
SEGGER_RTT_Conf.h
Generic RTT configuration file.
SEGGER_RTT_printf.c
Generic printf() replacement to write formatted data via
RTT.
SEGGER_RTT_Syscalls_*.c
Compiler-specific low-level functions for using printf() via
RTT. If this file is included in a project, RTT is used for
debug output. To use the standard out of your IDE, ex-
clude this file from build.
embOS-MPU for Cortex-M and IAR
© 2010-2020 SEGGER Microcontroller GmbH
Содержание embOS-MPU
Страница 4: ...4 embOS MPU for Cortex M and IAR 2010 2020 SEGGER Microcontroller GmbH ...
Страница 6: ...6 embOS MPU for Cortex M and IAR 2010 2020 SEGGER Microcontroller GmbH ...
Страница 21: ...Chapter 4 CPU and compiler specifics embOS MPU for Cortex M and IAR 2010 2020 SEGGER Microcontroller GmbH ...
Страница 44: ...Chapter 8 VFP support embOS MPU for Cortex M and IAR 2010 2020 SEGGER Microcontroller GmbH ...