This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello, I am wanting to generate a new Linker Command File and I believe you need to go to Tools->RTSC-Platform-New. I am using the 66AK2H14 processor so I'm assuming I choose C6000 from Device Family because I'm generating a Linker Command File for a DSP core. From the Device Name I would assume to find 66AK2H14 but I don't see it. I only see the H06 and H12.
Thank you,
Joe
Joe,
the device 66AK2H14 is not in the list of the devices supported by SYS/BIOS, but as far as I can tell from the specs H12 and H14 are equivalent for the purposes of creating the memory map. So, you can choose H12 to create your platform. The only difference between these devices is a 10GB Ethernet subsystem, but the device selected for your platform will only impact the SYS/BIOS code, and that code doesn't control peripherals.
Sasha,
Hello, thank you for responding to my message. Correct me if I'm wrong here, but are you saying that you cannot run the TI RTOS on the H14?
Respectfully,
Joe
You can run SYS/BIOS on H14, but you have to pretend you are using H12 when building the memory map because SYS/BIOS does not recognize H14 as one of the devices for which the memory map can be created. The only H14 specific code you might have is related to Ethernet, and SYS/BIOS is not going to interfere with that code.
Thank you for that information. Perhaps choosing the H12 would be better on a new design.
Have a good day,
Joe