We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hai, I am using Keil for arm controller that in debugging session I could not use debug printf viewer if I use that only special characters are displaying not the actual message is displaying. Can anyone help me how to configure it? I have configured the ide by seeing the user guide provided by Keil but still getting the same error www.keil.com/.../uv4_db_dbg_printf_viewer.htm
To make debug prints work, enter the correct Core Clock value in the Trace tab. This usually is the SystemCoreClock value in MHz, after execution of SystemClock_Config(). For example for 60 MHz enter 60.0
-- pa