Part Number: TMS320F28379D
Hi,
I have a board with a TMS320F28379D Delfino part along with some SDRAM. I have looked through the examples for EMIF but all of them use memcpy_fast_far() to transfer data to and from the SDRAM device. The EMIF design guidelines (http://www.ti.com/lit/an/sprac96a/sprac96a.pdf) says "The contents of the external memory devices are mapped through the EMIF to the C28x program and data memory spaces. All read and write accesses to the EMIF memory space will initiate corresponding read and write operations between the EMIF and external memory." but I don't see how this mapping is done in a linker file or how the code looks for accessing said memory.
Is it actually possible to map external SDRAM devices to memory addresses on the Delfino microcontroller and access the memory transparently (via variables mapped to those memory locations)?
Thanks,
Aditya

