Skip to main content
parth kothiya
Associate III
October 30, 2020
Solved

How to rad GPIO PIN status in STM32CUB MONITOR?

  • October 30, 2020
  • 2 replies
  • 1944 views

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

This topic has been closed for replies.
Best answer by stephane.legargeant

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

2 replies

stephane.legargeant
ST Employee
November 17, 2020

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
November 19, 2020

Hello @parth kothiya​ 

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

Best regards

Stephane