2020-10-16 02:26 AM
In the STM32F070, EXTI0_15 come from GPIOs, EXTI17 comes from RTC Alarm Event, EXTI18 comes from USB wakeup Event, EXTI19 comes from RTC Tamper and TimeStamp Event, EXTI20comes from RTC Wakeup Event. Where are destination of EXTIs? or Where are EXTIs connected to?
Solved! Go to Solution.
2020-10-16 03:48 AM
In 'F0, the EXTI events serve only to wakeup, if you use WFE to go to some of the sleep-like modes.
JW
2020-10-16 03:48 AM
In 'F0, the EXTI events serve only to wakeup, if you use WFE to go to some of the sleep-like modes.
JW
2020-10-18 06:17 PM
In the STM32F407, What do the EXTI events serve to ?
2020-10-19 06:45 AM
It has the same purpose.
JW