Hi Team,
I am using PN7462 and trying to read LED GPIO pins configured as output using phhalPcr_GetGpioVal().
uint8_t val = 0; phhalPcr_GetGpioVal(LED_RED, &val);
But the API always returns 0 even when the LED output is HIGH.
Is phhalPcr_GetGpioVal() only reading input pad state?
Is there any other API to read output GPIO pin state/output latch value on PN7462?
Thanks in advance.