Hi
I am using the SDK 15.2.0 and developing for a NRF52832 using Segger.
I have a problem with the define NRF_SAADC_CHANNEL_COUNT in "nrf_saadc.h". It is set to 8.
The enum defining the channels e.g "NRF_SAADC_INPUT_AIN7" is defined as value 8. The "NRF_SAADC_INPUT_VDD" is defined with value 9.
The problem is that the asserts in nrfx_saadc.c is written as "channel < NRF_SAADC_CHANNEL_COUNT".
Am I looking wrong at this or is this a mistake in the driver?
Hope you can help
Best regards
Mikkel