Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
is there a callback function to check if the low frequency crystal is stable?
How to configure the sysctl DL_SYSCTL_IIDX_LFXT_GOOD interrupt?
Regards, Holger
Tool/software:
Hi,
is there a callback function to check if the low frequency crystal is stable?
How to configure the sysctl DL_SYSCTL_IIDX_LFXT_GOOD interrupt?
Regards, Holger
Hi Holger,
There is a CLK_OUT function could be configured in sysconfig, you could enable it and select the CLK_OUT pin. Then you could observed the clock waveform on this pin by scope or by logic analyzer.
Best Regards,
Pengfei
Hi Pengfei,
that would be perfect for evaluation and development.
I need something for series code to monitor stable clock. Is there an example code which uses SYSCTL interrupt handler for LFXTGOOD?
Regards, Holger