2020-08-20 06:10 AM
I'm working for the low power mode functionality on STM32H745ZI-Q ,it's dual core.I got perfectly sleep mode functionality on single interrupt that is PC13(EXTI_13).I done the functionality on M4 core....
But I need the requirement like the SleepMode functionality have to do with the two external interrupts.....interface.Here NVIC need to call any interrupt according to the external functionality.For that i need to use PC13,PA0 as an EXTi's.
Can you please help me out for this.....Blow i attached the main file with two interrupts which is unable to work for sleep mode.