Other Parts Discussed in Thread: SYSCONFIG
I'm looking at the examples in the mcu_plus_sdk_am64x_09_01_00_41\examples\pru_io, the ADC projects show the PRU using IPC to send data to the R5F, however I don't see any examples of sending data from the R5F to the PRU. I'm looking for any examples of the R5F PRU_IPC_sendData() call to the PRU, and the PRU using m_pru_ipc_rcv to receive the data (I'm assuming this requires setting up the Enable Interrupt To PRU On Data Send in Sysconfig as well, along with registering some kind of callback on the PRU side when the interrupt from the R5F is received so anything covering that as well would be good.
As a bonus if there is any info that covers direct reads from shared memory on the PRU side, the empty project only shows the PRU writing to shared memory, that would also be helpful.
Thanks.