Hi we have two cores enabled,
1. ARM A15_0 with TI RTOS.
2. DSP1 with TI RTOS.
I want to access the same address of GPMC on both cores, currently i have access on a15_0 , and ASIC on gpmc is mapped to 0x0800_0000, Chip Select A27.
From TRM i see that GPMC is mapped to 0x0000_0000
And MPU (a15_0,a15_1) also view the L3_MAIN from 0x00_0000_0000
But DSP sees,
Does it mean that DSP sees 0x0000_0000 with base offset of 0x1400_0000? or there is no access for DSP to 0x0000_0000 at all?
When i try to acess 0x1400_0000 from DSP i see all the memory is 0...
And more confusion makes this table, from DSP Subsystem,
There is no 0x1400_0000 mention here....
0x802_0000 adress is also L3_MAIN, maybe it is the 0x0000_0000 mapped on dsp?
Can you advise thanks.