Hi,
I am recently in trouble with a question. There are two MCUs in my board. I want to ensure these two MCUs work synchoronously, for example, MCU1 and MCU2 receive the same 4-byte data and handle it, how to operate some module to make sure that when MUC1 processes the 1st byte of the data and MCU2 does the same thing at the same time, that means MCU1 and MCU2 not only do the same thing but also do the thing synchronously. How to realize the 2 MCUs process the same data simultaneously?
Thank you very much. Hope your reply.