Error: Interlacing the process
I am using STM32H7 and using the M4 core to output GPIO to control peripherals.
I share data between the two cores using the share memory protocol.
On the M4 core, I have turned off all interrupts and only control GPIO, but when measured, there is still a delay of a few milliseconds => the output is incorrect in timing. And notably, this only happens when I enable DMA from SPI on the M7 core.
Can you tell me the reason and provide a solution?
