I am trying to get a very simple ADC reading to print to the console using the nRF5340DK. I have a voltage divider with a photoresistor and a regular resistor, and I am trying to pass the output voltage as an analog input to P0.04. I am using nRF Connect in VSCode, version v2023.4.179. I am using the onboard VDD (3V) and GND for the circuit. I have enabled ADC in the prj.conf file. I will attach my main.c file to this. When I build and flash the code to the board, I get error -22 from adc_read. I would greatly appreciate any advice to solve this issue. Thank you!