OK, after running the code on ARM cores, I finally started porting the code to TI C66x DSP cores. I think TI engineers might be happy with that ... ;-)
This is an easy question: which linker command file should I use for the EVMK2H board? The board features a single 66AK2H14 SoC chip, with 4X Cortex-A15 + 8X C66x cores. I am using CCS 5.5.0.00077 and the onboard XDS2xx USB emulator to build, load, and run the code.
The issue? When I start a new CCS project, I don't know which linker command file to use. I choose the device as TCI6636K2H, as suggested by Shankari in an earlier post, but that does not give me the correct linker command file. If I leave the linker command file unspecified, I'll get errors when I try to load the program into DSP cores.
I need the linker command file to tell me the memory ranges for L1/L2/L3 SRAM, and for DDR RAM (if any). I don't really care about ROM and flash, but would like to have their memory ranges for the sake of completeness. I'll experiment with different L1/L2 cache configurations. For now, let's assume that they are all SRAM.
Thanks!
