Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other values that i dont seem to have defined? How could i get this working for the NRF54L15, i am working on porting the project from the nrf52840dk to this board. I am using the 3.0.1 SDK. My guess is im missing some sort of definition somewhere but I can't seem to find where. The header file wants values for variables in the form of SAADC_CH_CONFIG_TACQ_5us etc.
channel.channel_config.gain = NRF_SAADC_GAIN1_4;
channel.channel_config.acq_time = NRF_SAADC_ACQTIME_5US;