Forums Search for: COFF
"idata" sections in COFF file
inDoes anyone know about "idata" sections in TI's COFF file format? When CCS loads a COFF file, at the end it also loads...
Does anyone know about "idata" sections in TI's COFF file format? When CCS loads a COFF file, at the end it also loads sections that appear to be in addition to what's documented in the C6xxx COFF file format. I.e. not cinit, not .const, not .data, etc. but in addit
URGENT: JTAG error trying load a COFF file.
inHi all, I?m trying load a COFF file (.out) since PC using hpi, but an error in Code Composer Studio is showed. The error is...
Hi all, I?m trying load a COFF file (.out) since PC using hpi, but an error in Code Composer Studio is showed. The error is "JTAG Communication error". To load the COFF file I?m using 'dsk6xldr' application provided by dsk 2.0 in 'C:\ti\examples\dsk6711\board_u
Program Loader Code? COFF interpreter?
inI want to build a program to run on my DSP that will securely download a .out file and then pass control to it. What I really want to do is...
I want to build a program to run on my DSP that will securely download a .out file and then pass control to it. What I really want to do is to be able to download the coff file and after verifyling that I've got the segments correctly downloaded with CRCs burn it into my flash. Can anyone point me to resources on the net that would help me get started on this project? I've got my t...
COFF V2 format details for .cinit?
I'm trying to parse the COFF V2 .out file produced by Code Composer Studio 2.0 for the C6711. This is related to writing my own...
I'm trying to parse the COFF V2 .out file produced by Code Composer Studio 2.0 for the C6711. This is related to writing my own bootloading code. The .cinit section is different from the rest because size and address data for each initialized variable was included
Re: Problem using SBSRAM, COFF start address
Tobias- > Thanks for your reply, Jeff. It works now, the EMIF was in fact not > initialized correctly because I forgot to reset the board...
Tobias- > Thanks for your reply, Jeff. It works now, the EMIF was in fact not > initialized correctly because I forgot to reset the board while > writing HPI. Ok, progress then. > Now I have another question: The COFF-files contain a start address > which says, where the c_int00 label is loaded to and where to start > executing the program. This is a problem for my loader at the momen
Regarding symbol information in COFF
inHi, I want to fetch variable's detail information from .out file (means Common Object File Format COFF). I have address of the variable or...
Hi, I want to fetch variable's detail information from .out file (means Common Object File Format COFF). I have address of the variable or symbol from.map file. The informations about symbol what i want to fetch are: Type (if structure then all members) is there any tool who can fetch these detailed information from .out file? -- With Regards, Arun Kumar Shukla @Aricent(Flextronic...
Problem Reading Symbol table in the COFF file for C6x processor
Hi, I am trying to parse through the COFF file, according to "TMS320C6000 Assembly Language Tools" Appendix 2, the File Header...
Hi, I am trying to parse through the COFF file, according to "TMS320C6000 Assembly Language Tools" Appendix 2, the File Header Contents's 12-15 bytes contains the Number of entries in the symbol table. In my case, I get 2802 entries. I was reading the symbols
coff to binary conversion
inHi all, can anybody guide me for a good utility (c6x) for coff (.out) to binary file (.bin). What exactly the difference...
Hi all, can anybody guide me for a good utility (c6x) for coff (.out) to binary file (.bin). What exactly the difference between .hex file and .bin file. Is there any tool to convert hex file generated by hex6x conversion utility, to binary file. For f
coff file conversion problem
inhi Using hex utility i want to generate the files which can be written to the "ram" from the coff file . ...
hi Using hex utility i want to generate the files which can be written to the "ram" from the coff file . but on giving the followin
Re: maximum code Size
inHi! I dont think that there will be a limit that is less than the ammount of memory on your board. If I compile my project with...
Hi! I dont think that there will be a limit that is less than the ammount of memory on your board. If I compile my project with debug-options, the .out file is 3 or 4MB, I never had any problems. There is a nice documentation about the all the .coff/.out stuff available
CCStudio v.3.3
inI just got packed CD from TI for CCStudio v3.3. What i wonder is weather this will be without any restriction like v3.2 for most support for...
I just got packed CD from TI for CCStudio v3.3. What i wonder is weather this will be without any restriction like v3.2 for most support for target DSP's? At least from broucher i can see it will... Please share your views on this version if anybody is on this... especially for C6713 users point of view. Of corce its compiler is more efficient than v3.1 compiler as i tried with COFF file...
Beginner Question: How to make a memory map ?
in****************************************************************************** TMS320C6x COFF Linker PC v5.1.0 ...
****************************************************************************** TMS320C6x COFF Linker PC v5.1.0 ****************************************************************************** > > Linked Sun Oct 28 20:16:35 2007 OUTPUT FILE NAME: ENTRY POINT SYMBOL: "_c_int00" address: 00083120 SECTION ALLOCATION MAP output
SBSRAM troubles
inHi, I'm trying to use SBSRAM on an EVM6701 board. When I run a COFF file, linked into SBSRAM, it runs OK under Code Composer,...
Hi, I'm trying to use SBSRAM on an EVM6701 board. When I run a COFF file, linked into SBSRAM, it runs OK under Code Composer, but hangs when I run using the evm6xldr.exe utility. I believe I am initializing my EMIF correctly. Any ideas as to what might be wrong? T
Linker Fill
I am trying to specify through the -f option on the linker for it to fill all holes in the output image with FF. I get the...
I am trying to specify through the -f option on the linker for it to fill all holes in the output image with FF. I get the following warning: TMS320C6x COFF Linker Version 4.20 Copyright (c) 1996-2001 Texas Instruments Incorporated >> warning: -c requires fi
Lots of trouble with a C6701
I have many questions: - COFF files compiled for the C6701 couldn't be loaded by the Code Composer 4.0 (with load6x works ok),...
I have many questions: - COFF files compiled for the C6701 couldn't be loaded by the Code Composer 4.0 (with load6x works ok), but those targeted for the c6201 work fine. - I have written a simple test program that reset the dsp, send it a short vector with evm6x_
CCS3.1 vs CCS3.3
inI have both CCS 3.1 (DSK limited version) and CCS Platinum 3.3 (full) installed in my computer. Current I am working on DSK6713 board. Using...
I have both CCS 3.1 (DSK limited version) and CCS Platinum 3.3 (full) installed in my computer. Current I am working on DSK6713 board. Using CCS 3.1, generated memory map (part) file looks like: TMS320C6x COFF Linker PC v5.1.0 ***************************************************************************> > Linked Wed Oct 15 14:42:08 2008 OUTPUT FILE NAME:
Problem using SBSRAM
inDear all, I am using the TI EVM board with a C6201 DSP under Linux. For a student research project I am programming a COFF loader for...
Dear all, I am using the TI EVM board with a C6201 DSP under Linux. For a student research project I am programming a COFF loader for this board. Communicating with the hardware is done by directly accessing the Base Address Registers of the PCI interface, where code can be loaded via HPI. This works fine except for the SBSRAM. When I write some words to consecutive addresses in this addr...
problem about the profiling
inHi, dear all I have a problem when I tried to profile the functional simulator of CCS3, which is trying to simulate C6416 @ 600 MHz. ...
Hi, dear all I have a problem when I tried to profile the functional simulator of CCS3, which is trying to simulate C6416 @ 600 MHz. The problem is whenever the profiling tools are started by clicking Tools -> Analysis toolkit-> Advanced ATK control panel, it shows the error information below Error: Some Coff expected to
Estimating Code Size for DSK6713
inHi, I just would like to know if I can fit my program into the DSK6713 Flash, which is 512KB maximum in size. I am now simulating the program...
Hi, I just would like to know if I can fit my program into the DSK6713 Flash, which is 512KB maximum in size. I am now simulating the program using CCS. Compilation is done in debug mode and no optimization is used. 1. The COFF .out file resulting from simulation is 510KB. I know it is not an executable one. It has debug stub along with others that may not be in the execuatable file. Can any...
.out to flash probably via .HEX and possibly using COFF tools.
inI know that similar topics have been asked about this in the recent past, but I was not able to find the information I wanted, either in the...
I know that similar topics have been asked about this in the recent past, but I was not able to find the information I wanted, either in the message thread or with web searching and searching the TI site directly. My current process for getting code updates into my flash is to compile it to a .out file with code composer studio, then use a program called DHex6x.exe to convert the .out f...