DSPRelated.com

tips for calculating the MIPS

Started by raja nayaka in TMS320c6x21 years ago

Hello C6x Pals I want know some basic tips for calculating the MIPS. Can any one suggest as how to calculate the MIPS for a code...

Hello C6x Pals I want know some basic tips for calculating the MIPS. Can any one suggest as how to calculate the MIPS for a code written in C. Will profiling help me ? Are MIPS the general indicators of an efficient code? For C6211 for instance,it reads as 1200 MIPS, but


C6211 DSK and DSP/BIOS problems

Started by jittyjittu in TMS320c6x22 years ago 1 reply

Hi, I've been trying to run through the tutorials for Code Composer, and I got stuck on the first set of DSP/BIOS lessons. ...

Hi, I've been trying to run through the tutorials for Code Composer, and I got stuck on the first set of DSP/BIOS lessons. The lesson is pretty simple, it simply writes "hello world" to a log object created via DSP/BIOS. It compiles and loads on t


booting problem

Started by raja nayaka in TMS320c6x21 years ago 3 replies

Hello C6x Pals    I am using a custom C6211 DSP board. I have written a simple application to write a 32 bit data into the extrnal...

Hello C6x Pals    I am using a custom C6211 DSP board. I have written a simple application to write a 32 bit data into the extrnal RAM. Here is my map file. I want to fuse this code into the ROM ( 128Kx8). The Rom is connected at CE1 space and the DSP is in little endian mode


Problem in loading the code to SDRAM...

Started by simha j in TMS320c6x22 years ago 2 replies

Hello all, I am using CCS2.0 for C6211 based board(our own board) and Spectrum Digital Drivers for XDS510pp PLUS Emulator....

Hello all, I am using CCS2.0 for C6211 based board(our own board) and Spectrum Digital Drivers for XDS510pp PLUS Emulator. I am facing Problem in downloading my code to SDRAM. In Our board SDRAM(4MB) is interfaced to CE2 Space(A0000000 - AFFFFFFF)


a little assembly routine needed

Started by MS privat in TMS320c6x21 years ago

Hi, can anyone help me out with two ("optimized") assembly routines for C6211 subtracting two buffers? source1 : 1D array of...

Hi, can anyone help me out with two ("optimized") assembly routines for C6211 subtracting two buffers? source1 : 1D array of 8bit unsigned a[i] source2 : 1D array 8bit unsigned b[i] destination version a) 1D array of signed 16bit (a[i] - b[i]) dest


It is possible to use lec_ti.L62 (c6211 DSK) on C6416DSK?

Started by tino2k3 in TMS320c6x18 years ago 2 replies

Hi, I really need some help! I want to test an echo canceller algorithm on my c6416dsk. I want to use DSP/BIOS. I found the "TMS320 DSP Demo...

Hi, I really need some help! I want to test an echo canceller algorithm on my c6416dsk. I want to use DSP/BIOS. I found the "TMS320 DSP Demo Software", but it's for c6211DSK, how can I do? I would want to use only the canceller (lec_ti.L62), but: 1- It's possible? 2- I tried to add lec_ti.L62 to my project but when I call the 'LEC_create' function something goes wrong.... in wha...


c6211 DSK Device Drivers

Started by kumar venkat in TMS320c6x22 years ago

Dear Group members I request you to help me in this query as i have 1.) TMX320C6211 DSK (board+parallel port cable+ ...

Dear Group members I request you to help me in this query as i have 1.) TMX320C6211 DSK (board+parallel port cable+ adapter(power supply +5v)-DSP kit "hardware" 2.) CCS DSK TOOLS CD version 1.05 "software" when i had installed the softwa


Booting from ROM

Started by raja nayaka in TMS320c6x21 years ago 1 reply

Hello pals    Can any one suggest as how to go about writing a BOOT code from ROM in case of TMS320C6211 DSP. C6211 copies...

Hello pals    Can any one suggest as how to go about writing a BOOT code from ROM in case of TMS320C6211 DSP. C6211 copies 1k from CE1 to on chip mem. bye Nayaka Catch all the cricket a


ROM Booting for C6211 DSP

Started by raja nayaka in TMS320c6x21 years ago

Hello pals I using Tms320C6211 DSP ...a customized board for a telephony application. I have a 128KX 8 EPROM connected at CE1...

Hello pals I using Tms320C6211 DSP ...a customized board for a telephony application. I have a 128KX 8 EPROM connected at CE1 space. Tms320C6211 is a single map device and upon reset it loads 1Kb EDMA transfer from CE1 space to onchip memory. We have made the bootmode pins HD3


a question

Started by Liang Chun Yan in TMS320c6x23 years ago

Hi,all    I'm using a C6211 DSK card and debuging my program by CCS .I find that the function 'calloc' can't be...

Hi,all    I'm using a C6211 DSK card and debuging my program by CCS .I find that the function 'calloc' can't be used correctly .It always returns 0.but when I make a


Run large C code on C6211/C6711 platform

Started by Anonymous in TMS320c6x23 years ago 1 reply

I'm going to run a large C code on C6711. THe size of the code is larger than the size of the internal memory so that I have to run ...

I'm going to run a large C code on C6711. THe size of the code is larger than the size of the internal memory so that I have to run them from the external SDRAM. Currently TI is unable to support the sample program that transfers the code in EEPROM to external SDRAM. Is there anybody


Re: MY GEL FILE(Modified) + ERRORS + MY SOURCE FILE to Jeff

Started by Jeff Brower in TMS320c6x18 years ago

Arunav- > I am sending the GEL File(Modified according to you), + Errors that are comming + > My Program with BIG ENDIAN Why are you...

Arunav- > I am sending the GEL File(Modified according to you), + Errors that are comming + > My Program with BIG ENDIAN Why are you using big endian? If your board is set to boot the C6211 little endian, then you need to set CCS build option to le, and also use le libraries. Unless hardware constraints demand that you to use big endian for some reason (and it would need to be a good