Hi,
thank you Senlent.
what should this range be when I set it in the project?
const rtc_init_config_t rtcTimerInitCfg0 = {
.updateEnable = false,
.nonSupervisorAccessEnable = true,
.compensationInterval = 0U,
.compensation = 127, // What would be the range here? -128~127?
.clockSelect = RTC_CLK_SRC_LPO_1KHZ,
.clockOutConfig = RTC_CLKOUT_SRC_TSIC
};
Thank you again.