Forums Search for: C6211
how to inetact with EDMA in c6211
hai i am using c6211 emulator. i have written a program in ASM to initialize EDMA loading data in control registe(EER,ESR) but ,...
hai i am using c6211 emulator. i have written a program in ASM to initialize EDMA loading data in control registe(EER,ESR) but , sometimes it display error while loading : Device driver error: emulator not recomandeng target dsp and/or control register are not load
the cache of c6211
hi! I'm new using the c6211 and want to test the benefit of using the cache. But there have something...
hi! I'm new using the c6211 and want to test the benefit of using the cache. But there have something comfuse me: First,I load t
C6211 DSP Cache
Hi group I was trying to work on Performance evaluation in DSP cache's and for that was trying to work on TI C6211 processor...
Hi group I was trying to work on Performance evaluation in DSP cache's and for that was trying to work on TI C6211 processor and comparing it with C6201 Processor. Could you guide me as to what else I can implement apart from running the benchmarks and collecting data fo
[code-comp] Re: C6211 Interrupts McBSP & Timer1 & DSP/BIOSII
> Hey,we don't have the ssl subdirectory in the ccs. is this because > the ccs we have is for c6211 dsk? i'm using ccs vercion...
> Hey,we don't have the ssl subdirectory in the ccs. is this because > the ccs we have is for c6211 dsk? i'm using ccs vercion 1.05. I am using CCS 1.20. The Chip Support Library's version is 1.20 as well. TI support told me that CCS 2.0 will be released with CSL 2.0 in
Problem in loading the code to SDRAM...
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)
Addr. of CSR
Hi all, I am working on C6211 based board. Can anybody please tell What is the address of Control Status Register(CSR)?? I...
Hi all, I am working on C6211 based board. Can anybody please tell What is the address of Control Status Register(CSR)?? I couldn't find it in any of the docs. I want to read CSR through Host Port. So I should know its address. Looking Forward..
C6211 DSK and DSP/BIOS problems
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
C6x11 DSK and L2 Cache
Hello all, I have run into something of a conundrum with my C6211 DSK board. I am using an area in lower onchip memory for...
Hello all, I have run into something of a conundrum with my C6211 DSK board. I am using an area in lower onchip memory for program instructions, and attempting to use the rest of the memory for two large data buffers. I am finding that writing to areas in the 0xC200 -> 0xE8
tips for calculating the MIPS
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
ROM Booting for C6211 DSP
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
Booting from ROM
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
booting problem
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
a little assembly routine needed
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
Motion Estimation
Hello friends: I am trying to implement a video compression algorithm on C6211 (which has low internal memory for this kind...
Hello friends: I am trying to implement a video compression algorithm on C6211 (which has low internal memory for this kind of application). Looking for expert views on doing motion compensation - mainly with regard to the memory transfers involved in moving blocks that
Obsolete Tools: TEB, C6211 etc...
Hi All- I was wondering if some one could help me what reasons go into product obsolence by TI? I am quite intrigued by...
Hi All- I was wondering if some one could help me what reasons go into product obsolence by TI? I am quite intrigued by the fact that, TMS320C6713 DSk, which is acknoledged to be a revision on C6711 co-exists with the latter whereas logically on would have thought
It is possible to use lec_ti.L62 (c6211 DSK) on C6416DSK?
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...
Re: MY GEL FILE(Modified) + ERRORS + MY SOURCE FILE to Jeff
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
C code that can auto-detect C67x vs. C62x
All- Does anyone know where to find a bit of C code that can determine if the underlying CPU is C6701 vs. C6201 (or C6711 vx. C6211)? I...
All- Does anyone know where to find a bit of C code that can determine if the underlying CPU is C6701 vs. C6201 (or C6711 vx. C6211)? I want to build some code with 67x as the target in CCS, but calls fixed-point routines if it's running on a 62x device. Thanks. -Jeff
C6x function parameters deleted when called and takes from global
Hi, We are optimizing the G.723.1 speech codec on c6211. The problem i am facing is , when the complier generates the asm ...
Hi, We are optimizing the G.723.1 speech codec on c6211. The problem i am facing is , when the complier generates the asm code,it deletes some function parameters which are passed through function calls when i use the program level optimization i.e -pm option. When I rem
Target Initialization Problems.........
Hello all, I have ccs 2.0 and Emulator drivers from Spectrum Digital. I have connected the Emulator (XDS510PP PLUS) to my ...
Hello all, I have ccs 2.0 and Emulator drivers from Spectrum Digital. I have connected the Emulator (XDS510PP PLUS) to my own hardware board(cantains single C6211 processor) and I have configured the ccs in emulator mode. But I am encountering the follo






