Question
STM32H745 call event interrupt in second core
Hiiii,
I'm trying to create multicore communication in Nucleo-H745zi. I want to call interrupt in the second core. I just want toggle LED in second core after interrupt came from first core. I checked the articles and other stuffs on internet but i can't able to understand how i actually write that code .
In NVIC2 there is an option CM7 send interrupt to CM4 i enabled it but i didn't understand how to execute it . If anyone know about it please help me with same.
