I am developing a product with nRF52832 in which we need to use the COMP module. We need to route the RESULT signal directly to the RX input of the UART, or to an output of the GPIO.
From the datasheet this does not seem to be possible: the only way to read the COMP result is through bit 0 of the RESULT register.
How can we go about using the COMP?
thank you.