User Activity

Hello I have some problems with an interruption on the STM32H7. I'm working on a project and i implemented a timer with two interrupts (OVF and CC1) and that worked. But after trying to implement HSEM that no working even with an old version. That'...
Hello,I'm trying to use the CM4_SEV_IRQHandler to send interrupt to the CM7 by CM4. Do you know if there is some documentation about that because the reference manual just give the number of NVIC about this interrupt (p.800/3528)?Can I use this inter...
Hello,I am trying to communicate with interrupt between the Cortex M4 and M7. I tested the HSEM but, maybe I'm wrong, the semaphore locks a process when it waits for it.Thanks for you help