RTC (Real Time Clock) and TouchGFX
EDIT:
The main problem here is the initialization of the RTC clock.
Is there known problems with initializing the RTC clock within a TouchGFX project?
I'm having no luck with initializing the RTC in the context of TouchGFX.
ORIGINAL POST:
I'm working with the STM32F769I-DISCO board trying to get it to work with Standby Mode with RTC wake-up.
I downloaded an example project here which demonstrates the use of low power modes with this board.
I got it to do everything I want in this example program, but when I try to integrate it with my TouchGFX project, the RTC clock does not always initialize properly. The only way I can get the RTC to initialize properly is to first flash the working example project to the board, and then flash my ToughGFX project to the board. What might be the cause of this? Maybe the example project is changing some registers that I did not integrate into my TouchGFX project?
Any advice?
Thank you.
