2025-07-08 3:17 AM
Hi,
is there any way to share an external interrupt, coming from two separate GPIOs, between M4 and A7 cores in stm32mp15x family?
thanks
2025-07-18 5:26 AM
Hi @OskarM ,
Sorry can you please add further contex and detail about your question ?
Thanks
Olivier
2025-07-22 10:08 AM
Olivier,
the general context is that we almost used out all GPIOs and we have a conflict between M4 and A7 cores on one EXTI "signal". In cores like M4 and any other, simpler cores, when both GPIOs are on the same core, you could just read the current state of both GPIO lines in the interrupt routine and decide which GPIO triggered the acutal EXTI interrupt, provided that we have some knowledge (control) on the external trigger duration etc. It's not perfect, but it's possible to do. Now, when the same situation happens on two, separate cores, each core would have to be triggered on the same EXTI interrupt, maybe use HSEM to protect EXTI registers from clearing the INT flag or...? Quite complicated I guess.
b.r.