Hello, i use a nrf52 developpment board, with the SDK 12.1.0. I use the ADC example which use the ppi channel, my question is : it's possible to set the ADC driver without using ppi channel?
Hello, i use a nrf52 developpment board, with the SDK 12.1.0. I use the ADC example which use the ppi channel, my question is : it's possible to set the ADC driver without using ppi channel?
Hi,
Yes, there is an example on our GitHub. Note that this example is written for SDK 11, but there should not be that much trouble porting it to SDK 12.x.0.
You can also use the SAADC in blocking mode. An example can be found here (also SDK 11 example).
Best regards,
Jørgen