Forums Search for: C5402
Mobile Interface
Which interface in C5402 is used for mobile application? Thanks & Regards, Venky.R Technology Centre Midas Communications Tech....
Which interface in C5402 is used for mobile application? Thanks & Regards, Venky.R Technology Centre Midas Communications Tech. Pvt. Ltd Chennai, India +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- call: +91 44 2449 2525 xtn. 812 mail: venkatr@venk...
C54-2 DSK Codec And WAV
Hi people, I'm trying to output some WAV PCM samples on the AD50 DAC of the C5402 Starter Kit. The sound doesn't come out...
Hi people, I'm trying to output some WAV PCM samples on the AD50 DAC of the C5402 Starter Kit. The sound doesn't come out right. I was wondering whether I should send the PCM samples in unsigned format (Add some bias), since they're supposed to be 16-bit signed values in the w
Interrupts with CCS
inHi it's me again. I have still problems with Interrupts on the C5402 DSK Board. I'm not able to fix my interrupt problem. I...
Hi it's me again. I have still problems with Interrupts on the C5402 DSK Board. I'm not able to fix my interrupt problem. I found the TI documentation very horrible. There are no source code examples that show how external interrupts are realised in C. I fou
simulator drivers
Hya all, I'm currently working with the 'C5402 DSK, using the 1.21 CCS. I tried to install the simulator drivers from the 30...
Hya all, I'm currently working with the 'C5402 DSK, using the 1.21 CCS. I tried to install the simulator drivers from the 30 day demo on top of my system, so that I would be able to do some offline simulations. My motivation was to be able to single step thru code, without
FIR test example
Hi everyone, I am "trying" to implement a Comb filter on the C5402, and am having a lot of trouble. To begin with i am looking at...
Hi everyone, I am "trying" to implement a Comb filter on the C5402, and am having a lot of trouble. To begin with i am looking at the FIRtest example that came with the package, but there is little documentation as to how you actually implement them and view the results. I
EEprom(SPI)
I am tring to bootload c5402 dsp chips via EEprom, can any one tell me which EEPROM is most suitable for the operation. ...
I am tring to bootload c5402 dsp chips via EEprom, can any one tell me which EEPROM is most suitable for the operation.
DSK C5402 Onboard and Offboard memory
I have this situation. I have to access external memory and I/O to control my peripherals, and at the same time my program is too...
I have this situation. I have to access external memory and I/O to control my peripherals, and at the same time my program is too big to fit into the on-chip ram. So I've coded something like that enable_xmemory(); /* read, write to xmemory and i/o ports */
No DSP/BIOS --> DSP BIOS
Hi, Im trying to convert an app that currently runs on a c5402 which has been built without DSP/BIOS to use DSP BIOS, however...
Hi, Im trying to convert an app that currently runs on a c5402 which has been built without DSP/BIOS to use DSP BIOS, however im having some difficulty translating some of the ISR's : Ive found HWI_INTx but i cannot find the following in the BIOS Config Editor:
c5402 doubts
there are few doubts to me . 1.when running example programmes on 5402 we are getting errors such as check memory at some address ...
there are few doubts to me . 1.when running example programmes on 5402 we are getting errors such as check memory at some address like xff38. 2. we r not able to run many programmes given in tutorials. 3. we are new to this dsp processors please give any sugge
OVLY bit on C54xx
AL Subramanian- > hi i am subramanian,and I got ur id from the net.i am learning DSP > processors, Could you please explein me...
AL Subramanian- > hi i am subramanian,and I got ur id from the net.i am learning DSP > processors, Could you please explein me what is the use of OVLY bit > in the C5402. Hope i am not troubling u. I have posted your question on the C54x Yahoo Group.
DaughterBoard integration with a C5402 DSK
inHello all. I have a problem which i desperatley need some help. I'm using a daughter board which is connected to the 5402 dsk,...
Hello all. I have a problem which i desperatley need some help. I'm using a daughter board which is connected to the 5402 dsk, and i am defining an ioport to read from, but every transaction i try to make doesn't work. I have checked with logic analyzer, and on read
Custom Board
Hi community, I am developing voice encryption through telephone line on DSK 'C5402,But it seems too expensive if I used this...
Hi community, I am developing voice encryption through telephone line on DSK 'C5402,But it seems too expensive if I used this DSK. Does anyone have clue how to develop custom board for C54x. What should I do, or where should I ask for prototyping services, and how
Re:
JongOk Baek- All of what you need is available from CCS documentation and help files, and on the group archive. To initialize...
JongOk Baek- All of what you need is available from CCS documentation and help files, and on the group archive. To initialize (including on-board CPLD) and use C5402 DSK codec, there are many examples in the archive, both C code and asm code. When you start your c
NMI usage
Hi friends I have a problem with my c5402 processor.The processor is getting hanged due to an external source.So i would like to...
Hi friends I have a problem with my c5402 processor.The processor is getting hanged due to an external source.So i would like to know whether we can use NMI interrupt in hanged state of the processor. Thanking all Abhijith K S
C5402 DSK, HPI - PC Parallel Port Programming for Linux
Hello, I am in process of writing a Linux C Library for communicating with the DSK. Does anyone know where I can get the...
Hello, I am in process of writing a Linux C Library for communicating with the DSK. Does anyone know where I can get the implementation details of EVMDSKC54x.dll or EVMDSKC54x.lib. Only the header files have been provided with the DSK which can be used only in Windows.
problems with codec library and DSP BIOS
hello all, I am trying to use RTDX to stream data from the host to the target, I am using the c5402 DSK, inside main, I...
hello all, I am trying to use RTDX to stream data from the host to the target, I am using the c5402 DSK, inside main, I call codec_open, but before calling it i must calle brd_init, which seems to mess with something already initialized by the DSP BIOS startup (pr
MCBSP reset
inHi, I'm working with C5441 DSPs and C5402 DSK. Here is the situation and the problem: There is a 2 Mbps multichannel link...
Hi, I'm working with C5441 DSPs and C5402 DSK. Here is the situation and the problem: There is a 2 Mbps multichannel link connected to MCBSP0. Interrupts RINT and XINT are used for reading and writing. I have to select ch0 and ch1 for writing, all other channels m
C5402 Interrupts
I am using a Spectrum Digital evaluation board with the 5402. I have my emulator connected. I am trying to get interrupts working...
I am using a Spectrum Digital evaluation board with the 5402. I have my emulator connected. I am trying to get interrupts working when I boot with the bootloader from external flash memory. I can see my program run, however, I am not able to get interrupts operating properly.
Assembly UART code for the C5402 DSK
Does anyone know where I can find assembler code to drive the UART on the DSK5402? Tim King
Does anyone know where I can find assembler code to drive the UART on the DSK5402? Tim King
Road map to DSP learning
inHi members! I am new to DSP programming. I have experince of programing in C and assembly for 8051 micros. I would really...
Hi members! I am new to DSP programming. I have experince of programing in C and assembly for 8051 micros. I would really aprreciate if someone guide me the road map to learning TMS320C5402 and the concepts of DSP techniques. I have this C5402 DSK board with Code