Question
ITM, Debug window,CMISIS support
Posted on August 04, 2015 at 17:46
Hello
I am using NUCLEO L053R8 (STM32L0) and Keil uVision 5.15 and ST-Link (embedded in the nucleus board). I buid a FW program using CubeFx I am setting up the stdoutput with no semihosting using the ITM.First I cannot find the Debug printf window in the uVision GUI claimed by the Keil documentation at http://www.keil.com/support/man/docs/ulink2/ulink2_trace_itm_viewer.htmI understand this is for keil U-LINK2 though. Does ST link support ITM debug?I would use CMSIS ITM functions I cannot find the functions ITM_SendChar etc. as documented by https://www.keil.com/pack/doc/CMSIS/Core/html/group___i_t_m___debug__gr.html#gaaa7c716331f74d644bf6bf25cd3392d1 (I see CMISIS stff in the CubeFx generated program)I am afraid I am doing something undamentally wrong ...