Hi,
I'm trying to use the LPCOMP of the nrf52 telit board.Configured lpcomp with the following settings :
Input : AIN2
Ref : AIN1 ( external ref. of 1.6V)
Detection : Crossing
I've initialised the lpcomp and enabled the lpcomp with nrf_drv_lpcomp_enable…
Hi
I'm working on detecting voltage change direction(up or down) by using LPCOMP or COMP.
LPCOMP initiates as following settings:
detection: NRF_LPCOMP_DETECT_UP.
reference: NRF_LPCOMP_REF_SUPPLY_11_16.
Toggle the detection direction in the LPCOMP…