Forums Search for: C5416
memory management problem in C5416
Hi I wrote the mail about the memory management problem I am facing. I told in my previous mail that I run my prog on simulator and it ran to a...
Hi I wrote the mail about the memory management problem I am facing. I told in my previous mail that I run my prog on simulator and it ran to a random addr and gave an error of Trouble Running Target CPU. I ran the code on the device and I am getting an error message as: cant remove breakpoint at 32E0. 32E0 is the addr from where main() starts. Someone kindly help me regarding this error, w...
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
Problems with RFFT/CFFT - DSPlib
Hello! I?m using the C5416 DSK and now I?m writing a code that do the FFT of a signal generated on the same code....
Hello! I?m using the C5416 DSK and now I?m writing a code that do the FFT of a signal generated on the same code. I?ve used the cbrev functions, to reverse the bits and a
Read from external data memoy and copy to internal memory
Hello I have a FPGA on C5416 external data memory which there is variables (10 vector with lenght of 1024-decimal- at start address 0x8000 )...
Hello I have a FPGA on C5416 external data memory which there is variables (10 vector with lenght of 1024-decimal- at start address 0x8000 ) . Also i have a internal(local) variables in my program which copy those external data variable. i mean ,first read from ext. data memory then copy to my local variables. like following #pragma DATA_SECTION(Ext_var1,"EXDATA"
Can't see external memory on SMJ320VC5416 using CCS 5.5
I have an SMJ320VC5416 and I am using CCS 5.5 (since CCS 6 doesn't support the C54XX line). I am unable to access external memory, only internal...
I have an SMJ320VC5416 and I am using CCS 5.5 (since CCS 6 doesn't support the C54XX line). I am unable to access external memory, only internal memory. I have the original C5416.gel file, which did not work, and I tried adding additional memory mapped locations. The CCS memory browser just shows these as a series of ????'s This is a custom board. We have two SMJ320VC5416's attempting to communic...
CCS's Active-x for C5416
Hi Friends how can use code composer Active-X in visual C++ to build a application intract with CCS and do anything more ? does anyone...
Hi Friends how can use code composer Active-X in visual C++ to build a application intract with CCS and do anything more ? does anyone have a such application / Regards
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).
Interfacing tms320vc5416 dsk with ads1610 evm using a 5-6k interface
Hi has anyone ever tried interfacing the c5416 with the ads1610 evm? Any help and info regarding interfacing the two. And anyone know how to...
Hi has anyone ever tried interfacing the c5416 with the ads1610 evm? Any help and info regarding interfacing the two. And anyone know how to make it work in code composer it really isnt supported by the updated DCPFree tools(Data Converter tools in CC). I've already tried writing some code based on the other support dsp chips(5510 and 6416). When i bought the ads1610 evm and 5-6k interf...
Can we Read An Mp3 file or Wav file?...urgent
hi... i'm trying to modulate and demodulate a music file or a sound file... Can we read a wav file or an mp3 file using c5416 and code...
hi... i'm trying to modulate and demodulate a music file or a sound file... Can we read a wav file or an mp3 file using c5416 and code composer studio? and change it into a form of variable? please give me some advice...or maybe anyone has the program for it? thanks in advance... cheers. Christian Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Tr...
output in Oscilloscope
hello ,i'm working some project about sigma delta modulator using DSP c5416. I can see the output just from the graph, but i'm having...
hello ,i'm working some project about sigma delta modulator using DSP c5416. I can see the output just from the graph, but i'm having some trouble too see the output in oscilloscope.. is there anybody that can tell me how to see the output? i think it's something to do with the cmd file. is there anybody can help me or give me the .cmd for the configuration? thx
c5416 memory interface
Hi, I am trying to connect 2 memories each having a size of 2M x 16bits to 5416 using its memory interface. In the datasheet of 5416, it says...
Hi, I am trying to connect 2 memories each having a size of 2M x 16bits to 5416 using its memory interface. In the datasheet of 5416, it says data memory is upto 64K. So, should I use program memory space to access 2 memories? Or what can be the possible solution? Is program memory space writable?Thanks for help
multiplying 16 bits words
Hi, I'm facing the following problem: (i use the C5416 which is not float) I have to multiply two signed 16 bits words (let's say a and...
Hi, I'm facing the following problem: (i use the C5416 which is not float) I have to multiply two signed 16 bits words (let's say a and b). So, 2^(-15) < a < 2^(15), 2^(-15) < b < 2^(15) result will be 2^(-30) < ab < 2^(30). Thus, the result (axb) will be a double. The thing is that i would like a signed 16 bits because i'm doing a rifft of the result and because i'm working with 16 bits wo
Interfacing SLIC (Si3210) with SPI
hi i want to interface SLIC (Si3210) with c5416. i want to drive slic its spi , but now i can't drive it correctly. can someone help...
hi i want to interface SLIC (Si3210) with c5416. i want to drive slic its spi , but now i can't drive it correctly. can someone help me? thanks.
PLL config problem
I'm using CCSv3.1 and the C5416. I attempted to configure the PLL module using the CSL GUI, and upon compiling, I get the following...
I'm using CCSv3.1 and the C5416. I attempted to configure the PLL module using the CSL GUI, and upon compiling, I get the following errors. "C:/ti/C5400/csl/include/csl_pll.h", line 187: error: identifier "BSCR" is undefined "C:/ti/C5400/csl/include/csl_pll.h", line 187: error: identifier "DIVFCT" is undefined "C:/ti/C5400/csl/include/csl_pll.h", line 225: error: identifier "BSCR" is undefin...
booting C5416 using standard serial boot method
Hi, I am using PIC18F97J60 to boot 5416 using MCBSP0. I have built my boottable using -v548 assembler option and I am sending this boottable...
Hi, I am using PIC18F97J60 to boot 5416 using MCBSP0. I have built my boottable using -v548 assembler option and I am sending this boottable starting from word 0x10AA after resetting the dsp and waiting for XF pin to go low. I worked on this issue so much and read all the documents including the bootloader document(spra602) supplied by ti. I think the documentation is insufficient. Can you tell h...
McBSP initialization
I'm attempting to set up McBSP using code composer v3.1 with a C5416, and can't even get the simple setup from the dma4.c or mcbsp.c to work. I...
I'm attempting to set up McBSP using code composer v3.1 with a C5416, and can't even get the simple setup from the dma4.c or mcbsp.c to work. I created the configurations I wanted, and used the code provided in dma4.c as a template to open the mcbsp channel and start everything, and the code always stops at this line. while(!(MCBSP_xrdy(myhMcbsp))){ ; } I'm not sure why the xrdy s...
DSP C5416 ON LINUX
Hello All I am working on TMS C 5416 kit. I have communicated DSP 5416(Texas Instruments) with Windows XP OS through usb...
Hello All I am working on TMS C 5416 kit. I have communicated DSP 5416(Texas Instruments) with Windows XP OS through usb interface using IC CY7C68001(EZ USB SX2) of Cypress Semiconductor coorperation. Now I want to operate this kit on Linux operating system while using the same usb interface. The Linux OS is not communicating with my kit .What should I do ? what might be the...
array problems!
Hello everybody, I am looking forward to any suggestions for the problem i am currently facing with Code composer studio 'c5416...
Hello everybody, I am looking forward to any suggestions for the problem i am currently facing with Code composer studio 'c5416 ver 2.10.05 for the TMS320VC5416 DSK. I am using a few pre-initialised arrays in the program and though the arrays are defined as float values,
JTAG Bypass
Can anyone tell me the length of the JTAG instruction register for the C54 (C5416)? thank you -- Matthew R. Singer ...
Can anyone tell me the length of the JTAG instruction register for the C54 (C5416)? thank you -- Matthew R. Singer Real Time Systems Engineer Voice: 954-924-7052 Florida Atlantic University Fax : 954-924-7007 Seatech Research
CCS 1.2 Crashing...
CCS crashing isn't too new of a thing
CCS crashing isn't too new of a thing






