How to write driver for ADC by accessing direct registers of nRF52840 ?
I don't wanna use SDK APIs.
I wanna read LDR value connected to A0 (PO.3) pin in continous mode.
Thank You !!
How to write driver for ADC by accessing direct registers of nRF52840 ?
I don't wanna use SDK APIs.
I wanna read LDR value connected to A0 (PO.3) pin in continous mode.
Thank You !!
Hi,
Here is an example for nRF52832. The SAADC peripheral registers and functionality should be the same on nRF52840.
Best regards,
Jørgen