Hi,
When I tried to use PH_0 and PH_1 as INPUT pins, readings from PH_0 and PH_1 stays low even if pulled up or connected to VCC. There seems to be something special about those two pins.
https://community.st.com/s/question/0D50X00009XkYFbSAN/stm32l433-using-ph0-ph1-as-gpio
What is the proper way to use them in Mbed? The following lines of code doesn’t work.
DigitalIn myInput(PH_0); // Stays low
Thanks.
ZL