Hello!
I don't know if there is a way to configure a nrf52832-QFAA's clock source on my custom board software-wise.
Just a disclaimer but please correct me if I'm wrong anywhere because there is little to no reliable tutorial for clock control and I'm also just as confused as you might be when looking at the code snippet I'm providing.
We were planning to use the 32MHz high frequency internal RC:
This is the snippet for the clock control section of the application:
dts file:
```
```
defconfig file:
```
```
main.c
```
```
The application works fine at first but then for some reason the clock_control_on() function returns error code 11 and stopped working ever since. I'm not sure if it's a problem software-wise or hardware-wise, since my group is using a custom designed board. My groupmate already made another private ticket for hardware debugging, but I want to see if there's any possible solution software-wise because this doesn't seem ideal.
Thank you for your help, and sorry if this code snippet confuses you in any way.
Regards,
Jackie