Part Number: AM3359
Hello,
I'm sharing some data between the PRU cores: PRU0 reads some bytes written by PRU1. The data are in PRU_SHAREDMEM: org = 0x00010000 len = 0x00003000 CREGISTER=28 /* 12kB Shared RAM */. Do I need to implement my own locking mechanism or is it guaranteed that only one PRU can access the shared memory at a time? The point is to avoid reading the bytes at the same time when they're written.
Many thanks!