I get an error: Undefined referrence to 'ITM_SendChar'. What should I do?
I 'm using Atollic TrueSTUDIO 9.3.0 with STM32CubeMX 5.2.1 and target MCU is an STM32F030F4P6.
I 'm building my project but I get this error:
Undefined referrence to 'ITM_SendChar'.
In the second photo you can see that the folder that contains the file (core_cm3.h) that contains the 'ITM_SendChar' function is included in my project.
(Properties->C++->BuildSettings->ToolSetings->C Compiler->Directories->Include Path)


What have I done wrong?
