How to use ITM in SW?
External terminal througt UART it is very good. But in ST-LINK already has SWO connection to MCU. I can use CMSIS_core_DebugFunctions (ITM Functions) for my purposes, without UART? Or in System Workbench this feature is not available?
This functions has no any effects in System Workbench IDE consoles.
__STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch)
__STATIC_INLINE int32_t ITM_ReceiveChar (void)
__STATIC_INLINE int32_t ITM_CheckChar (void)
Thanks.