User Activity

I would syncrhonize A7 and M4 on STM32MP151A using IPCC interrupt, how can I do it? Moreover, using FreeRTOS, I need to start some task before of MX_OPENAMP_Init, but I noticed if I move this function after the Kernel starting, it doesn't work. I do...