Forums Search for: 5416
I2S on 5416?
I'm sure I can't be the first to want to attach an I2S DAC (the CS4341 in particular) to a 5416. Before my brain melts completely ...
I'm sure I can't be the first to want to attach an I2S DAC (the CS4341 in particular) to a 5416. Before my brain melts completely from reading too much of the McBSP spec, has anyone already written a setup that I can steal? This is my first DSP experience. It's quite overwhelm
Using long long types with 5416
I am using a 5416 doing some filtering and would like to have access to the 40 bit registers from C. I originally wrote my code...
I am using a 5416 doing some filtering and would like to have access to the 40 bit registers from C. I originally wrote my code using long long datatypes(64 bit on the PC) but I found that when I transfered the code to CCS 2.0 the long long types are not supported. Does anybod
RE:real time processing using dsk 5416.
hi, I am student working on SPECTRUM DIGITAL dsk 5416. I want to take input signal using pcm_3002 codec and then send it to...
hi, I am student working on SPECTRUM DIGITAL dsk 5416. I want to take input signal using pcm_3002 codec and then send it to speakers.This kit uses a USB port.Does anyone know how to go about this ? Thanks in advance , sandy
5416
I have a problem with the 5416, if I run a program with DSP-BIOS the CCS it is blocked. It happens the same thing with the...
I have a problem with the 5416, if I run a program with DSP-BIOS the CCS it is blocked. It happens the same thing with the examples of Texas. Jeronimo Internet GRATIS es Yahoo! Conexi?n . Usuario: yahoo; contrase?a: yahoo
Mcbsp 0/1 transmit example - DSK 5416
Dear All ! Does someone have an example (project) that performs transmitting digital data through McBsp0/McBsp1 (DSK 5416)...
Dear All ! Does someone have an example (project) that performs transmitting digital data through McBsp0/McBsp1 (DSK 5416) (using DSP BIOs or NOT) ? It would be a real help for me. Thanks a Lot.
Help for 5416 Project
Hello everyone, I'm planning to do a project in C5416.. I'm really interested in doing a project in tat. Can any of u suggest me with some...
Hello everyone, I'm planning to do a project in C5416.. I'm really interested in doing a project in tat. Can any of u suggest me with some interesting applications i can work on..? suggest something related to audio processing, as My prof has suggested tat(audio processing).
Re: DSK 5416
dear celeb i need your documents how can i recieve them thanks mhn > All, > > I have had my TMS320VC5416 USB DSK for a few years now...
dear celeb i need your documents how can i recieve them thanks mhn > All, > > I have had my TMS320VC5416 USB DSK for a few years now and would like > to know if someone wants to use one. I would like to know if there is > any interest this DSK, I have all the books and CD's. > > Thanks, > > Caleb > >
regarding header file
hello everyone i'm doing my final yr project in dsp using ccs 5416.i want to know the equivalent header file for CONIO.H or how we can...
hello everyone i'm doing my final yr project in dsp using ccs 5416.i want to know the equivalent header file for CONIO.H or how we can overcome from the requirement of conio.h in ccs. waiting for a kind response. thanx.
Re: DMA ABU mode - Half-buffer interrupts
use CSL function DMA_RGETH(hDma2, DMDST). it returns the next dst address for DMA transfer. > > > > Hello all, > >...
use CSL function DMA_RGETH(hDma2, DMDST). it returns the next dst address for DMA transfer. > > > > Hello all, > > '5416 device. > > Using ABU mode, is there any way of determining which half of the > buffer the DMA is currently writing (in other words which half of the > buffer was just filled and generated the half or full buffer > interrupt? > > We can of c
Re: problem in use of external memory
Megha- > Should I change anything in > settings or something to enable the external memory. As per as I know we dont have > EMIF settings...
Megha- > Should I change anything in > settings or something to enable the external memory. As per as I know we dont have > EMIF settings in C5416 as in c55x. Right? Not exactly. There are memory-related registers you have to set for 5416, such as wait-states, BSCR, etc. Question: what .gel file are you giving CCS prior to use when it first opens? The initial .gel file should be se
5416 device error while debugging an acoustic model
Hi Everyone I am using PEP5416 to run an acoustic model. Right now I am testing/debugging just on the simulator C5416 and not on the actual...
Hi Everyone I am using PEP5416 to run an acoustic model. Right now I am testing/debugging just on the simulator C5416 and not on the actual device. I am doing AGC/DRC for processing and for that I have to calculate the dB gain value. For that I am using following code: for(i = 32768; i > 0;i--) { //determine the dB value of current point
DSK 5416
All, I have had my TMS320VC5416 USB DSK for a few years now and would like to know if someone wants to use one. I would like to know if there...
All, I have had my TMS320VC5416 USB DSK for a few years now and would like to know if someone wants to use one. I would like to know if there is any interest this DSK, I have all the books and CD's. Thanks, Caleb
Re: Strange problem - Writing to data mem also overwrites program mem?
Aaron- > Thanks, I've sorted it out now Ok sounds good Aaron. Good luck with your project! -Jeff > Quoting Jeff Brower...
Aaron-
> Thanks, I've sorted it out now
Ok sounds good Aaron. Good luck with your project!
-Jeff
> Quoting Jeff Brower
Fwd: extended addressing in 5416 : Loading problem in emulator
Hi, for internal SARAM to be used, MP/MC need to be 0. Only for external memory it must be 1. this small thing was missed out...
Hi, for internal SARAM to be used, MP/MC need to be 0. Only for external memory it must be 1. this small thing was missed out by my reading. Thanks all you guys helping. Ritesh On
:problem solved with MP/MC bit 0 extended addressing in 5416 : Loading problem in emulator
Hi dear all, Thank you very much to all those who gave me very valuable support. Everybody's suggestions were right. My...
Hi dear all, Thank you very much to all those who gave me very valuable support. Everybody's suggestions were right. My memory map was right. which was also reflecting in options->memory map. in gel file extended addressing was enabled also. but, what i see in my case is that it was MP/MC bit in pmst which was pro
extended addressing in 5416 : Loading problem in emulator
Hi, As my code size is getting large, I have to put some program modules on 0x0000-0x7FFF (OVLY bit set) section and others on SARAM...
Hi, As my code size is getting large, I have to put some program modules on 0x0000-0x7FFF (OVLY bit set) section and others on SARAM 0x28000-0x2FFFF and 0x38000-0x3FFFF. I am checking with some functions linked to define in different program sections using #pragma CODE_SECTION. I am attaching file volume.cmd and my main program. I am
'farcall' background needed
Finally starting to run out of memory in my current build enviorment and would like to start using some of the upper memory on the 5416....
Finally starting to run out of memory in my current build enviorment and would like to start using some of the upper memory on the 5416. Can anybody give me any hints to get started? How do I declare code to be linked into that area? How do I functions linked in that area? Any tips would really be appreciated. Thanks,
MCBsp and DMA syncronization problem
Dear all In 5416 DSP processor : I used MSBSP number 0 and 1 to get CODEC sound data by using DMA channel 4 and 5. Both DMAs are used to get...
Dear all In 5416 DSP processor : I used MSBSP number 0 and 1 to get CODEC sound data by using DMA channel 4 and 5. Both DMAs are used to get data from mcbsp ports. Frame sync and clock signals are input to this DSP processor. But I have reset problem. When I reset the board I find that sometimes input data is correct and has no problem but some other times input data is not correct. and s...
5416 boot process...
Hello, During boot, is it possible to just start executing code out of flash...or do you need to do those boot tables, etc? ...
Hello, During boot, is it possible to just start executing code out of flash...or do you need to do those boot tables, etc? Thanks, Mike
(unknown)
hi all i want to use serial eeprom programming mode for 5416 what part number do you recommend for serial...
hi all i want to use serial eeprom programming mode for 5416 what part number do you recommend for serial eeprom ---------------------------------------------------------- ___________________________________________________________ New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes. http://uk.rd.y...






