SEGGER_SYSVIEW_RecordString() function
SEGGER_SYSVIEW_RecordString() Function description Formats and sends a SystemView packet containing a string. Parameters EventID - SystemView event ID. pString - The string to be sent in the SystemView packet payload. Additional information The string is encoded as a count byte followed by the contents of the string. No more than SEGGER_SYSVIEW_MAX_STRING_LEN bytes will be encoded to the payload.
Syntax
void SEGGER_SYSVIEW_RecordString (unsigned int EventId,
const char* pString);
SEGGER_SYSVIEW_RecordString() calls 5 functions:
![]()
SEGGER_SYSVIEW_RecordString()
SEGGER_SYSVIEW_RecordString() reads 1 variable:
![]()
SEGGER_SYSVIEW_RecordString()