Solved
printf not working via ITM_Sendchar, _write never called
I am trying to use SWD for printing using ITM_Sendchar, Printf not calling _write, I tried to put breakpoint and see, But it is not hitting breakpoint






I am trying to use SWD for printing using ITM_Sendchar, Printf not calling _write, I tried to put breakpoint and see, But it is not hitting breakpoint






Clock speed needs to match.
Doesn't the STM32F3 have a default HSI of 8 MHz?
Use that speed.
Perhaps also output to the VCP USART so you can see in a Terminal app, and print out SystemCoreClock to confirm.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.