This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision Logic Analyzer GPIO in SW simulation?

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?

0