Hi,
We have some variables in shared memory. These variables can be accessed directly by both cores, and this is not controlled through IPC.These variables can be accessed by the cores at random times. Typically these variables are only written from one core and read from the other core. What happens if one core want to read the same variable as another core writes it at the same time?