DSPRelated.com

PROBLEM WITH DSK C5402

Started by Anonymous in TMS320c54x22 years ago 2 replies

Hi I am working in a group on the project(audio spectrum analayzer). We are using TMS320C5402 DSK. Our problem is that even...

Hi I am working in a group on the project(audio spectrum analayzer). We are using TMS320C5402 DSK. Our problem is that even without running any program (like audio.c or volume.c) we have always output on the speakers that comes from CD player connected to the microphone.


printf with C5402

Started by lionelcretin in TMS320c54x20 years ago

Hello, I've problem with using puts, prinf and fprintf with CCS1.2. It works correctly with the example program but not with my...

Hello, I've problem with using puts, prinf and fprintf with CCS1.2. It works correctly with the example program but not with my program. I've included and RTS.lib, heap size = 0x0400. Is there any specifications with the .cmd file, external or internal program o


Re: 16 Bit data on 12 bit Dac

Started by Jeff Brower in TMS320c54x21 years ago 1 reply

Gurjeet- > i am working on c5402 and using 16 bit codec AD50,how > can is convert the sampled data which is 16 bit to DAC >...

Gurjeet- > i am working on c5402 and using 16 bit codec AD50,how > can is convert the sampled data which is 16 bit to DAC > which is 12 bit. The AD50 already has 16-bit output. Why do you want to convert? Jeff Brower DSP sw/hw engineer


how i van write the programs in c language

Started by hi_nickie2001 in TMS320c54x17 years ago

hi all, i wanted to ask whether it is possible to write the programs of c5402 in c language or not ......... if it is possible then...

hi all, i wanted to ask whether it is possible to write the programs of c5402 in c language or not ......... if it is possible then how????????? please tell me if u know anything about it.... i heard that there is need of some software called crosscompiler is that so?????? if yes,then where is it available??? how can i get it??? plzzzzzz help me.... t...


visual linker

Started by Anonymous in TMS320c54x22 years ago

Hi. Just like to check the status of visual linker. Bought the C5402 DSK in January and there are still bugs with it. Had much...

Hi. Just like to check the status of visual linker. Bought the C5402 DSK in January and there are still bugs with it. Had much more control with the memory mapping using legacy linker then. Is there any improvement since then? Are the new users for the latest DSK using v


Using Microcomputer Mode with DSP/BIOS

Started by freesampleic in TMS320c54x21 years ago 1 reply

I am having trouble switching the C5402 DSK to mircocomputer mode using DSP/BIOS. The way I did it was by changing the MP/#MC bit of...

I am having trouble switching the C5402 DSK to mircocomputer mode using DSP/BIOS. The way I did it was by changing the MP/#MC bit of PMST register value within the DSP/BIOS cdb file. However, my program does not run correctly afterward. It ran okay before when I used microprocessor m


fixed-point division

Started by Marlo Flores in TMS320c54x21 years ago

Hi friends, i'm implementing an IIR filter (direct form I) on c5402. The reverse coefficient a0 = 1.000 and some other...

Hi friends, i'm implementing an IIR filter (direct form I) on c5402. The reverse coefficient a0 = 1.000 and some other coefficients are greater than 1. How do I scale these so that I can convert them to fixed-point? Help will be greatly appreciated. Marlo


C5402 and AC97 codecs

Started by Jerry Evans in TMS320c54x21 years ago

Hi, I am trying to integrate some Sigmatel AC97 codecs to a 5402. TI have published an application note on this precise...

Hi, I am trying to integrate some Sigmatel AC97 codecs to a 5402. TI have published an application note on this precise combination (SPRA777) but it seems to be both incomplete (references to undefined labels etc) and with more than a few syntax errors. I wonder if anyone has


CCS File -> Load Progam

Started by chris durkin in TMS320c54x21 years ago

Hello, I was wondering if you can help me, I have a c5402 DSK and I am trying to run the audio program supplied with the board ...

Hello, I was wondering if you can help me, I have a c5402 DSK and I am trying to run the audio program supplied with the board (c:\ti\c5400\examples\bios\audio ). I have successfully re-written the DSS_init function to setup and enable the AD50 codec and McBSP port. The


[Fwd: about McBSP]

Started by Jeff Brower in TMS320c54x21 years ago

Pegasus Byron- Please check the c54x group archives. Some time ago I posted asm source to the group that shows how to...

Pegasus Byron- Please check the c54x group archives. Some time ago I posted asm source to the group that shows how to intialize the codec device on the DSK C5402 board directly, without calling CCS functions. That should give you some guidance in working with the A


Flash a FLASH ROM though the JTAG DSP ?

Started by Julien Boudias in TMS320c54x21 years ago

Hi all, I wonder if it is possible to flash a Flash ROM though the Jtag Dsp. I 'm using a C5402 dsp , a parallel FLASH type...

Hi all, I wonder if it is possible to flash a Flash ROM though the Jtag Dsp. I 'm using a C5402 dsp , a parallel FLASH type M29W200 or AM29VL200 and CCS1.2 Any help would be appreciated, regards, julien Boudias.


Port problem

Started by samygueye in TMS320c54x21 years ago 4 replies

The computer doesn't recognize the card C5402. When i reset the port 0x378, the software said it can't detect the target power. ...

The computer doesn't recognize the card C5402. When i reset the port 0x378, the software said it can't detect the target power. What can I do to resolve this problem?


Stand alone system

Started by Nicolas Vignale in TMS320c54x20 years ago 1 reply

Hi Group, I need develop a C5402 stand alone system, but I have never designed DSP hardwere before. I have some questions like.....

Hi Group, I need develop a C5402 stand alone system, but I have never designed DSP hardwere before. I have some questions like.. - How do you load the program into DSP ? - What kind of Bootloading should I use? - How do you program in circuit a new firmware?


C5402 DSK Interrupt Problem Fixed

Started by Anonymous in TMS320c54x22 years ago 1 reply

Got my interrupts going. I can now read data from the AD50 every time a receiver interrupt occurs. As Dave Helsley suggested, the...

Got my interrupts going. I can now read data from the AD50 every time a receiver interrupt occurs. As Dave Helsley suggested, the problem I had was that the DRR register was being overrun because I was not reading it quick enough. If DRR has not been since the last RBR to DRR copy, a


Tone Detection

Started by Brian C. Lane in TMS320c54x20 years ago 7 replies

I'm trying to implement a CTCSS tone detector in a C5402. I've tried to implement a Goertzel Filter based on the DTMF decoder...

I'm trying to implement a CTCSS tone detector in a C5402. I've tried to implement a Goertzel Filter based on the DTMF decoder chapter in the Analog Devices DSP Applications book. I'm not sure if this is the right approach or not, and it doesn't seem to be working :< Does an


Serial BootLoad

Started by pitistef in TMS320c54x20 years ago

I have some troubles bootloading from serial port. My problem is quite complex : I have a C5402 DSP linked to an ARM7 core based...

I have some troubles bootloading from serial port. My problem is quite complex : I have a C5402 DSP linked to an ARM7 core based chip through McBSP0 (SPI). I have to bootload code onto the DSP using the ARM because my DSP have no access to flash memory. The ARM is configured as a mas


UART (16C550CFN) configuration

Started by telldinakaran in TMS320c54x22 years ago 2 replies

Hi all, I am a new C5402 DSK board user. Now, I am developing a device driver for UART under DSP bios environment. I am facing...

Hi all, I am a new C5402 DSK board user. Now, I am developing a device driver for UART under DSP bios environment. I am facing the following problem in this work. The contents of the UART status and control memory mapped registers are not being diplayed on


extern memory board

Started by Laurent Cridlig in TMS320c54x23 years ago

Hi, I'm new here and with the DSP C5402 too. I'd like to carry out an extern memory board using the extension memory ...

Hi, I'm new here and with the DSP C5402 too. I'd like to carry out an extern memory board using the extension memory interface of the DSP Starter Kit and I'd like to know which of the signals of the DSP I should use for that and what are the caracteristics of the


5402 dsk flash

Started by Lucy Jordan in TMS320c54x21 years ago

Hi, I programmed the flash on the C5402 DSK with Flashburn. When I look at the memory in Flashburn it looks like everything burned...

Hi, I programmed the flash on the C5402 DSK with Flashburn. When I look at the memory in Flashburn it looks like everything burned ok. When I look at the memory in CCS it has all 0xFFFF's. Any ideas why I can't see it properly in CCS? I set the CNTL2 bit to the flash and I've s


configuring codec so that fs=500Hz

Started by Marlo Flores in TMS320c54x21 years ago 3 replies

Hi friends, I program the c5402 in C language. I see in the codec example that the sampling rates i can configure the codec...

Hi friends, I program the c5402 in C language. I see in the codec example that the sampling rates i can configure the codec are only 2kHZ-16kHz using the available function. How can I make the codec to sample at 500 Hz? Is there some other C-callable function which I