SmartCAMPUSZCU / KETCube-fw

KETCube firmware
Other
1 stars 1 forks source link

RTC-related issues #10

Open belohoub opened 5 years ago

belohoub commented 5 years ago
belohoub commented 5 years ago

Hotfix for periodic functions never executed issue.

Brief examination showed that this behaviour only occures after POR.

I did no RTC initialization debugging (for now), as RTC is planed to be replaced by the new KETCube core part.

Just a hotfix is released (for now): the buggy bahaviour has been hotfixed in 772a5bd. The correct startup file is now included only in the Makefile Project. Now it behaves like this: KETCube is reloaded automatically after POR.

This hotfix should be removed in the future. The whole RTC-related (really buggy and owfully large) code requires refactoring!