Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi All
I want to read the PA23 pin of the L1305.
The circuit has a 1.8V pull-up.
I'm using DL_GPIO_readPins()
to read it.
However, for some reason, this pin seems to be floating.and the if
condition never evaluates to true.
When reading the register, it sometimes shows high, sometimes low, and even stays low continuously.
In debug mode, I have to pause and resume several times before the register reads the correct value.
I can confirm that the 1.8V is stable.
Below are the function and sysconfig settings
Is there anything that needs to be modified?