We are working on stm32h747 protenta board. We are tried to send data from CM7 to CM4 by using the following example.
https://github.com/MaJerle/stm32h7-dual-core-inter-cpu-async-communication
We can able to send data from CM7 to CM4. But it taking around 600ms. Can I get any example to send data from CM7 to CM4 using notification (such as HSEM, EXTI, SEV).
Thanks,
Ashok Kumar.