DSPRelated.com

analog interface

Started by sudhagar_077 in TMS320c3x17 years ago 1 reply

hi, iam working with project "noice removel algorithm" for this i need to interface the mic with VC33.... iam having vc33 univercity kit.......

hi, iam working with project "noice removel algorithm" for this i need to interface the mic with VC33.... iam having vc33 univercity kit.... any one can able to say how to access that analog input....


VC33 DSP board running problem

Started by rasit gokalan in TMS320c3x17 years ago 3 replies

Hello everyone, I have designed board based on TMS320VC33 DSP.I have faced some problems when running the board.System consist of flash memory...

Hello everyone, I have designed board based on TMS320VC33 DSP.I have faced some problems when running the board.System consist of flash memory access time of 70ns ,reset IC to proper start up and two regulator one of them is used to get3.3V from 5V supply and other is used to get 1.8V from 3.3V regulator output.Schottky diode is used between 3.3V and 1.8V supply voltages. First of all I tri...


Efficient memory usage

Started by tun875 in TMS320c3x17 years ago 1 reply

Hi everyone, I am programming for the VC33 and want to optimize the way memory is currently being used for a large amount of C code. I have...

Hi everyone, I am programming for the VC33 and want to optimize the way memory is currently being used for a large amount of C code. I have a couple of questions on how to make the best use of the memory capabilities of the VC33: 1) How do I ensure that two accesses occur per cycle in dual access memory? If I'm doing something like repetitive calculations on matrices, it would be...


University DSK 8 IO pins

Started by cont...@juno.com in TMS320c3x17 years ago 4 replies

Where are the 8 digital IO pins mentioned on the University TMS320VC33 DSP = Starter Kit web sites? What is the name of those pins on the...

Where are the 8 digital IO pins mentioned on the University TMS320VC33 DSP = Starter Kit web sites? What is the name of those pins on the board? http://focus.ti.com/general/docs/university/univ.tsp?templateId=3D5807&path= =3Dtemplatedata/cm/univgen/data/univ_orphan_vc33dsk (mentions 4 input and = 4 output pins) and http://focus.ti.com/docs/toolsw/folders/print/tmdsdsk33.html (mentions 8 ...


Re: Analog input for C33 University DSK

Started by Kaustubha Reddy in TMS320c3x17 years ago

Thanks for the help, Mike. I'll try that here. "c...@juno.com" wrote: Hi Kaustubha Reddy, I used siggen3 in the DSK3\DSK3\C_APPS...

Thanks for the help, Mike. I'll try that here. "c...@juno.com" wrote: Hi Kaustubha Reddy, I used siggen3 in the DSK3\DSK3\C_APPS folder. change if(IOF&0x8) { f = xcv(AIC_L); // Output AIC_L to DAC, returning the ADC value f += Signal(0); // Line-In is summed with signal generator tones f += Signal(1); f += Signal(2); f += Signal(3); f += Signal(4); AIC_L = f;


64 bit Math functions for C31

Started by mm_k...@yahoo.com in TMS320c3x17 years ago 1 reply

hello all, I need 64bit Math functions for TMS320C31. If any can help me, Please informe me. thanks kashi

hello all, I need 64bit Math functions for TMS320C31. If any can help me, Please informe me. thanks kashi


Problem with C31 , Please help me

Started by mm_k...@yahoo.com in TMS320c3x18 years ago 2 replies

Hello all, I design an evaluation board with TMS320C31 and i have a problem, I write a program in C and compile it with CC4.1, when i use this...

Hello all, I design an evaluation board with TMS320C31 and i have a problem, I write a program in C and compile it with CC4.1, when i use this line : retval += *ptr & 0x00000fff; the "retval" is fill by wrong value. But when i change program to following lines, the answer is correct: dat= *ptr; asm(" nop "); dat &= 0x00000fff; asm(" nop "); retval += dat; (ptr is addres...


Control Code Request

Started by pang...@ece.ucsb.edu in TMS320c3x18 years ago

Hello All, I am research student looking for control code for embedded processors/microcontrollers that use PID or LQR closed-loop...

Hello All, I am research student looking for control code for embedded processors/microcontrollers that use PID or LQR closed-loop feedback control. My group and I want to perform some runtime analysis on the code that we are able to stockpile to see where the majority of the processor's time is spent during normal operation. From this we hope to find some trend(s) that we can then use to ...


Re: [Fwd: DSK3DW error message when execute freerun]

Started by Keith Larson in TMS320c3x18 years ago

Hello Yosuke I did not keep the correspondance with Leonard so must work from memory. If I recall this properly the problem was with trying...

Hello Yosuke I did not keep the correspondance with Leonard so must work from memory. If I recall this properly the problem was with trying to set breakpoints within both an input and output interrupt service routine. Basically the host communications are also an interrupt service routine. This means that if the host interrupt is blocked data will not be communcated back to the deb...


Re: [Fwd: need assembly code for sinx using look up table]

Started by Keith Larson in TMS320c3x18 years ago

Hello Nupur The basic principle you need to know is that you can treat address labels as simple numbers. This means you can add, subtract...

Hello Nupur The basic principle you need to know is that you can treat address labels as simple numbers. This means you can add, subtract and (in theory) even multiply them. The absolute value of a label is however variable until it has been 'linked' to an absolute location. You can clearly see this in the TI COFF assembler listing file. Basically the linkers job is to then add th...


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