There are 5 messages in this thread.
You are currently looking at messages 0 to 5.
Hi all Is it possible to load a COFF file into C6416DSK without CSS? Any help would be appreciated. Regards , Hamid______________________________
h...@yahoo.com (Hamid) writes: > Hi all > > Is it possible to load a COFF file into C6416DSK without CSS? > Any help would be appreciated. I presume you meant "CCS" (Code Composer Studio). Yeah, there are several ways, assuming the 64x works like the 54x in this respect. There is a bootloader built into the off-the-shelf devices that will try various ways to load on power-up: the serial port, from memory if a "magic number" is at a certain (I/O?) address, etc. For the 54x, the document spra602c describes this process. www.ti.com. -- % Randy Yates % "Rollin' and riding and slippin' and %% Fuquay-Varina, NC % sliding, it's magic." %%% 919-577-9882 % %%%% <y...@ieee.org> % 'Living' Thing', *A New World Record*, ELO http://home.earthlink.net/~yatescr______________________________
Hi Randy I do mean CCS, What I need is a host application that I can load the program from this application to the DSK , not to the flash memory. Now , I'm wondering if TI has provided any library for this purpose(that I can use in my host application)as e.g they have it for DSK 6711(load6xdr). regards : Hamid______________________________
h...@yahoo.com (Hamid) writes: > Hi Randy > > I do mean CCS, What I need is a host application that I can load the > program from this application to the DSK , not to the flash memory. The technique I described was to load to memory (RAM), not FLASH. > Now , I'm wondering if TI has provided any library for this > purpose(that I can use in my host application)as e.g they have it for > DSK 6711(load6xdr). I guess one would have to ask what the hardware interface is. Serial port? USB? Can the MCBSP be configured to operate like a UART? Don't know if I can offer anything else - sorry I can't be of more help. -- % Randy Yates % "I met someone who looks alot like you, %% Fuquay-Varina, NC % she does the things you do, %%% 919-577-9882 % but she is an IBM." %%%% <y...@ieee.org> % 'Yours Truly, 2095', *Time*, ELO http://home.earthlink.net/~yatescr______________________________
h...@yahoo.com (Hamid) wrote in message news:<a...@posting.google.com>... > Hi all > > Is it possible to load a COFF file into C6416DSK without CSS? > Any help would be appreciated. > > Regards , Hamid Hello, I think so. I already made an application for a 6713 which is load inside the 6713 memory using HPI with an MPC860. The out file generate by the CCS is just a COFF format file. Using the COFF format, it is possible to load different section (.txt, .bss, ....) at the rigth place inside the 6713 map. Then the 6713 is started and application can run.______________________________