Thank you,
I am able to Build Demo programs and have been doing basic programs, and started RTC .
Search found 4 matches
- Wed Jan 03, 2024 5:16 am
- Forum: User Projects
- Topic: Regarding RTC inbuilt wakeup interrupt
- Replies: 6
- Views: 23414
- Tue Jan 02, 2024 9:32 am
- Forum: User Projects
- Topic: Regarding RTC inbuilt wakeup interrupt
- Replies: 6
- Views: 23414
Re: Regarding RTC inbuilt wakeup interrupt
Thanks for the Reply,
How & where to check the Example code.
Please help as I am new to Chibios.
Thank you
How & where to check the Example code.
Please help as I am new to Chibios.
Thank you
- Tue Jan 02, 2024 7:16 am
- Forum: User Projects
- Topic: Regarding RTC inbuilt wakeup interrupt
- Replies: 6
- Views: 23414
Re: Regarding RTC inbuilt wakeup interrupt
Thanks for the Reply,
I tried with Disabling the RTC driver and wrote the abovementioned register level function but the STM32F407 is not waking up can you please share the RTC wakeup config for 1 sec delay or check if the above register config has any problems.
Thank you.
I tried with Disabling the RTC driver and wrote the abovementioned register level function but the STM32F407 is not waking up can you please share the RTC wakeup config for 1 sec delay or check if the above register config has any problems.
Thank you.
- Fri Dec 29, 2023 12:45 pm
- Forum: User Projects
- Topic: Regarding RTC inbuilt wakeup interrupt
- Replies: 6
- Views: 23414
Regarding RTC inbuilt wakeup interrupt
Hi, I'm working on STM32F407 with RTC Wakeup interrupt in low power mode, whenever I'm using the In-built RTC functions and try to use IRQ handler error is coming as "Multiple definitions of Vector 4C " tried commenting everywhere including os and hal files but not yet working, when tried ...