cancel
Showing results for 
Search instead for 
Did you mean: 

How to rad GPIO PIN status in STM32CUB MONITOR?

parth kothiya
Senior

I want to display GPIO INPUT PIN HI / LOW status using STM32CUBE MONITOR so how can i do this?

1 ACCEPTED SOLUTION

Accepted Solutions
stephane.legargeant
ST Employee

Hello

You can read the Input register of the GPIO.

Please, have a look to this post, there is an example.

https://community.st.com/s/question/0D53W00000HyrcjSAB/setting-up-variables

Best regards

Stephane

View solution in original post

2 REPLIES 2
stephane.legargeant
ST Employee

Hello

You can read the Input register of the GPIO.

Please, have a look to this post, there is an example.

https://community.st.com/s/question/0D53W00000HyrcjSAB/setting-up-variables

Best regards

Stephane

stephane.legargeant
ST Employee

Hello @parth kothiya​ 

Have you been able to read the GPIO with the reference provided ?

Best regards

Stephane