Structure of an Assembly Program
Embedded Systems with ARM Cortex-M #5
Jul 8, 202411 min read266
Search for a command to run...
Articles tagged with #c
Embedded Systems with ARM Cortex-M #5
Embedded Systems with ARM Cortex-M #3
Embedded Systems with ARM Cortex-M #3
Embedded Systems with ARM Cortex-M #1
API Functions APIUsage SEGGER_RTT_ConfigDownBuffer()Configure or add a down buffer by specifying its name, size and flags SEGGER_RTT_ConfigUpBuffer()Configure or add an up buffer by specifying its name, size and flags SEGGER_RTT_GetKey()Read...
SEGGER's Real Time Transfer (RTT) is the proven technology for system monitoring and interactive user I/O in embedded applications. It combines the advantages of SWO and semi-hosting at very high performance. Bi-directional communication with the ta...