DSPRelated.com

Code execution problems when using the boot loader (C5416).

Started by Anonymous in TMS320c54x21 years ago 5 replies

I am having problems running a program on the C5416 when it is not connected to the emulator. We are using a serial EEPROM in SPI...

I am having problems running a program on the C5416 when it is not connected to the emulator. We are using a serial EEPROM in SPI mode to store the boot table. The boot table is read and then the code is executed by the C5416 after power on, however at a specific point it terminates. Program executio


C5416 DSK

Started by Tareq Ahmed in TMS320c54x23 years ago 1 reply

Hello If anyone us using C5416 DSK or EVM could he send me the manual containing the full schematics of it? ...

Hello If anyone us using C5416 DSK or EVM could he send me the manual containing the full schematics of it? Thanks


c5416 memory map

Started by lax man in TMS320c54x23 years ago 2 replies

hello all i need some help on c5416 memory map. my cmd file look something like this. MEMORY { PAGE 0: /* program...

hello all i need some help on c5416 memory map. my cmd file look something like this. MEMORY { PAGE 0: /* program space */ DARAM0 (RWX) : o=000080h l=003f80h VECS0 (RWX) : o=007f80h l=000080h EXT (RWX) : o=008000h l=004000h R


c5416 memory map problem

Started by lax man in TMS320c54x23 years ago

hello all i need some help on c5416 memory map. my cmd file look something like this. MEMORY { PAGE 0: /* program...

hello all i need some help on c5416 memory map. my cmd file look something like this. MEMORY { PAGE 0: /* program space */ DARAM0 (RWX) : o=000080h l=003f80h VECS0 (RWX) : o=007f80h l=000080h EXT (RWX) : o=008000h l=004000h R


C5416 DSK or EVM

Started by l li in TMS320c54x23 years ago 1 reply

Hello If anyone us using C5416 DSK or EVM could he send me the manual containing the full schematics of it? Thanks ...

Hello If anyone us using C5416 DSK or EVM could he send me the manual containing the full schematics of it? Thanks


C5416 - Doubt on RTDX library's SPEED.

Started by Ulrich Prakash in TMS320c54x23 years ago 3 replies

Hi, I have a doubt regarding the SPEED of the RTDX library. I am using the TMS320VC5416DSK(C5416 DSP Starter Kit)...   I am...

Hi, I have a doubt regarding the SPEED of the RTDX library. I am using the TMS320VC5416DSK(C5416 DSP Starter Kit)...   I am sending 160bytes of data from the HOST to the TARGET and immediately from the TARGET back to the HOST using the RTDX library. The time taken


Sending real-time data from target to PC

Started by vikrham in TMS320c54x21 years ago 1 reply

Hi, I am a student working on an audio project with the C5416. Just wanted to check if anyone had any ideas with one problem i am...

Hi, I am a student working on an audio project with the C5416. Just wanted to check if anyone had any ideas with one problem i am facing. I am trying to send real-time data from my C5416 DSP to a PC. FileIO doesn't work because it interferes with the program. I tried using RTDX but this too seems to slow down my program. What I am doi


look for C5416 DSK and C5510 DSK schematic file

Started by shuping72 in TMS320c54x23 years ago

Hi, I am trying to find C5416 DSK and C5510 DSK schematic file. I go to TI web site, but they do not let me to download....

Hi, I am trying to find C5416 DSK and C5510 DSK schematic file. I go to TI web site, but they do not let me to download. So I need your guys's help! Thanks a lot! Shuping


C5416's McBSP0

Started by babak vafa in TMS320c54x21 years ago 1 reply

hello all friends I want to use MCBSP0 in C5416 as a transmitter-only- that CLKX and FSX are output and FSX is generated by DXR to XSR copy...

hello all friends I want to use MCBSP0 in C5416 as a transmitter-only- that CLKX and FSX are output and FSX is generated by DXR to XSR copy (not sample rate generator) and send out one pattern 16 bit data periodically .code have been written in C but i am confused about registers setting and sequenc of registers setting and delay which should be taken in account . f


C5416.gel

Started by jfa47 in TMS320c54x21 years ago 5 replies

Hi I am loading the CCS with the c5416.gel then I try to change the 0x28000 position of memory but all the positions change from 0x28000...

Hi I am loading the CCS with the c5416.gel then I try to change the 0x28000 position of memory but all the positions change from 0x28000 to 0x2FFFF Best regards Jerome


graphic equalizer on C5416 DSK

Started by spha...@gmail.com in TMS320c54x20 years ago

I have made a graphic equalizer program on MATLAB/Simulink, and I was wondering if there was anyway to program it onto the C5416 DSK?

I have made a graphic equalizer program on MATLAB/Simulink, and I was wondering if there was anyway to program it onto the C5416 DSK?


DSK TMS 320 C5416 and EVM TLV 320 AIC10

Started by tony...@yahoo.com in TMS320c54x20 years ago

Hello, We're working on a project interfacing tms 320 c5416 and tlv 320 aic10. We have problem in programming the control register of tlv 320...

Hello, We're working on a project interfacing tms 320 c5416 and tlv 320 aic10. We have problem in programming the control register of tlv 320 aic10 using the secondary communications method. We are using the following jumper settings on the AIC10EVM W1 =1-2 W2 = 1-2 W3 = 1-2 W4,W5 = 2-3 W6,W7 = 2-3 W8 open W9,W10 = 2-3 W11 = 2-3 W12 = 1-2 W13 = 1-2-3 W14 = 2-3 W15 = 1-2-3 W16,...


CCS for C5416 DSK

Started by vikrham in TMS320c54x19 years ago

Hi, Does anyone have an old CCS disk for the C5416 DSK. Mine is scratched and I was hoping to reinstall it on my laptop without having...

Hi, Does anyone have an old CCS disk for the C5416 DSK. Mine is scratched and I was hoping to reinstall it on my laptop without having to upgrade to v3.1? Please let me know Regards, Vik


How to use external ram with c5416

Started by hemo...@gmail.com in TMS320c54x18 years ago 1 reply

hi everyone.I am new to DSP,now I can load program into the internal daram of c5416.In my C program ,I set PMST to be mp/mc#=0 ovly=1...

hi everyone.I am new to DSP,now I can load program into the internal daram of c5416.In my C program ,I set PMST to be mp/mc#=0 ovly=1 drom=1.Then,how can I load my program into the external ram, it is IS61LV25616AL from ISSI.My .cmd file is as below: MEMORY { PAGE 0 : PROG: origin = 0x2400, length = 0x5b80 VECTORS: origin = 0x0080, length = 0x80...


Re: problem in use of external memory

Started by Jeff Brower in TMS320c54x20 years ago 2 replies

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


code working on simulator but not on device?

Started by megha daga in TMS320c54x20 years ago 22 replies

Hi everyone I am working on a PEP5416 device and am using a TI C5416 simulator. I am implementing an acoustic model which takes the sound input...

Hi everyone I am working on a PEP5416 device and am using a TI C5416 simulator. I am implementing an acoustic model which takes the sound input from the microphone, process it (filters) and provide the filtered output at headphone. My code is working on the simulator, its not giving any errors and I have debugged it step by step, its nowhere getting stuck. But when I try to run the code on the ...


Align data

Started by Guilherme Martinhon in TMS320c54x20 years ago

TMS320C54x DSP DevelopersHello people! Could somebody send me a step-by-step about how to align data to use some functions of DSPlib? If...

TMS320C54x DSP DevelopersHello people! Could somebody send me a step-by-step about how to align data to use some functions of DSPlib? If somebody works with the FFT/IFFT functions os C5416 DSPlib and could send the code to me, I?ll be thank you. Thanks a lot. Guilherme


McBSP as UART

Started by Andrew Ness in TMS320c54x20 years ago

Hi, I've followed the directions in SPRA661 to implement a software UART using the McBSP port 0. I am using a C5416 device and modified the...

Hi, I've followed the directions in SPRA661 to implement a software UART using the McBSP port 0. I am using a C5416 device and modified the included assembly slightly to allow for using a far memory model. Things work okay for the most part, but I am experiencing parity and framing errors every now and then when transmitting to the DSP. Sometimes I can transmit 100 or more characters wi...


Linking DSP results and Matlab

Started by Guilherme Martinhon in TMS320c54x20 years ago

Hello people! I?m doing some evaluations with the C5416 DSK, but I need to generate some signals on Matlab, pass it to DSP by a .h file and...

Hello people! I?m doing some evaluations with the C5416 DSK, but I need to generate some signals on Matlab, pass it to DSP by a .h file and take the results by printing it on the CCS screen. But I need to do 5 simulations and do a mean of this values. And for each simulation, I need to generate new signals on Matlab. What I want to know is somebody has some idea about pass the results to Matlab...


Execution time

Started by gmar...@aluno.feis.unesp.br in TMS320c54x19 years ago

Hello! Does someone know if there is any command which give us the execution time in seconds of a C code in C5416 (Code composer...

Hello! Does someone know if there is any command which give us the execution time in seconds of a C code in C5416 (Code composer 2.1)? Thanks, Guilherme ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.