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.

Linker errors with 28075 and TI-RTOS project

Other Parts Discussed in Thread: TMS320F28075, TMS320F28069, CONTROLSUITE

Hi.  I'm using the 28075 controlCard and CCSv6.10.  I have been doing the TI-RTOS labs from Eric Wilbur's workshop.  I did all of the labs using a 28069 controlStick, and everything worked great.  Now, changing the device to the 28075, I'm having problems.

In particular, I get a linker error telling me that the program won't fit into memory, and that the codestart section is too small.

"../TMS320F28075.cmd", line 103: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section "codestart" size 0x2 page 0. Available memory ranges:
BEGIN size: 0x2 unused: 0x0 max hole: 0x0

I did the basic hello_world project for the 28075 that came with controlSuite, but that was designed for the 28075.  The project that I'm trying to make work now is the blink_C28x_TASK project from Eric Wilbur's workshop.  This was originally intended for the 28069, and I swapped TMS320F28075.cmd in place of the TMS320F28069.cmd file.

I've been reading other posts, but nothing I found seems to answer my question.  Sorry if this has been answered already.

Thanks

Justin