Hi Team,
I have assigned separate ADC and PWM to CPU01 and CPU02 to execute two independent controllers. For certain application I need to transfer certain data (status flags, ADC results) from one CPU to another.
How can I proceed with the shared memory, where I can write the data in CPU01 and can be accessed by CPU02?