DSPRelated.com

DSP Model Selection for Blind Source Seperation

Started by timu...@gmail.com in TMS320c6x15 years ago

Hi, i will make a project about blind source seperation of mixed speech signals using digital signal processors. Until now, i've looked for the...

Hi, i will make a project about blind source seperation of mixed speech signals using digital signal processors. Until now, i've looked for the answer of which DSP model must be chosen for this project.I think TMS320C6416 will be appropriate(i'm not sure). However, now, there is another problem about acquisition of voice to DSP card. As I said, i am planning to use a TMS320C6416 DSK. Does it cont...


Libraries for DSP TMS320C6416

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

Hi all, I would like to know if somebody knows where I can find libraries for image and video compression / decompression for a DSP TMS320C6416,...

Hi all, I would like to know if somebody knows where I can find libraries for image and video compression / decompression for a DSP TMS320C6416, if possible free of charge. I found the IMGLIB library of Texas Instrument, but I do not find concrete examples of use. Is this library enough to make video compression / decompression ?


Writing Assembly for TMS320C6416

Started by Mostafa Halas in TMS320c6x16 years ago 3 replies

Dear All, I wuld like to write a simple project in Assembly for the TMS320C6416 and to be assembled with the code composer v3.1. But...

Dear All, I wuld like to write a simple project in Assembly for the TMS320C6416 and to be assembled with the code composer v3.1. But actually I don't find any template project for assembly or any document that tells you how to start an assembly project with code composer studio. Please if any one know how to start an assembly project?? reply to me soon ! Thanks Thanks, Mostafa Hal...


Need the schematics of TMS320C6416 TEB

Started by Ramanan in TMS320c6x19 years ago

Dear Experts,       We got a TMS320C6416 TEB from TI as a loan. But the documention and the schematics are missing in...

Dear Experts,       We got a TMS320C6416 TEB from TI as a loan. But the documention and the schematics are missing in the pack they gave. TI website says that the board is OBSOLETE and there are no


TMS320C6416 DSK or TMS320C6455 DSK for MultiMedia Codecs?

Started by "jigarmistry.tidsp" in TMS320c6x18 years ago

Hi, I am planning to buy TMS320C6416 DSP Starter Kit (DSK) or TMS320C6455 DSP Starter Kit (DSK) for multimedia applications. I want to...

Hi, I am planning to buy TMS320C6416 DSP Starter Kit (DSK) or TMS320C6455 DSP Starter Kit (DSK) for multimedia applications. I want to use it for development of MultiMedia Codecs(Audio/Video). Some of the requirements for this applications are: Storage, Speed, Video ports etc. External memory interface such as MMC should be easily possible with DSK to increase storage capacity of bo...


tms320C6416 for sale

Started by Devangi in TMS320c6x12 years ago

Hello, If anyone is interested in purchasing 1GHz DSK 6416 starter kit, please email me. It's been used for 3-4...

Hello, If anyone is interested in purchasing 1GHz DSK 6416 starter kit, please email me. It's been used for 3-4 projects. Thanks, Dha. _____________________________________


1394/ Firewire Daughtercard

Started by Ninad Thakoor in TMS320c6x19 years ago

Hello everyone, I was wondering whether there is any 1394/ Firewire daughtercard available for TMS320C6416 DSK? I am interested in...

Hello everyone, I was wondering whether there is any 1394/ Firewire daughtercard available for TMS320C6416 DSK? I am interested in interfacing two 1394 cameras to the kit for stereo processing. I would greatly appriciate any suggestions. Regards, Ninad Thakoor


Profiling C Code

Started by indrtiya in TMS320c6x21 years ago

Dear Experts, I am working on the development of a software codec for the TMS320C6416 DSP from TI. I am using the Test and...

Dear Experts, I am working on the development of a software codec for the TMS320C6416 DSP from TI. I am using the Test and Evaluation Board with XDS510PP and Code Composer Studio Version 2.10. I am at a stage where my code is written in C only and I have used C instrinsics for


DSP & Matlab

Started by reofpa in TMS320c6x20 years ago

Hello everyone! I??m a student who is carrying out my project based on TMS320C6416. (My project is about...

Hello everyone! I??m a student who is carrying out my project based on TMS320C6416. (My project is about implementation of digital modem algorithm.) Since I??m poor for DSP programming, I want to seek advice from someone of experience for DSP develo


Prob. with loading.......

Started by simha j in TMS320c6x22 years ago

Hello all, I am working on valley tech's vt-1420 (PCI based Dual DSP(TMS320C6416) card). I have a problem in using it in the...

Hello all, I am working on valley tech's vt-1420 (PCI based Dual DSP(TMS320C6416) card). I have a problem in using it in the Emulation mode. I am using XDS510PP_PLUS emulator. CCS is setup for multiple DSP and the port address, everything is configured properly.


Video decompression

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

Hi all, I need some help about video decompression. I am not sure to have understood well the various steps. For example, I have a video (type...

Hi all, I need some help about video decompression. I am not sure to have understood well the various steps. For example, I have a video (type MPEG4) in RAM on a board TMS320C6416 and I wish to display it on a TV. What are the various things to be made? Decompression, DAC, sending towards the TV, ... If somebody knows where I can found more information about the steps, and about the formats bet...


doubts: can H.264 be implemented o c6416 dsk

Started by vasu...@yahoo.com in TMS320c6x17 years ago 1 reply

hello, I question is can h.264 be implemented on a TMS320C6416 DSK.

hello, I question is can h.264 be implemented on a TMS320C6416 DSK.


the internal ram of tms320c6416 on my board doesn't work well

Started by wyb1...@bit.edu.cn in TMS320c6x19 years ago 3 replies

hi everyone , The board is designed by my lab. CCS can find the dsp chip, but its iram ranging from 0x00000000 to 0x000fffff...

hi everyone , The board is designed by my lab. CCS can find the dsp chip, but its iram ranging from 0x00000000 to 0x000fffff doesn't work well. For example ,when writing to the address A, the data in these addresses( listing below) is changing accordingly: A + 0x00000020, A + 0x00100020, A + 0x00200020, A + 0x00300020,


C6416 DSK Profiling Problem

Started by fati...@yahoo.com in TMS320c6x13 years ago 5 replies

Hello, I m using TMS320C6416 DSK with CCS 3.3.I want to profile my code. I m using clock() function for this.But it always gives Zero value. I...

Hello, I m using TMS320C6416 DSK with CCS 3.3.I want to profile my code. I m using clock() function for this.But it always gives Zero value. I m using it where i want to start my profiling and ends where i want to stop. Saving both values in variables and subtracting them. But again the problem is this it gives zero. i have also used built-in profiler clock but i can't understand its results. H...


a question about memory view

Started by bigbibby2002 in TMS320c6x16 years ago 2 replies

hello everybody, I use ccs3.1 to develop TMS320C6416, with the CCS I use the command; view\memory ,I can't see the data that are below...

hello everybody, I use ccs3.1 to develop TMS320C6416, with the CCS I use the command; view\memory ,I can't see the data that are below address=20 0x00040000,they are all "------" and the addresses are invisible as=20 same, the data from 0x00000000~0x003fffff is ok! As shown below:=20 =20 0x00000000 0x14725869 0x00000004 0x36945782 ....... 0x0003FFFFF0 0x12345678 0x00...


....with dot matrix LCD

Started by norr...@yahoo.co.uk in TMS320c6x17 years ago 2 replies

Hello everyone! I want to develop a simple application that need to use dot matrix LCD (parallel) with my board, DSK TMS320C6416 from Spectrum...

Hello everyone! I want to develop a simple application that need to use dot matrix LCD (parallel) with my board, DSK TMS320C6416 from Spectrum Digital. Can anyone show me a way how to do this? Is it possible? I believe this is very simple since Intel 8051 based microcontroller can do this. Can we access the daughtercard's pins using C? Really need helps, azreque


Profiling between simulator and hardware

Started by Swaminathan Sathappan in TMS320c6x18 years ago 1 reply

Hi everyone, When I profile the same code in simulator(6416 Functional Simulator) and DSK (TMS320c6416), the difference in MIPS(Million...

Hi everyone, When I profile the same code in simulator(6416 Functional Simulator) and DSK (TMS320c6416), the difference in MIPS(Million Instructions Per Cycle) between the two is 1.0.Hardware board is consuming more cycles (higher MIPS) than the simulator. What could be the reason?? Swaminathan.S India. ______________________________________________________________________


Profiling with simulator and actual processor

Started by Indrajit Chakrabarty in TMS320c6x21 years ago 1 reply

Dear Experts, I had a post similar to the one I have now. I am using the C6xxx Simulator (Revision 2) with "MAP 1" (Default ...

Dear Experts, I had a post similar to the one I have now. I am using the C6xxx Simulator (Revision 2) with "MAP 1" (Default memory mapping) and I am using a TI Test and Evaluation Board with a TMS320C6416 on it. I am porting a huge bundle of code and I a


Re: HPI on DSK6416

Started by Michael Dunn in TMS320c6x16 years ago

John Smith, On 11/30/07, j...@yahoo.com wrote: > Hi fellows, > > I have little info of HPI. There is quite a bit of info at...

John Smith, On 11/30/07, j...@yahoo.com wrote: > Hi fellows, > > I have little info of HPI. There is quite a bit of info at ti.com. > My question is that Does DS6416 have HPI Capability? I am not sure what a 'DS6416' is. If you are referring to TMS320C6416, you can find out at ti.com without reading the datasheet. Hint- the answer is yes. > if so, can you suggest


Initializing memory

Started by Bushnaq in TMS320c6x16 years ago 3 replies

Hello, I am working on a project that compares the performance of FPGA's to DSP kits. I am implementing a 2D 5/3 DWT using both kits. I...

Hello, I am working on a project that compares the performance of FPGA's to DSP kits. I am implementing a 2D 5/3 DWT using both kits. I am using TMS320C6416 DSK and CCS 2.20.04 I have a limited background when it comes to either using the DSK or CCS so please bear with me. I am using mem_alloc in DSP/BIOS to allocate space for the pixels of an image. My program seems to be worki...