Hi Champs:
In AM65 platform, customer asks the below question:
In ICSSG1, customer wants to read some data from ICSSG0’s shared memory.
Does it can do that? And how?
According to the forum about AM47x, I think AM65 can also do it.
By using the below code.
customer cannot get any value from g_pFarPRU0.
volatile int *g_pFarPRU0 = (int *)(0x0B010000); // pointer to PRU0 shared memory
Any comments?
BR Rio