Question
rtc time
Hello,
I am using NUCLEO-F429ZI. I add one battery on my board and work on RTC. RTC is working, however, all time(null), clock() and so on don't work properly as soon as I remove semi hosting. After I dig the information, I know time(NULL), clock() is working on semi hosting. Actual, I would like to have UTC time, local time, and RTC second for my application. Does anybody have some way to fix this issue? I know I can rewrite codes to get it, but if library is available, why we don't use it?
Thank you in advance.
