Hi,
First question: How can I burn my program into eZDSP C5535? You may call me a newbie but I have not seen any harder way to burn a code into a kit until I have been working with eZDSP C5535 and Code Composer. Maybe it is because of Code Composer, I have always used IAR to program MSP430 in my previous projects.
Second question: It seems that I have to create .bin file to insert into the Code Composer after I debugged the program, I would be able to debug and run successfully all of the examples on the kit. But all of the workarounds that were posted in the forums did not work to create the .bin file from .out file that was created during debugging. hex55 does not create any file, can anyone troubleshoot my problem here:
C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\ezdsp5535_v1\tes
ts\lcd-osd9616\Debug>hex55 -i ./boot_post.out -o ./project.bin -boot -v5505 -b -
serial8
Translating ./boot_post.out to Binary format...
"./boot_post.out" ==> .cinit (BOOT LOAD)
"./boot_post.out" ==> vectors (BOOT LOAD)
"./boot_post.out" ==> .text (BOOT LOAD)
"./boot_post.out" ==> .const.1 (BOOT LOAD)
"./boot_post.out" ==> .const.2 (BOOT LOAD)
"./boot_post.out" ==> .const.3 (BOOT LOAD)
C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\ezdsp5535_v1\tes
ts\lcd-osd9616\Debug>dir
Volume in drive C has no label.
Volume Serial Number is 8AFE-9DD8
Directory of C:\Program Files (x86)\Texas Instruments\ccsv4\emulation\boards\ez
dsp5535_v1\tests\lcd-osd9616\Debug
10/09/2012 02:15 PM <DIR> .
10/09/2012 02:15 PM <DIR> ..
06/02/2011 09:27 PM 2,343,392 bootimage.exe
08/05/2011 01:57 PM 197,622 boot_post.out
08/09/2011 11:42 AM 63 demo.cmd
12/21/2009 02:11 PM 733,184 hex55.exe
08/05/2011 01:57 PM 24,036 lcd-osk9616.map
06/02/2011 09:29 PM 2,336,899 mkhex4bin.exe
11/19/2009 09:47 PM 5,103 tiobj2bin.bat
7 File(s) 5,640,299 bytes
2 Dir(s) 102,137,921,536 bytes free
Thanks,
Onur