Good day,
Just some context: I am in the process of evaluating the IWRL6432 and have created my own board. I am running into some issues bringing this board up, so I am trying to narrow down where the potential issue may be.
On the IWRL6432Boost EVM board, the two GPADC inputs on the EVM are set to 1.2V and 0.9V. On our board, we have set both GPADC inputs to 0.3 V as per recommendations in the IWRL6432 errata.
From what we can see in the FW, GPADC monitoring does not seem to be enabled:
ripple_link.c:
dfp_sensor.h:
Looking at the FW, it seems like live monitoring of these GPADC inputs is not currently enabled. Therefore, the fact that we have these inputs at 0.3 V should not prevent the FW from running as expected? i.e the device is not going to detect that these GPADC inputs are not 0.9 V and 1.2V as expected in the EVM design and go into some error state?
Your input is much appreciated.