This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM65X: AM65 ICSSG1 read ICSSG0's shared memory

Part Number: PROCESSOR-SDK-AM65X

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.

https://e2e.ti.com/support/processors/f/processors-forum/659580/compiler-processor-sdk-am437x-sharing-variables-across-pru-s?tisearch=e2e-sitesearch&keymatch=pru0%25252525252525252520access%25252525252525252520pru1

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