DSPRelated.com

c6201 memory map

Started by swaminathanr2000 in TMS320c6x20 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


Documents for linker command file

Started by heidar mhr in TMS320c6x17 years ago

Hi all, Could someone please tell me what is a good document to read if I want to learn how to set up my Linke command file and also I want a...

Hi all, Could someone please tell me what is a good document to read if I want to learn how to set up my Linke command file and also I want a good document about DSP/BIOS since the CCS tutorial doesn't say much. Thanks ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's G...


Linker errors

Started by abarry4492 in TMS320c6x22 years ago

I have a relatively large project for a C6711 platform. I am using far calls & data (-ml3), and far RTS calls (-mr1). When it gets...

I have a relatively large project for a C6711 platform. I am using far calls & data (-ml3), and far RTS calls (-mr1). When it gets to linking, I get a couple errors such as: ERROR C60 section .far precedes .far, file c:\ti\c6000\cgtools\lib\rts6700.lib ERROR 15-bit d


Re:DSP Boot./halt...

Started by gangadhar reddy in TMS320c6x19 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


Pointer vs Array, or char * vs char[]

Started by William C Bonner in TMS320c6x18 years ago 2 replies

I ran into a strange thing when compiling code for my DSP recently. I would like to know what is going on, if this is something I don't...

I ran into a strange thing when compiling code for my DSP recently. I would like to know what is going on, if this is something I don't understand in a difference of C vs C++, or something really strange in the Code Composer Studio Compiler / Linker. My understanding was that a a char array was simply dealt with as a pointer to the chunk of memory that was declared. The following code...


Far Calls and Aggregate Data

Started by Brad Cadle in TMS320c6x21 years ago 5 replies

I am using Code Composer 1.2 and have noticed the following. If I have a line of code in a C file where I am placing a variable in...

I am using Code Composer 1.2 and have noticed the following. If I have a line of code in a C file where I am placing a variable in an on chip memory section and I compile a file with the compile options for far calls and aggregate data, the linker does not tell me that there is a problem.


Duplicate symbol warning.

Started by Chikkam Rama Kishore in TMS320c6x22 years ago

Hey ! Often different developers give the same names either to their variables/buffers and functions. However, the linker [c6x]...

Hey ! Often different developers give the same names either to their variables/buffers and functions. However, the linker [c6x] does not even print a warning message, when it encounters these "different" variables/buffers/functions having the "same" name. Debuggin


RE: [c54x] Moving RTS code to offchip Memory

Started by Jean-Michel MERCIER in TMS320c6x21 years ago 1 reply

Nikhil S. Parvatikar wrote : > Can any body suggest me a way to move some sections of the rts.lib to the > offchip memory...

Nikhil S. Parvatikar wrote : > Can any body suggest me a way to move some sections of the rts.lib to the > offchip memory using the linker command file The easiest way is to extract the obj you want from the lib (using ar6x) and then add directly the obj


C6000: C/C++ Compiler Diagnostic Messages

Started by Meidad Raz in TMS320c6x22 years ago 2 replies

Hi Can anyone direct me where can I find a more detailed explanations for the C/C++ Compiler Diagnostic Messages(i mean...

Hi Can anyone direct me where can I find a more detailed explanations for the C/C++ Compiler Diagnostic Messages(i mean error,warnings and remarks). TI has explanations for her ASM and Linker error messages in a manual : TMS320C6000 Assembly Language Tools User's guide (spru18


(No Subject)

Started by Chirag Dadlani in TMS320c6x20 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


symbol refrencing error in configuring McBSP as UART

Started by joshy jose in TMS320c6x17 years ago

hai friends, i was trying to check program in spra633b(TMS320c600 McBSp: UART) i could compile the program but i could not link it , it...

hai friends, i was trying to check program in spra633b(TMS320c600 McBSp: UART) i could compile the program but i could not link it , it produced refrencing error , how can i solve this, i am pasting the error message -------------------------- mcbspserial.pjt - Debug -------------------------- Warning: The project has no cmd file while the Text Linker is selected [Linking...] "C:\CCStu...


SECTIONS and debug / release possibilities?

Started by William C Bonner in TMS320c6x18 years ago

I'm currently working with a sections portion of my linker command file. I'm also developing a project that is using project dependencies on...

I'm currently working with a sections portion of my linker command file. I'm also developing a project that is using project dependencies on a library that I'm also developing, and I use the fact that when I switch from debug to release mode, the library that the main project is dependent on gets switched to use the correct version at the same time. I want to have some special items i...


Linker error

Started by jim in TMS320c6x16 years ago 13 replies

A program for the 6416 that compiles in code composer 3.1 without error in debug mode fails to link in release mode, giving errors like...

A program for the 6416 that compiles in code composer 3.1 without error in debug mode fails to link in release mode, giving errors like this: error: memory types ISRAM and ISRAM on page 0 overlap along with lots of warnings of this type: async_pcicfg.cmd, line 274: warning: multiple definitions of SECTION named '.trace' These values are being set up in the .cdb file for the project...


huge code size !!

Started by Alex...@gmx.net in TMS320c6x17 years ago 8 replies

Hello I am using the DSK6713 for Speech recognition application which performs Cepstrum feature Extraction and Hidden Markow Model for...

Hello I am using the DSK6713 for Speech recognition application which performs Cepstrum feature Extraction and Hidden Markow Model for recognition. The feature extraction worked well, but after adding additional files to the project my code size is getting huge. After all I got error message from the linker. It tells me that some of the code is stored to non writable memory space. Her...


how to let compiler to inline functions between multiple files?

Started by zhoux1977 in TMS320c6x18 years ago 1 reply

i want to config some functions to be inlined. So i manually add "inline" key word at the position of function declartion and function...

i want to config some functions to be inlined. So i manually add "inline" key word at the position of function declartion and function defination. while, the linker give the below errors alike: " *** function referenced, but not defined" while, i found that this error is caused by the fact that calling position and defination position of that function are not in the same source fi...


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

Started by gagan singh in TMS320c6x19 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


DSK vs Simulator - Inconsistency in behavior

Started by siva...@gmail.com in TMS320c6x16 years ago

Hi All, I have been working on V.34 modem code on 6416 cycle accurate simulator and a 6416 DSK. I see that in recent times I am getting bit...

Hi All, I have been working on V.34 modem code on 6416 cycle accurate simulator and a 6416 DSK. I see that in recent times I am getting bit errors while running the code on DSK while I do not see this on simulator. I used the linker file of DSK on the simulator to verify if there are issues with memory mapping. There were none. > From what I perceive I do not notice any issues with the DSK ha


Problem in CMD File Creation for Large Memory Model (C6701)

Started by Yash Bhawsar in TMS320c6x21 years ago 2 replies

Hello All, I am trying to open a file using fopen(),fscanf() etc. on a project developed for C6701 EVM. However it seems that...

Hello All, I am trying to open a file using fopen(),fscanf() etc. on a project developed for C6701 EVM. However it seems that the memory model is small. The error I get is "error: can't allocate '.text'" Can anyone specify what is the linker command file for lar


asm function showing linker error

Started by Jagadeesh Bhaskar P in TMS320c6x18 years ago 5 replies


memory

Started by Imran Akthar in TMS320c6x20 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