DSPRelated.com

Are busses available on VC33 University board?

Started by aloerchner in TMS320c3x20 years ago 1 reply

I have an application where I need to use a DSP in conjunction with an 8051-based processor. I foresee using either DMA or a...

I have an application where I need to use a DSP in conjunction with an 8051-based processor. I foresee using either DMA or a dual-port- ram as the interface between the DSP and the processor. The vc33 is adequate for this application, but the University kit does not appear to provide


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


Compiling the parallel port low-level comm for VC33

Started by Vincent Kiko in TMS320c3x18 years ago

Dear all, I have a problem in linking the source files for the VC33 low-level communication protocol, the DRIVER.CPP,TARGET.CPP and...

Dear all, I have a problem in linking the source files for the VC33 low-level communication protocol, the DRIVER.CPP,TARGET.CPP and OBJECT.CPP. I'm using Windows XP and Borland C++ Builder 6. The problem is that it won't compile the "bios.h" properly. Does anyone know how to fix this situation? Or perhaps have any other alternatives of the include files that could replace the "bios....


VC33 Serial port TXD problem

Started by Dave in TMS320c3x20 years ago

Hi all, I am using an external clock to transmit serial data from a VC33 to a CPU but it is occasionally loosing a data word....

Hi all, I am using an external clock to transmit serial data from a VC33 to a CPU but it is occasionally loosing a data word. The XSR EMPTY bit 3 of the serial port global control register seems to stay low all the time (ie transmit shift register empty) even if I stop the ext


Matrix multiplication for the VC33

Started by Bruno in TMS320c3x19 years ago 2 replies

Hi to all, I'm very interested in matrix multiplication subject for the VC33.  In the past, I already had to...

Hi to all, I'm very interested in matrix multiplication subject for the VC33.  In the past, I already had to implement a matrix multiplication algorithm in assemb


the wave of my vc33 H1/H3

Started by wenq...@sina.com in TMS320c3x17 years ago

H1=1.2*sin(2*3.14*100MHz*t)+2.6 (V),when the crystal frequency is 20MH). I want to know if it is OK? If not ,please tell me why,thanks. please...

H1=1.2*sin(2*3.14*100MHz*t)+2.6 (V),when the crystal frequency is 20MH). I want to know if it is OK? If not ,please tell me why,thanks. please to: w...@sina.com , thanks again!


PID regulator

Started by mikhail_iv in TMS320c3x21 years ago 1 reply

Where can I see example of PID regulator realization using VC33? Mikhail.

Where can I see example of PID regulator realization using VC33? Mikhail.


vc33

Started by newleonardo2004 in TMS320c3x19 years ago 4 replies

Hi all, I've started working with TI's 320VC33 DSP starter kit. I'm hoping someone here has some experience with this board. To start...

Hi all, I've started working with TI's 320VC33 DSP starter kit. I'm hoping someone here has some experience with this board. To start with I'm trying to write the code to setup the onboard PCM3003 codec and simply loopback the incoming samples to the output. Now i've written some code, and it works ... ish! The problem is that t


Instruction Set Simulator?

Started by tun875 in TMS320c3x17 years ago 2 replies

Hi, I was wondering if anyone knew of an instruction set simulator for the VC33? I can only find ISSs for the c5x and c6x...

Hi, I was wondering if anyone knew of an instruction set simulator for the VC33? I can only find ISSs for the c5x and c6x DSPs. Thanks, Jenny


some basic doubts about the vc33 dsk

Started by cta1...@yahoo.co.in in TMS320c3x17 years ago 1 reply

hi, i'm a newbie with tms320vc33 dsk , and i would like to know : 1) is it possible for me to alternate between assembly language and C...

hi, i'm a newbie with tms320vc33 dsk , and i would like to know : 1) is it possible for me to alternate between assembly language and C language within a same source code. if yes, how? 2) the software included ( im using version 2.02) has up to 20 application files (dsk3a, dsk3d, dsk3win, dsk3osc, to name a few). so far, i'm only using DSK3DW, which is stated as the debugger. what are the ot...


Forth for C31

Started by Rick Collins in TMS320c3x24 years ago

I am interested in evaluating Forth for use on an embedded DSP board using the C31 and/or VC33 chips. So far the only one I have...

I am interested in evaluating Forth for use on an embedded DSP board using the C31 and/or VC33 chips. So far the only one I have found is the one from Forth, Inc. Anyone know of other commercial or public domain Forths for C3x DSP? Rick Collins


ARE and AWE....

Started by Gene Breniman in TMS320c3x19 years ago 1 reply

I seem to be a little confused. I am attempting to develop a daughterboard for the VC33 university DSK. I can't seem to get...

I seem to be a little confused. I am attempting to develop a daughterboard for the VC33 university DSK. I can't seem to get the ARE and AWE strobes to work. I see them for reads and writes to 0x9FFFFF (I know that this overlaps on-board FPGA), but not for reads and


Fwd: Re: Help start the VC33 emulator

Started by Bob Weber in TMS320c3x20 years ago 1 reply

Max, Regarding OS compatibility, Code Composer (not Studio, you need CC version 4.10.x for the C33) isn't compatible with XP....

Max, Regarding OS compatibility, Code Composer (not Studio, you need CC version 4.10.x for the C33) isn't compatible with XP. We use Windows 2000. I've heard rumors that people have gotten it to work, but when I tried, it couldn't find a DLL it needed. TI has no pl


Register Restore Error

Started by rpgamer321 in TMS320c3x20 years ago 3 replies

I'm seeing a strange problem while restoring R0 on the VC33. The code I'm trying to run is similar to this: .data x .word...

I'm seeing a strange problem while restoring R0 on the VC33. The code I'm trying to run is similar to this: .data x .word 080000000h ... main LDI @x, R0 ... ; do some work that doesn't involve R0 CMPI @x, R0 TRAPZ 16 B main ... intfun


Re:

Started by Keith E. Larson in TMS320c3x20 years ago

Hello Martin Probably the first and formost thing to mention is that the bootloader is a program running on the DSP. When...

Hello Martin Probably the first and formost thing to mention is that the bootloader is a program running on the DSP. When the VC33 starts in bootloader mode the bootloader code (in the internal ROM) polls the INTx lines to see which ones are active in this order. INT3


Emulator and Software recommendations...

Started by Gene Breniman in TMS320c3x19 years ago 1 reply

I am graduating from my VC33 university DSK board up to my own design (again using the tms320v33). Does any one have any...

I am graduating from my VC33 university DSK board up to my own design (again using the tms320v33). Does any one have any recommendations for emulators and supporting software for this environments (debug and software development)? I would like to maximize functionality


VC33 dsk help

Started by male_uk00 in TMS320c3x20 years ago 1 reply

im still stuck on getting my AIC loop routine to work i have some great help from Kieth larson but i guess im just so dum i...

im still stuck on getting my AIC loop routine to work i have some great help from Kieth larson but i guess im just so dum i cant see anything wrong with my code no matter how hard i look the address in the CPLD that holds the LRCIN at base address 0x80A000 knowing the b


White Mountain DSP 510/LT Drivers

Started by dand...@hotmail.com in TMS320c3x12 years ago 1 reply

I am looking for these drivers to run under TI CCS 4.x for VC33 development. Anyone know where to look? I have queried ADI who bought White...

I am looking for these drivers to run under TI CCS 4.x for VC33 development. Anyone know where to look? I have queried ADI who bought White Mountain DSP in February 1999 but have not received a response.


Re: C3x DSK and W2000 pbs

Started by Keith E. Larson in TMS320c3x21 years ago 2 replies

Hello L. (Im not sure what your full name is) I can send you the new DSK tools that will be shipping with the VC33 DSK in ~1...

Hello L. (Im not sure what your full name is) I can send you the new DSK tools that will be shipping with the VC33 DSK in ~1 month. These tools are compatible with the C31 DSK and now support Windows NT/2K/XP through a third party DLL. And you are very lucky that I happen to b


PAGEx signal on VC33

Started by shil...@rediffmail.com in TMS320c3x15 years ago

Hi, Can you please let me know :does page select get de asserted between 2 back to back read? what will be the status of pageX between back to...

Hi, Can you please let me know :does page select get de asserted between 2 back to back read? what will be the status of pageX between back to back read? Regards, kaju _____________________________________