nRF54L15 clock output

Dear devzone team,
I want to use the clock output function of nRF54L15, how can I achieve it?

BR,

Zero

Parents Reply
  • Hi ,

    Thank you for your support. I tested and I can see the 32.768k clock output normally. But I have to add that since p0.04 and p1.08 are temporarily used by button2/3, I need to add an .overlay file to delete the button2/3 node, as follows:

    / {
    
    	aliases {
    		/delete-property/ sw2;
    		/delete-property/ sw3;
    	};
    };
    /delete-node/ &button2;
    /delete-node/ &button3;
    

    I am still verifying whether 16M is feasible.

    BR,

    Zero

Children
No Data
Related