Hello Clive,Thank you for your example which works perfectly.When I redid a small project to test the execution of the ITM_SendChar function alone, I misconfigured the clock and that is why the ITM_SendChar function did not work.The printf didn't wor...
Hello again Brian,I go in all the lignes of the ITM_SendChar program :__STATIC_INLINE uint32_t ITM_SendChar (uint32_t ch){ if (((ITM->TCR & ITM_TCR_ITMENA_Msk) != 0UL) && /* ITM enabled */ ((ITM->TER & 1UL ) != 0UL) ) /* ITM ...