Hello,
I'm working with a C6678 on an EVM. Goal is to get data copied into L2SRAM directly (without indirection and memcpy, e.g. via DDR). Therefore I have to questions:
-Is it possible to copy data directly into L2SRAM with SRIO (e.g. from an FPGA)? Should be only an absolute address for the data transfer in my opinion...
-I used the '#pragma LOCATION' to place a variable at an absolute address in the L2SRAM. Compiling works, but the variable dissappeared from the memory map. How can I set a variable at an absolute address to reserve the memory?
Best Regards,
Bernd