#include <__armlib.h>
void __ARMLIB_commTX(unsigned long n);
__ARMLIB_commTX transmits the word of data n down the ARM's debug communications channel. This function will block until the operation is complete.
__ARMLIB_commTX is an ARM specific extension provided by CrossWorks C.