Tool/software:
Hi team,
I am running thru some basic testing. One of the outputs I am looking to check is the RTC_OUTPUT on PA27.
I would like it to generate a 1Hz calibration output.
Even though the RTC pin mux is set in syscfg to output on PA27, there is no signal and I don’t see any code for this output generated.
Here is the driverlib code generated for the RTC
According to the user’s guide, I can set the CAL register RTCCALFX to 0x03 for 1Hz.
But I could not find the driverlib function to set that.
Below is the syscfg…
Can you help me with the code to set this output?
Thanks,
Luke