Tool/software: Linux
hii..
I want to write a python program to read the PRU Shared memory
like : I store a data in PRU shared memory with
LDI32 r2,0x00010000
LDI32 r3,30
SBBO &r3, r2, 0, 4
now I want to write a python script to read that memory (0x00010000) = 0x4a310000
so, please help me with the approach and example codes. Thankyou