Hello,
I started using the cc5515 eZdsp board yesterday. I was able to create the target configuration and CCS connected to the stick also. But when i run one of the test programs, it says fatal error, header missing , after which i copied the three header files into the include folder. After doing this, i built the code again and get this error! It still says all usbsth*.h as undefined! and also why does this memory error come? must i play around with the memory mapping?
<Linking>
"../C5515.cmd", line 74: error #10099-D: program will not fit into available
>> Compilation failure
memory. placement with alignment/blocking fails for section ".text" size
0x40ba page 0. Available memory ranges:
DARAM1 size: 0x2000 unused: 0x2000 max hole: 0x2000
undefined first referenced
symbol in file
--------- ----------------
_USBSTK5515_LED_init ./main.obj
_USBSTK5515_LED_off ./main.obj
_USBSTK5515_LED_on ./main.obj
_USBSTK5515_waitusec ./main.obj
_main C:\ti\ccsv5\tools\compiler\c5500_4.4.1\lib\rts55x.lib<args_main.obj>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Tutorials.out" not built
gmake: *** [Tutorials.out] Error 1
gmake: Target `all' not remade because of errors.
Thanks!
P.S: I downloaded my CCS 5.5 from online and licensed it to Bundled. I selected such that it supports only 5000 series DSP, as the DVD that came with usbstk is not being read by my drive.