DSPRelated.com

dsp67x library problem

Started by pramod mishra in TMS320c6x17 years ago

dear all, I am using CCS v2.I am calculating FFT of an input sequence usign dsp Library. The library i use is dsp67x.lib.the function i use is...

dear all, I am using CCS v2.I am calculating FFT of an input sequence usign dsp Library. The library i use is dsp67x.lib.the function i use is 'DSPF_sp_cfftr2_dit'. My program has a linker error saying " error : illegal relocation type 050002 found in section .debug info , file C:\CCstudio\c6700\lib\dsp67x.lib." My CCS installation directory is C:\ti\.... Please tell me how to remove ...


Running code from different memory

Started by Bhaskar Reddy N in TMS320c6x18 years ago 1 reply

Our custom board has 6711DSP with external flash and SRAM. Presently we are running from internal memory and is in ROM boot mode. Now because...

Our custom board has 6711DSP with external flash and SRAM. Presently we are running from internal memory and is in ROM boot mode. Now because of code constraints we want move some part of the code to SRAM. Thad i could able to achieve with linker cmd file as bellow MEMORY { BOOT_RAM: o = 00000000h l = 00000400h fill = 0 VECTOR: o = 00000400h l = 00000200h fill = 0 ...


flash burn usage

Started by samb...@yahoo.com in TMS320c6x19 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 {


Re: Error message while profiling

Started by Mike Dunn in TMS320c6x19 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 >


6701 boot from flash problem

Started by mm_k...@yahoo.com in TMS320c6x16 years ago 5 replies

Hi, My firends I desing a 6701 board and try to generate a binery file for flash boot. but when i try to use hex6x, i don't recieve any warninig...

Hi, My firends I desing a 6701 board and try to generate a binery file for flash boot. but when i try to use hex6x, i don't recieve any warninig but my binery file dosen't work. but if i load my .out file with Emulator, it is ok. please help me. My command line for compile and link C program is: cl6x -c -k -al tst6x.c lnk6x tst6x.cmd My .cmd file for linker is: ************************...


Problem with DMA

Started by Vijay B G in TMS320c6x17 years ago

I am working on custom 64x davanci borad and i am using CCS 3.3. In my code, i am calling DMAN3 and ACPY3 functions to do the DMA . My DMA...

I am working on custom 64x davanci borad and i am using CCS 3.3. In my code, i am calling DMAN3 and ACPY3 functions to do the DMA . My DMA works fine, if i use the following cmd file. Note: I am not using DSP/BIOS linker command file(DMA works fine): MEMORY { CACHE_L1P : origin = 0x11e08000, len = 0x8000 CACHE_L1D : origin = 0x11f10000, len = 0x8000 EXTME...


CCS-Symbol referencing error..

Started by omer sahil in TMS320c6x20 years ago

hi i m compiling a C-code on CCS, i want to run it on TMS320C6711 DSK, its a error-correction technique, formulated in C...

hi i m compiling a C-code on CCS, i want to run it on TMS320C6711 DSK, its a error-correction technique, formulated in C language. the compilation is allright, the linker gives " symbol referencing error" if anyone can help me in this regard.


RE: float powf wrong result

Started by marc...@hotmail.com in TMS320c6x18 years ago

Hi Mike Dunn, thank you very much that you concerned about my problems!!!! Here are the test-version from my programm: COMPILER COMMANDS: -g...

Hi Mike Dunn, thank you very much that you concerned about my problems!!!! Here are the test-version from my programm: COMPILER COMMANDS: -g -k -q -al -o2 -fr"C:\ti\myprojects\komperzeug\Debug" -i"C:\ti\c6000\cgtools\include" -d"_DEBUG" -ml3 -mv6700 LINKER COMMANDS: -g -k -q -al -o2 -fr"C:\ti\myprojects\komperzeug\Debug" -i"C:\ti\c6000\cgtools\include" -d"_DEBUG" -ml3 -mv6700 ______...


float powf(a,a) wrong results

Started by marc...@hotmail.com in TMS320c6x18 years ago 3 replies

Hi Mike Dunn, thank you very much that you concerned about my problems!!!! Here are the test-version from my programm: COMPILER COMMANDS:...

Hi Mike Dunn, thank you very much that you concerned about my problems!!!! Here are the test-version from my programm: COMPILER COMMANDS: -g -k -q -al -o2 -fr"C:\ti\myprojects\komperzeug\Debug" -i"C:\ti\c6000\cgtools\include" -d"_DEBUG" -ml3 -mv6700 LINKER COMMANDS: -g -k -q -al -o2 -fr"C:\ti\myprojects\komperzeug\Debug" -i"C:\ti\c6000\cgtools\include" -d"_DEBUG" -ml3 -mv6700 ___...


linker sections for RTS/

Started by Sri in TMS320c6x18 years ago 1 reply

Hi,   I want to know that how can I create user defined sections( to link at a particular location in memory) for the different RTS...

Hi,   I want to know that how can I create user defined sections( to link at a particular location in memory) for the different RTS and CSL library routines code used in my code. I know that by default all the RTS and CSL code goes into the .text section , I can modify the linking destination for whole .text section. But what is the procedure, if I


Linker error related to .cmd file

Started by spoo...@yahoo.co.in in TMS320c6x16 years ago

Hi All, Please help me out. Im getting chain of linking errors which im not able to understand. Kindly help me. I have created .cmd file...

Hi All, Please help me out. Im getting chain of linking errors which im not able to understand. Kindly help me. I have created .cmd file which is showing following errors. realtimevideocfg.cmd, line 104: warning: multiple definitions of SECTION named '.vers' realtimevideocfg.cmd, line 127: warning: multiple definitions of SECTION


Question on creating a secondary bootloader for C6713

Started by Aditi Akula in TMS320c6x13 years ago

Hi, I want to create a secondary bootloader for C6713 DSP. I am using the SPRA999A document form TI for this purpose. The document...

Hi, I want to create a secondary bootloader for C6713 DSP. I am using the SPRA999A document form TI for this purpose. The document suggests to create and link the copy table as follows .text : load = FLASH_REST, run = IRAM, table(BINIT) .const : load = FLASH_REST, run = IRAM, table(BINIT) I have used the same in my linker command file. BUt when I compile the project, t...