
Problem Description
Software Configuration (Internal RC 32kHz Clock)
1. Device Tree Configuration
2. Kconfig Configuration

Hello,
Blinky is a simple application; Using internal crystal may not have impact to booting failure which you are observing now.
Have you checked the load capacitor of HFXOs are defined correctly according to the crystal specification?
The configuration you set for using internal RC is correct. One thing you can try in the overlay file is to remove these line
load-capacitors = "internal";
load-capacitance-femtofarad = <7000>;
clock-frequency = <32768>;
When LFXO node is disabled, then no need to define the value of load capacitor/frequency. So just keep it upto status= disabled part.
Thanks.
BR
Kazi
Hello,
Blinky is a simple application; Using internal crystal may not have impact to booting failure which you are observing now.
Have you checked the load capacitor of HFXOs are defined correctly according to the crystal specification?
The configuration you set for using internal RC is correct. One thing you can try in the overlay file is to remove these line
load-capacitors = "internal";
load-capacitance-femtofarad = <7000>;
clock-frequency = <32768>;
When LFXO node is disabled, then no need to define the value of load capacitor/frequency. So just keep it upto status= disabled part.
Thanks.
BR
Kazi