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.

possible errors in default linker command file DM6446.cmd

Other Parts Discussed in Thread: TMS320DM6446

Hello,

I was looking at the default linker command file DM6446.cmd in Code Composer version 5.2.0.00069. These two lines appear incorrect:

DSP_L1D:       o = 0x00F04000  l = 0x0000B000  /* 48kB DSP L1 Data RAM */

SH_DSP_L1D:    o = 0x11F04000  l = 0x0000B000  /* 48kB Shared DSP L1 Data RAM */

The defined lengths "0x0000B000" are equivalent to 44 kB, which does not match the 48 kB listed in the comment and also the TMS320DM6446 datasheet. I believe the correct lengths should be "0x0000C000"

Can someone please confirm if this is a mistake?

Thanks,

Bryan Brudevold