DSPRelated.com

Urgent:5402 vs 5416 EVM modules Poll

Started by slweasel2002 in TMS320c54x22 years ago

Hi, For a small education project envolving MP3 coding and g.7xx development I am trying to pick out a development platform....

Hi, For a small education project envolving MP3 coding and g.7xx development I am trying to pick out a development platform. How would you compare the two in terms of: - Reliability - Debugging Speed - Overhead complexity(i.e. how much custom software built


extended addressing

Started by Matt Singer in TMS320c54x23 years ago 3 replies

Can anyone "unconfuse" me? I'm using a 5416. I in MC mode with the overlays on. This mode should allow on chip daram from 0x80- ...

Can anyone "unconfuse" me? I'm using a 5416. I in MC mode with the overlays on. This mode should allow on chip daram from 0x80- 0xffff. I should then be able to load my text segment into saram0-3 at 0x28000. XPC=2, address 0x8000-0xffff. I'm confused how to do


Fwd: pcm3002 audio recording prob. in dsk5416

Started by kabdeslam in TMS320c54x16 years ago

Forgot to mention that recorded output now looks like a large harmonic independent of what is recorded. Is there any user doc for PCM3002 other...

Forgot to mention that recorded output now looks like a large harmonic independent of what is recorded. Is there any user doc for PCM3002 other than PCM3002.pdf (found not easy to use in conjunction with DSK 5416 kit) An extract of the code used to record is the following, ... while(1) { y=0; j=0; while(y


RE:RE:real time processing using dsk 5416

Started by Markus Buehren in TMS320c54x21 years ago

Hi Sandy, I suggest to have a look at the "tone" example (\examples\dsk5416\bsl\tone). Here you will find some low level...

Hi Sandy, I suggest to have a look at the "tone" example (\examples\dsk5416\bsl\tone). Here you will find some low level functions to easily address the audio codec. Best regards, Markus


dsk5416 getting started

Started by eds.dsk5416 in TMS320c54x20 years ago

Hi.....   I've just started working with the DSK 5416... In the first step, i've done the tutorial of the CCS, and now...

Hi.....   I've just started working with the DSK 5416... In the first step, i've done the tutorial of the CCS, and now i'm looking for more literature. I would like to know, if somebody have the ONE DAY WORKSHOP from the texas instruments, and if it's possi


Re: Help in Assembly coding in 5416

Started by Anonymous in TMS320c54x21 years ago 2 replies

Hello Ulrich, Saturday, January 04, 2003, 8:25:14 AM, you wrote: It would be a solution to declare func as func(int *x,...

Hello Ulrich, Saturday, January 04, 2003, 8:25:14 AM, you wrote: It would be a solution to declare func as func(int *x, int *a, int *y); Then you'll get &x in register A, and *sp(0) and *sp(1) for &a and &y. Thus you'll gain full access to Y.


Command line compilation

Started by Brian C. Lane in TMS320c54x22 years ago

Is there a CCS tool similar to the cl500 shell program that will use the .mak file generated by ccs to compile the project? What I...

Is there a CCS tool similar to the cl500 shell program that will use the .mak file generated by ccs to compile the project? What I have is a project (1200bps and 9600bps Amateur Radio modems) that need to be compiled with slight differences for the 5402 and 5416 DSP. I want to


Re: Strange problem - Writing to data mem also overwrites program mem?

Started by Jeff Brower in TMS320c54x19 years ago

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 : > >> Aaron- >> >> > Yes, I am using the 5416. I'm afraid I must not understand how I've >> setup >> > the memory...


CCS Graphical configuration of McBSP

Started by joeblogss84 in TMS320c54x21 years ago

Hello all, Is this a known issue? I have looked for info on it but with no success. Using CCS 2.10 targetting a '5416. ...

Hello all, Is this a known issue? I have looked for info on it but with no success. Using CCS 2.10 targetting a '5416. I find that the graphical configuration of McBSP pins used as GPIO is not very sticky. Making changes in the configuration of other


Setting the clock speed of 5416

Started by Siva Anne in TMS320c54x16 years ago

hi to all, presently i am working on a project where i need verify the time elapsed to execute a algorithm..... yet present i am using...

hi to all, presently i am working on a project where i need verify the time elapsed to execute a algorithm..... yet present i am using CCS3.1 but i am not able to configure the clock in simulator mode..... can any body suggest me to set the clock speed so that i can configure the timer for exact time measurement..... Thanks.... anne


TROUBLE RUNNING TARGET CPU - 5416

Started by saji...@gmail.com in TMS320c54x17 years ago 3 replies

hi am using tms320c5416 processor for programming a project with ccs as the compiler. Am getting a new error these days. "TROUBLE RUNNING...

hi am using tms320c5416 processor for programming a project with ccs as the compiler. Am getting a new error these days. "TROUBLE RUNNING TARGET CPU" and when compiling i do not get anyerrors and this comes at the point of a division of 2 numbers in the program. Any ideas.. all r welcome..:) and while building i get a warning which says.. ".cio created without specifications" PLS HEL...


5416 DSK + THS1206 EVM help

Started by Kevin Wang in TMS320c54x20 years ago

Hi, I've searched through the threads and haven't seen any posts about interfacing TI's THS1206 ADC to a TI5416 DSK. I'm a ...

Hi, I've searched through the threads and haven't seen any posts about interfacing TI's THS1206 ADC to a TI5416 DSK. I'm a DSP newbie so I bought these parts to get running quickly for my thesis project. I've posted on comp.dsp, TI's discussion groups, etc. but I cannot


booting C5416 using standard serial boot method

Started by erha...@hotmail.com in TMS320c54x15 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...


Fwd: pcm3002 audio recording prob. in dsk5416

Started by kabdeslam in TMS320c54x16 years ago

--- In c...@yahoogroups.com, "kabdeslam" wrote: Forgot to mention that recorded output now looks like a large harmonic independent of...

--- In c...@yahoogroups.com, "kabdeslam" wrote: Forgot to mention that recorded output now looks like a large harmonic independent of what is recorded. Is there any user doc for PCM3002 other than PCM3002.pdf (found not easy to use in conjunction with DSK 5416 kit) An extract of the code used to record is the following, ... while(1) { y=0; j=0; while(y


McBSP2 Recieve Interrupt (DSK 5416)

Started by Yuri_Feigin in TMS320c54x21 years ago 1 reply

Hi All ! I connected the McBSP 2 to PCM3002 codec (via CPLD). I also configured the codec by its control registers (via...

Hi All ! I connected the McBSP 2 to PCM3002 codec (via CPLD). I also configured the codec by its control registers (via CPLD). I also configured the McBSP2 configurations. I set the IMR to 0x40. INTM=0; I"m recording from microphone and I


Help for 5416 Project

Started by sl_nitt in TMS320c54x17 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).


McBSP SPI mode on 5416 DSK

Started by bartzuid in TMS320c54x21 years ago

I am using the mcbsp0 to control a spi device. I have used the following functions: void InitSPI(void) { mhMcbsp =...

I am using the mcbsp0 to control a spi device. I have used the following functions: void InitSPI(void) { mhMcbsp = MCBSP_open(MCBSP_PORT0, MCBSP_OPEN_RESET); MCBSP_config(mhMcbsp, &Config); } void sendSPI(void) { MCBSP_start(mhMcbsp, MCBSP_R


Add operations continually in a loop in 5416

Started by Fran...@hotmail.com in TMS320c54x16 years ago 5 replies

My hardware is 5416DSK and AIC13, I want to used this to finish my project of echo cancellation. I have a sub-program there are over 100 times add...

My hardware is 5416DSK and AIC13, I want to used this to finish my project of echo cancellation. I have a sub-program there are over 100 times add operations and I sure this program affect my output signal, I don?t know how to make the add operations is more efficiency in C or C++. Somebody tell me can use the DMA, but I don?t know how to use that. Are there someone shows me a program or some


CCS shift problems

Started by Brian C. Lane in TMS320c54x22 years ago 5 replies

I'm trying to get some 'C' code that I prototyped using VC++ (easier to debug) working on a 5416 using CCS v1.21 -- But it doesn't...

I'm trying to get some 'C' code that I prototyped using VC++ (easier to debug) working on a 5416 using CCS v1.21 -- But it doesn't work as expected. Here's the code: typedef unsigned int uint16; typedef unsigned long uint32; /* Simple shift test */ ui


Re: 5416 .text Memory Problems above 0x4000 - SOLVED

Started by g_rossano123 in TMS320c54x21 years ago

I think I found the main issue. The new code that went beyond 0x4000 also called subroutines that used malloc. It was the additional...

I think I found the main issue. The new code that went beyond 0x4000 also called subroutines that used malloc. It was the additional mallocs that expanded the heap which started corrupting my memory. To solve the problem I expanded my heap when I linked, and things look fine s