Loading...
 
Skip to main content

System Workbench for STM32


Re: Printf via SWV doesn't print anything

Hello,

I've fixed my bug !
Actually, in "system_stm32f10x.c", I uncommented "#define PLL_SOURCE_HSE" instead of "#define PLL_SOURCE_HSI" and now ITM_SendChar works properly ("printf()" still doesn't work however).

Have a good day.