DSPRelated.com

who can tell me what do I deal with this problem,Help on this topic wil be highl

Started by duanmu2009 in TMS320c55x16 years ago

Hello, I have been using 5509A to send data out of the device, using the provided example code from Spectrum digital, there is no problem in...

Hello, I have been using 5509A to send data out of the device, using the provided example code from Spectrum digital, there is no problem in this part, but now i need to receive data from the PC. I have tried to run the system in loopback mode, but noticed that the input buffer of the DSP remains unchanged even after i send OUT data from the host PC. Please find below the functions...


two DMA controller access the same port

Started by chenkaishiyi in TMS320c55x16 years ago 1 reply

Hi,everyone the TI documents illustrate that two DMA controller can't access the same port simultaneously,and the port defined as DARAM SARAM EMIF...

Hi,everyone the TI documents illustrate that two DMA controller can't access the same port simultaneously,and the port defined as DARAM SARAM EMIF peripheral. so if I implement a program in DARAM spaces use two DMA ????one for read ,anther for write,then their can't work simultaneously in one clock cycle. Could anyone who know about this tell me if my understanding is right? Could CPU and DMA ...


Extracting RAW PCM data from .wave file

Started by rahu...@spectross.com in TMS320c55x16 years ago 1 reply

Hi all, I want to extract Raw PCM data from .wav file, I have gone through RIFF format for .wave files RIFF( 'WAVE' ...

Hi all, I want to extract Raw PCM data from .wav file, I have gone through RIFF format for .wave files RIFF( 'WAVE' // Format [ ] // Fact chunk [ ] // Cue points [ ] // Playlist [ ] //As


ASM code: meaning of instructions

Started by rahu...@spectross.com in TMS320c55x16 years ago 2 replies

Hi all, I am new to c55x programming, I am tring to understand one ASM code, can anyone explain meaning of instructions in brief. ...

Hi all, I am new to c55x programming, I am tring to understand one ASM code, can anyone explain meaning of instructions in brief. MOV XAR1,dbl(@#02h) MOV XAR0,dbl(@#00h) MOV dbl(@#00h),XAR MOV dbl(@#02h),XAR3 I am confused with term like dbl(@#02h).


error: Can't Single Step Target Program

Started by rahu...@spectross.com in TMS320c55x16 years ago 1 reply

Hi All, I am new to ASM Coding, I am using ccs V3.3 for C55x platform, I have written a c function which call ASM code, ASM code is also having...

Hi All, I am new to ASM Coding, I am using ccs V3.3 for C55x platform, I have written a c function which call ASM code, ASM code is also having multiple CALL statements for ASM functions in the same file, while debugging first CALL at the time of RET following error is flashed, error: Can't Single Step Target Program: Check the linker command file / map file for any part of the program goin...


AIC23 without DSP/BIOS, is it Possible?

Started by ahma...@yahoo.com in TMS320c55x16 years ago 3 replies

Dear All; I have bought DSK5510A and now I want to use aic23 codec without DSP/BIOS. I converted "dsp_app1" to a DSP/BIOS less project. But it...

Dear All; I have bought DSK5510A and now I want to use aic23 codec without DSP/BIOS. I converted "dsp_app1" to a DSP/BIOS less project. But it doesn't work. How can I start codec in my code; Is it enough to open it by codec_open from BSL library? I set and open MCBSP1 and 2 and DMA channels based on dsp_app1 but I don't know how can I configure and start data transferring by MCBSP2. Would you...


Timer Initialisation Error

Started by arav...@gmail.com in TMS320c55x16 years ago 7 replies

Hai, I am trying to use a timer in my code.I would like to configure a timer(Timer0 or Timer1).I have configured a timer using the following...

Hai, I am trying to use a timer in my code.I would like to configure a timer(Timer0 or Timer1).I have configured a timer using the following functions. TIMER_Config TimConfig = { 0x0089, /* tcr */ 0x0000, /* prd */ 0xFFFF /* prsc */ }; hTimer=TIMER_open(TIMER_DEV1,0); TIMER_config(hTimer,&TimConfig); But when i build the code i am getting the error "C:/CCStudio_v3.1/C5500...


fractional multiplication

Started by rahu...@spectross.com in TMS320c55x16 years ago 1 reply

HI all, I am using TMS320C55x DSPLIB Release Version 2.40.00, I have modified the function MUL32 into MUL16, now i want to modify the...

HI all, I am using TMS320C55x DSPLIB Release Version 2.40.00, I have modified the function MUL32 into MUL16, now i want to modify the function (mul.asm) for fractional point multipication, so how can i do that? does any one have any document for fraction number multiplication in fixed point dsp c55x. Thanks in advance, Rahul Jadhav.


problem in TMS320C55x DSPLIB Release Version 2.40.00

Started by rahu...@spectross.com in TMS320c55x16 years ago 3 replies

Hi all, i am using TMS320C55x DSPLIB Release Version 2.40.00 , when i trie d to implement some functions like...

Hi all, i am using TMS320C55x DSPLIB Release Version 2.40.00 , when i trie d to implement some functions like 1)mul32() 2)sqrt_16 3)add() 4)power() from the library and i am not able to trace out the results. In case of mul32(): As it is implemnted for single MAC (17x17 bits), it has to choose 17 bits from long datatype(32 bit) for multiplication, whether it does any other proc...


dma4 of examples for5510sim

Started by ahma...@yahoo.com in TMS320c55x16 years ago 1 reply

Hi every one, I used the dma4 project from examples\evm5510 folder for 5510 simulator. it built and compiled properly but it could not transfer...

Hi every one, I used the dma4 project from examples\evm5510 folder for 5510 simulator. it built and compiled properly but it could not transfer xmt buffer to rcv buffer by dma. and the interrupt service routin of dma is not run. I also tested the dma3 project but it does not work too. could you help me how cn I solve this problem? Regards


Ask a Question to the DSPRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright