Hi, all!
I have custom board, based on DM816x EVM. On board have 512MB DDR3 connected to the EMIF1 at address 0xC0000000. At this moment I work only with ARM processor and Linux. But I need write some DSP program and have some questions about SDK components.
1) Must I change EZSDK memory map to do this task or not?
2) On this wiki page http://processors.wiki.ti.com/index.php/EZSDK_Memory_Map in section "H/W and S/W limitations to consider for deciding memory map" in "Hardware Limitations" said: "Media Controller cannot access any program memory above 0xA0000000". What does it mean? In my board I can't use MC at all? Or I misunderstood something?
3) What should I change to sys_top working correctly. sys_top output message:
# ./sys_top
Unhandled fault: Precise External Abort on non-linefetch (0x1818) at 0x400d0000
Bus error
Thank you.