RTC hrtc.Init.AsynchPrediv & hrtc.Init.SynchPrediv = 10 Registers
Can somebody please help me. The code below is initializing the RTC. The clock works I can set and read time and date no problem. Somehow if I change these register: hrtc.Init.AsynchPrediv = 131; hrtc.Init.SynchPrediv = 10; It has no imp...