RTClock implementation for STM32F103 #1946
|
Hello, The same RTClock is not working for this core. Is a similar library available here? Or is there a way I can get the systick seconds in my code? Any help is appreciated. |
Replies: 2 comments 5 replies
|
You can simply use Or you can use the STM32RTC: |
|
I think my explanation was not clear. Test Code: |

you want something like a free running counter.
You can try something like this as a workaround