Hello,
I am developing an app for the C6748 SOC on the OMAP-L138 EVM Board and am having a difficult time finding documentation on how to work with the on-board DDR2 and EMIFACSx memory blocks.
My app runs fine out of L2 (SHDSPL2ROM in C6748.cmd) cache memory, but I need much more ram for larger arrays and cannot seem to get those memory blocks to work. My app hangs if I try to execute out of those two memory blocks. I was hoping the linker would simply bring in the necessary libraries or code to make them work, but it doesn't appear to be doing so.
Thanks