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.
I use STM32f103RCT6 to blinking led in pin A8 with 1 second delay, and i try to use logic analyzer to see whether it's right. However, when i setup in "Current Logic Analyzer Signal", i write PA.8 in it and it say "Unknown Signal". I was trying write everything "PORTA.8","PortA.8","PA8" but it always say "Unknown Signal". What signal' name i should write in it???
In order to use Logical Analyzer, you have to enable and setup correctly the Trace functionality.
Moreover, you can refer to this link www.keil.com/.../uv4_db_dbg_logicanalyzer_setupex.htm for the Logical Analyzer setup in details
"Variable "PORT0.2" Variable "PORT2", Mask: 0x10, Shift Right: 4 (Note, the input is identical to PORT2.4) Variable "flag", Mask: 0xFF, Shift Right: 0"
in this code example, where should i write this code in keil C. Can you please tell me more detail.