DSPRelated.com

memory management problem in C5416

Started by megha daga in TMS320c54x20 years ago

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

Started by megha daga in TMS320c54x20 years ago

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

Started by Guilherme Martinhon in TMS320c54x20 years ago

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

Started by babak vafa in TMS320c54x21 years ago 2 replies

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

Started by "Mic...@gmail.com [c54x]" in TMS320c54x11 years ago

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

Started by babak vafa in TMS320c54x21 years ago 1 reply

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

Started by sl_nitt in TMS320c54x19 years ago 1 reply

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

Started by Christian Echavez in TMS320c54x19 years ago

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

Started by "ChRiStiAn C.S" in TMS320c54x18 years ago

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

Started by Bernardus in TMS320c54x18 years ago

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

Started by vser...@aselsan.com.tr in TMS320c54x18 years ago 4 replies

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

Started by seba...@seareka.com in TMS320c54x18 years ago

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

Started by dylbit in TMS320c54x18 years ago

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

Started by thed...@yahoo.com in TMS320c54x18 years ago 8 replies

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

Started by erha...@hotmail.com in TMS320c54x17 years ago 15 replies

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

Started by thed...@yahoo.com in TMS320c54x18 years ago 7 replies

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

Started by pieter_spiderman in TMS320c54x15 years ago

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!

Started by nayakam in TMS320c54x23 years ago 6 replies

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

Started by Matthew Singer in TMS320c54x25 years ago

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...

Started by Brian C. Lane in TMS320c54x25 years ago 1 reply

CCS crashing isn't too new of a thing . But its been running fine lately. But now I'm trying to JTAG a target using the C5416...

CCS crashing isn't too new of a thing . But its been running fine lately. But now I'm trying to JTAG a target using the C5416 and extended memory up in the 0x20000-2FFFF range. It sends the symbols ok, and tries to send the code but then croaks with a GPF type of erro