DSPRelated.com

what happens when VC33 is in MCBL and there is no BL program

Started by puli...@yahoo.co.in in TMS320c3x16 years ago

Hi, I am using TMS320VC33 in MCBL mode.But till now we haven't done any boot loader programs, as we are in the initial stages of programming.We...

Hi, I am using TMS320VC33 in MCBL mode.But till now we haven't done any boot loader programs, as we are in the initial stages of programming.We are simply writing some code for adc, dac etc for testing purposes.Initially it was fine. But nowadays we find some kind of degradation in the performance of DSP in the sense that,after we run the program twice or thrice the dsp stops responding.hard...


Interrupts

Started by zhudi in TMS320c3x22 years ago 1 reply

hi ! i have a problem in writing a interrupt test program for tms320vc33 in code compser! error messages were poped when assembly the...

hi ! i have a problem in writing a interrupt test program for tms320vc33 in code compser! error messages were poped when assembly the vecs.asm which defines the interrupt vector. the error message: ************************************ asm30 vecs.asm vecs.obj -s -v30 TMS320C3x/4x CO


erratic behaviour-code composer

Started by bhad...@yahoo.com in TMS320c3x16 years ago 1 reply

Hi, I am new to this platform. I am using the tms320vc33. I am using code composer version.4.10.36 I have written an inialization code in...

Hi, I am new to this platform. I am using the tms320vc33. I am using code composer version.4.10.36 I have written an inialization code in (C and asm) for dsp. When I startup, the cpu registers are showing some default values and not zero. If I start to trace with these values, at the end of some function calls the trace goes to some unspecified location. But if I make the cpu regist...


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...


need help regarding running c program on vc33

Started by amit sachan in TMS320c3x17 years ago

Hi all, I am doing project on TMS320vc33 kit. I am using following commands to create .out file from .c file cl30 -a filename.c and lnk30...

Hi all, I am doing project on TMS320vc33 kit. I am using following commands to create .out file from .c file cl30 -a filename.c and lnk30 -c filename.obj -o file.out -l rts30.lib although it is generating .out file but when I am running it on vc33 using dsk3dw window it is showing error " Unable to open source" even with C example programs provided with kit. can anyone suggest me wh...


dsk VC33 data and adress lines dont match..

Started by rasit gokalan in TMS320c3x18 years ago 2 replies

Hello , I have TMS320VC33 DSK . In the DSK schematic ,some of the the adress and data lines do not match to adress and data pins of the SRAM...

Hello , I have TMS320VC33 DSK . In the DSK schematic ,some of the the adress and data lines do not match to adress and data pins of the SRAM and FeRAM memory.Is there any someone having any idea for this connection. Rasit GOKALAN


Comute the analogue signal's rms value for 1024 samples

Started by buddhi_d in TMS320c3x16 years ago

Dear all, I am new to the group,In the part of my project(using TMS320VC33), I would like to develope and implement analogue Signal using...

Dear all, I am new to the group,In the part of my project(using TMS320VC33), I would like to develope and implement analogue Signal using lookup table in Assembly language or code composser studio. For the implementing the analogue signal i chose the sine wave .so that the C source for sine function using lookup table is as follows, ************************************ signed int Sin(...


How to give floating point data to DSP

Started by sbhaktavatsala in TMS320c3x20 years ago 1 reply

Dear all, I am interfacing 16-bit ADC(parallel) to TMS320vc33 DSP, and need to perform floating point operations on the received...

Dear all, I am interfacing 16-bit ADC(parallel) to TMS320vc33 DSP, and need to perform floating point operations on the received data. My doubts are: 1. Do I need to convert the ADC o/p to a DSP floating point format before doing my computations. Can i get a


TMS320VC33 Dropping Sync Serial Port Interrupt

Started by kk7p...@wavecable.com in TMS320c3x16 years ago 1 reply

I have a system running that uses the Serial Port interrupt. It is the only interrupt enabled in the system. All processes are launched from the...

I have a system running that uses the Serial Port interrupt. It is the only interrupt enabled in the system. All processes are launched from the interrupt service routine. There are 4 interrupts spaced about 2.5 usec apart, followed by 10 usec period of no interrupt. Thus we have about 200,000 interrupts/sec. The ISR itself, with overhead for call and exit, has a worst case execution time of ...


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 ...


Communication port reset

Started by mark...@ee.pdn.ac.lk in TMS320c3x18 years ago 1 reply

Dear All, I was tring to connect TMS320VC33 boad to WIN2K computer using parellel poat cable.After softwear and hardwear implimented ,While I was...

Dear All, I was tring to connect TMS320VC33 boad to WIN2K computer using parellel poat cable.After softwear and hardwear implimented ,While I was tring to give reset command an error massge appers 'Host port communication error'-check power supply, connections,A?D loading ,expansion bus loading,A slow DSP require HPI time out increse.The red and green LED lighted up. An advice is highly apprecia...


incoming data from AIC transferring on parallel port

Started by mitt...@rediffmail.com in TMS320c3x17 years ago

hello, i am working on TMS320VC33 UNIVERSITY DSK KIT. i am trying to send the real time data on parallel port which is coming...

hello, i am working on TMS320VC33 UNIVERSITY DSK KIT. i am trying to send the real time data on parallel port which is coming from AIC PCM 3003. I have written a code in assembly. In that code i just directly write the data on parallel port which is in serial port receive register. Byte wise data is transferred on parallel port. i receive that data on system and convert that D...


TMS320VC33 Serial Bootload Program format

Started by john...@yahoo.com in TMS320c3x14 years ago 2 replies

I am trying to serial bootload my program, with matlab. Once I have my program in intel hex format do I just send those words as is? The...

I am trying to serial bootload my program, with matlab. Once I have my program in intel hex format do I just send those words as is? The boot-loader source does not seem to take into account the hex format. Do I have to write a program to re-form this into the correct format? what about the hex lines that aren't 32 bits long yet I have to send 32 bits over the serial port by default?(...


help need to implement Sin function using lookup table in Assembly language

Started by xtra...@yahoo.co.uk in TMS320c3x16 years ago 1 reply

Dear all, I am new to the group, In the part of my project(using TMS320VC33), I would like to implement Sine function using lookup table in...

Dear all, I am new to the group, In the part of my project(using TMS320VC33), I would like to implement Sine function using lookup table in Assembly language. the C source for sine function using lookup table is as follows: ************************************ signed int Sin(unsigned int phase) { const static S16 sin_table[66] = { 0,804,1608,2410,3212,4011,4808,5602, ...