hi all
i am a newbie to TI code composer 4,
my current application is on a c5515 EVM board and iam trying to build and run the sthethescope application
The steps mentioned on the CD that was shipped with the board are for C5505. it talks about BootLoader.zip files which are not in the CD
I have installed the daughter board onto the EVM
i created a target configuration for c5515 emulator ( as mentioned in the CD )
The sthethescope applicaiton is an existing Eclipse application so i add this to the target configuration and when i compile it , the errors that come up are missing header std.h and trc.h
it still comes up with errors
how can i obtain a binary file to load on the C5515 EVM for the sthethescope application.
I am able to load program.out file and can choose where to load the program, but i have not seen a .bin file for the sthethescope applicaiton.
Could somebody please help me with detailed steps, i have read a few topics related to this.. but i am not aware of how to use hex55 and have not found any documentation on the CD to guide me in this direction
Thank you
I am able to modify the led test program that comes with the CD, I am able to see the binary file being created and i can run this program easily.