DSPRelated.com

(No Subject)

Started by Chirag Dadlani in TMS320c6x22 years ago 3 replies

  Hello !! I want to load a program whose .text section is 109184 hex words long. The load is failing and the error msg tells...

  Hello !! I want to load a program whose .text section is 109184 hex words long. The load is failing and the error msg tells me to check the linker tab and memory map. How do i change the memory map and allocate sufficient memory for all sections of my program, Urgent help nee


memory

Started by Imran Akthar in TMS320c6x22 years ago

hi chirag,       change the linker file configuration.make .text map to ur external memory,which i think shld meet ur...

hi chirag,       change the linker file configuration.make .text map to ur external memory,which i think shld meet ur requirement   MA Imran


c6201 memory map

Started by swaminathanr2000 in TMS320c6x22 years ago 1 reply

hi everyone, i am doing a project in mpeg2 aac decoder and i want to finally port it to a c6201 processor.at present i am using...

hi everyone, i am doing a project in mpeg2 aac decoder and i want to finally port it to a c6201 processor.at present i am using ccs to port and optimise. at present i am stuck at writing the linker commmand file and am not able to move the data into data memory. can you p


Re:DSP Boot./halt...

Started by gangadhar reddy in TMS320c6x21 years ago 2 replies

Hi all, First let me thank all for there answers. At last i solved my Boot Problem.The problem was with the loading address...

Hi all, First let me thank all for there answers. At last i solved my Boot Problem.The problem was with the loading address that means the address specified were different at the Host side(through pci) and at the target side(linker file). Now we want to HALT the DSP (TMS320c6415) th


symbols are defined multiple times??

Started by pavan kumar in TMS320c6x21 years ago 7 replies

Hi Bhooshan and all, I?m having a Vc++-project which contains several C files. My task is to convert these exisiting code to...

Hi Bhooshan and all, I?m having a Vc++-project which contains several C files. My task is to convert these exisiting code to run on a TI C62x. After having done the necessary modi-fications I have problems with the TI Code Composer v3 linker. When I compile the pr


problems with cmd file

Started by Khurram Shehzad in TMS320c6x21 years ago 1 reply

hi i have written code and i want to put some part of it in internal memory(L2) of c6711 so that it can run fast is ther any way . more...

hi i have written code and i want to put some part of it in internal memory(L2) of c6711 so that it can run fast is ther any way . more over i want to put stack section of my code in the internal memory which is less than 64 k . i have to change linker command file of my proj according to it or i have to use pragma directive ?more over i m using dsp


multiple definition of _c_int00_ ( found in rts6400.lib & bios.a64

Started by gagan singh in TMS320c6x21 years ago 2 replies

Hi All, We are working in the 320c6416 processor in our development project. For this we are using DSP-BIOS & CCS environment. Using...

Hi All, We are working in the 320c6416 processor in our development project. For this we are using DSP-BIOS & CCS environment. Using command line & Tconf utility we are trying to build a project. We are getting a linker error ie Multiple definition of entry point _c_int00_ is occurring. Please let me know how to avoid thi


flash burn usage

Started by samb...@yahoo.com in TMS320c6x21 years ago

hi all, i want to use flash burn for stand alone application of dsk 6711. i have a example program(FlashBlink) that program flash of dsp ...

hi all, i want to use flash burn for stand alone application of dsk 6711. i have a example program(FlashBlink) that program flash of dsp and run stand alone. in my program i use the external SDRAM and with hex6x i want to convert .out file to .hex but the program doesn't run on flash rom my linker command file is -c MEMORY {


CCS - Defining callback for a C library in C++ code

Started by o_suplis in TMS320c6x21 years ago

I am writing a C++ application on C6415 using CCS 3. I use a C library for which I have to provide an interrupt handler (thus, that...

I am writing a C++ application on C6415 using CCS 3. I use a C library for which I have to provide an interrupt handler (thus, that function will be called using the C calling convention). However, this handler interacts with a C++ object and has to be defined in a C++ file. Is there a way to inform the compiler/linker to use C calling convention


LOAD START and UNION in cmd file

Started by nelkherj in TMS320c6x21 years ago 1 reply

Hi, I am trying to overlay two sets of files into the same memory location in RAM. Basically, I want to dynamically copy them from ...

Hi, I am trying to overlay two sets of files into the same memory location in RAM. Basically, I want to dynamically copy them from two separate locations in flash in to RAM. I used the UNION directive to try and accomplish this task. I was able to get the linker to create .text1 and .text2 in the map file where the addresses are also in the corr


Re: Error message while profiling

Started by Mike Dunn in TMS320c6x21 years ago 2 replies

Li Bing, You do not mention which c6x DSP that you are using. The error message shows a problem at memory address 0x00083F6C. Most...

Li Bing, You do not mention which c6x DSP that you are using. The error message shows a problem at memory address 0x00083F6C. Most c6x devices do not have memory at that address - check the map file and linker command file. mikedunn --- Li Bing wrote: > HI, DSP friends >


asm function showing linker error

Started by Jagadeesh Bhaskar P in TMS320c6x21 years ago 5 replies