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

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

BR,
Zero
Hi!
Snippet:
#include <haly/nrfy_grtc.h>
int main(void)
{
nrfy_grtc_clkout_set(NRF_GRTC, NRF_GRTC_CLKOUT_32K, true);
nRF54L15 P0.04:

Hi,
Based on the above reference, I called nrfy_grtc_clkout_set(NRF_GRTC, NRF_GRTC_CLKOUT_FAST, true) in main and did not see that p1.08 has 16M clock output
BR,
Zero
Hi,
Based on the above reference, I called nrfy_grtc_clkout_set(NRF_GRTC, NRF_GRTC_CLKOUT_FAST, true) in main and did not see that p1.08 has 16M clock output
BR,
Zero
Hi,
Set P1.08 PIN_CNF CTRLSEL register to GRTC