Hi:All I'm using TI's DSK for 'c5402, which provides a DLL named evmdsk54x.dll. But the CCS help file gives me the propotype of a function as follow: BOOL...
408
Itai Frenkel
itaifrenkel@...
Sep 5, 2001 10:25 pm
Hi, It was quite a while when I posted that email. As far as I recall, the problem was that RDRR and RDXR did not compile to the right numbers. There were...
409
corrigan_michael@...
Sep 6, 2001 1:58 am
This may be beating a dead horse but... Has anyone gotten any TI DSK starter kit to work on WinME ? TI techs online wash their hands of any responsibility of...
410
Syed Moinuddin
syedmoin@...
Sep 6, 2001 10:41 pm
Hi this is really a problem with Running DSK on Windows ME. The problem is caused by parallel port driver shipped with TMS320C5402 DSK kit. I experience this...
411
hyuqi
hyuqi@...
Sep 6, 2001 10:42 pm
Hi: I want to control c5402 DSK through PC's parallel port with the functions in evmdsk54x.dll. My 1st question is, I can initialize the board and HPI, and...
412
hemant ramdasi
hemantramdasi@...
Sep 7, 2001 10:59 pm
DEAR ALL, i am facing this problem while resetting parallel port. please give me the solution "a required .dll file,EVMDSK54X.DLL WAS NOT FOUND" regards, ...
413
vsingh_y@...
Sep 12, 2001 11:38 am
CMPR instruction is one word one cycle instruction. But it takes two cycles while profiling on code composer. I checked it on three different versions of code...
414
Atanu Guchhait
atanug@...
Sep 12, 2001 2:47 pm
Hi, there is nothing wrong in the CCS or documentation of the TI. The fact is that for CCS profiling lot of precautions has to be taken. Better, if you really...
415
Eli
elismile@...
Sep 17, 2001 5:28 pm
Hello All. A peculiar thing just happened to me (with a new DSK 5402). What I did, was to read McBSP0 with DMA using auto-initialize. The idea is to fill a...
416
maurizio@...
Sep 17, 2001 5:38 pm
I have a C5402 DSK Card and having problems getting my assembly programs going immediately to the start of the program upon a DSP reset. My example program is...
417
collins
collinsm@...
Sep 18, 2001 3:01 pm
Hi, don't know if this is it. I get that message loading a programme onto the DSK if I've forgotten to call the GEL routine DSK_init in Code Composer Studio. ...
418
maurizio@...
Sep 19, 2001 3:21 pm
Thanks to those who emailed me with your suggestions, it fixed the "data verification at FF80" problem. You need to peform a GEL routine 5402_DSK_Init before...
419
maurizio@...
Sep 19, 2001 3:21 pm
Does anyone have the improved C5402 GEL file for the C5402 DSK. The TI site suppose to have it at it's ftp.ti.com site, but it is not there anymore. Thanks ...
420
maurizio@...
Sep 20, 2001 1:53 pm
Made a mistake in the last message. You need only to use GEL 5402_DSK_Init once to get rid of the "Data Verification at FF80" error. Apparently it takes some...
421
todd.goldsmith@...
Sep 25, 2001 1:27 pm
Hello to the C54x DSP Developers Group, I am somewhat new to to the DSP world and have gone through many of the groups previous postings and responses looking...
422
pravin wagh
wagh_pravin@...
Sep 26, 2001 7:48 pm
hello to all, i am new member of c54x users group.i am doing project on dtmf signal generation using tms320c542 processor.i need your help on following points:...
423
cchipman@...
Sep 27, 2001 1:48 pm
Is it possible that the mapping of memory on the 5402 DSK is either a) not the way I understood it from the documentation or b) not documented correctly?...
424
gcrouse@...
Sep 27, 2001 1:48 pm
Anyone know the trick to doing this? I'm trying to make the load/run addresses I'm defining in the linker command file visible to other asm modules (so I have...
425
markmcmahon@...
Sep 27, 2001 1:48 pm
Hello all, I managed to get my 5402 DSK running on my WinME Asus machine yesterday after some initial frustration. The board would reset, but CCS couldn't...
426
T.Hupp
t.hupp@...
Sep 27, 2001 6:37 pm
Here an example how they do this in the library (Maybee you have to use own memory sections in the linker command file to do this with your routines): Part of...
427
Santosh M Nadig
santosh@...
Sep 28, 2001 1:05 pm
Hello, I am using 5402 EVM in which the TLCAD50C codec is interfaced with 5402's serial port. The codec data sheet specifies that a single pole RC filter (anti...
428
oquestion@...
Oct 1, 2001 1:35 pm
Hello All, I need some help implementing a 32 bit FIR on C54x/C55x. The DSP lib provided by Texas Instruments contains only 16 bit FIRs though it contain a...
429
cchipman@...
Oct 1, 2001 1:39 pm
Is there any way to know/specify the byte ordering of the CCS 2.0 for a 5402 DSP (and the 54xx in general) ? Additionally, is there any way to specify...
430
Jeremy.Kalman@...
Oct 1, 2001 4:05 pm
Carl, The C54 is a big endian beast. Meaning that if you have a long word (32 bit) quantity the most significant word will be at the lower address. unsigned...
431
T.Hupp
t.hupp@...
Oct 1, 2001 4:05 pm
Look at spru173 (TMS320C54x Reference Set / Vol 4: Application Guide). Extended precision fractional arithmetic is described there. (Not for 16 x 32 Bit, but...
432
Jeff Brower
jbrower@...
Oct 1, 2001 10:55 pm
Carl- ... Well I don't want to sound flip, but CCS is not Visual Studio, and C54xx/C55xx DSPs are not Pentiums. I do not believe that in CCS you have any...
433
joey@...
Oct 2, 2001 12:41 pm
I hope to use the C5402 DSK as a DSP processor module for some early prototyping of a project. Most of the hardware on the DSK is unnecessary for my...
434
maurizio@...
Oct 2, 2001 12:41 pm
Can someone tell me how to invoke secondary communications with the AD50 CODEC on the C5402 DSK (in assembly) ? From the AD50 data sheet, secondary...
435
Simon Hill
dsp_remote@...
Oct 2, 2001 12:42 pm
Hello, I am connecting A/D and D/A convertors to the peripheral interface of my VC5402 DSK. Now the DSK is acting as slave and has been setup so that the CLKR...
436
Jeff Brower
jbrower@...
Oct 2, 2001 3:25 pm
Maurizio- ... Here is some code we originally got from Wei Wen Dai, who is a C54xx expert. Note that we are not using DMA with C5402 McBSP interrupts (not much...