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.
Hello,
I try use sw simulator for debbuging STM32F103C8 ( DARMSTM.DLL -pSTM32F103C8) and I would like to monitor the status GPIOC pin 7 in the Logic Analyzer.
In Setup Logic Analyzer I add PORTC.7, Display Type set to Bit , but when the program changes the GPIOC.7 state to 1 (GPIOC_ODR= 0x00000080), the logic Analyzator still shows 0 .
What am I doing wrong?