Part Number: AM5728
Tool/software: Linux
Hi,
Am trying to access two PRU cores of AM572x-EVM & these two PRU cores use shared memory to communicate with DSP core.
Am using ADC board, whose digital output connect with 2 PRU input.
PRU writing ADC data on shared memory and that data will be read-back on DSP side.
Am using direct input mode on both PRU side & writing same ADC data from both PRU side on two different shared memory location and that data should be read back from DSP core.
How i can make ensure that both PRU should write same ADC data on two memory location at same time. As i can see on DSP side both memory location has different data.
Both memory location are of same size.
Regards,
Geek13