Forums Search for: DSKPlus
DSKPLUS C54x Disks programs and examples
Hello, I am looking the DSKPlus software tools for C54x DSK (floppy disks or programs). I want to exchange programs and examples too, so, if...
Hello, I am looking the DSKPlus software tools for C54x DSK (floppy disks or programs). I want to exchange programs and examples too, so, if you get the DSKPLUS, please send me an email. So if anyone who has this software and doesn't mind sharing it, please send me an email. Thanks, Mauricio J.V.
Looking for a CCS configuration to the DSKPlus (tms320c542).
Hi, does anybody have a CCS configuration file for the DSKPlus (TMS320C542)? Thanks, Rodrigo ===== ...
Hi, does anybody have a CCS configuration file for the DSKPlus (TMS320C542)? Thanks, Rodrigo ===== Rodrigo de Paula Rodrigues Graduando em Engenharia da Computa??o pela Universidade Federal de Itajub?.
Implement c54x dskplus in C
Hi, I'm planning to use my c54x dskplus for my data acquisition class final project. I'm still haven't decide the topic yet....
Hi, I'm planning to use my c54x dskplus for my data acquisition class final project. I'm still haven't decide the topic yet. However, due to the time constraint, I'm planning implement it in C. Does C5000 Code Composer studio Evaluation CD contain C compiler? Can I compile,
DSKPlus C54x - Installation Disks required.
Hello, I am looking for a place from where I can download the DSKPlus software tools for C54x DSK (image of the floppy disks or...
Hello, I am looking for a place from where I can download the DSKPlus software tools for C54x DSK (image of the floppy disks or programs). I bought this Starter kit 4 years back and now TI doesn't support or give access to these software as the DSK is obselete. So
Using circular buffers on c54x dskplus
Hi, I'm trying to implement a simple FIR filter using circular buffers on c54x dskplus. Below is my code modified from original...
Hi, I'm trying to implement a simple FIR filter using circular buffers on c54x dskplus. Below is my code modified from original c54x EVM code. The main problem of my code is there isn't any data stored in the fir_coff_table & d_data_buffer after execution. Can someone tell
DSKPlus TMS320C542 code X CCS code
Hi, I am using the DSKPlus (DSKStarter kit - TMS320C542) for 4 months. Its code is generated by the dskplasm, an assembler ...
Hi, I am using the DSKPlus (DSKStarter kit - TMS320C542) for 4 months. Its code is generated by the dskplasm, an assembler for the kit. I am translating some codes from dskplasm to CCS but I do not know how can I send the .out file (dskplasm generates .obj) s
Odp: Mnemonic assembler for C54x dskplus?
> I'm new in dsp programming. I bought a c54x dskplus a few days ago > and just found out that Algebraic assembler can't support...
> I'm new in dsp programming. I bought a c54x dskplus a few days ago > and just found out that Algebraic assembler can't support mnemonic > instruction. Since most of c54x notes I found were written in > mnemonic instruction, I'm planning to learn mnemonic instruction
Mnemonic assembler for C54x dskplus?
Hi, I'm new in dsp programming. I bought a c54x dskplus a few days ago and just found out that Algebraic assembler can't...
Hi, I'm new in dsp programming. I bought a c54x dskplus a few days ago and just found out that Algebraic assembler can't support mnemonic instruction. Since most of c54x notes I found were written in mnemonic instruction, I'm planning to learn mnemonic instruction instea
Time taken for computation
Hello all, Will you pls tell me how the time taken to calculate an algorithum like fft can be computed using TMS320C542...
Hello all, Will you pls tell me how the time taken to calculate an algorithum like fft can be computed using TMS320C542 Dskplus Starter Kit. Why using the algrebraic instruction B=T * #2h ie. B= accumalator T = temprory register multiplied by a constan
Help pls!
inDoes Code Composer Studio v1.2 support TMS320C54x DSKPLUS? My ccs can't communicate with my DSP target board because I can't find...
Does Code Composer Studio v1.2 support TMS320C54x DSKPLUS? My ccs can't communicate with my DSP target board because I can't find it under the system configuration. The only ones that I could find are c54x & c55 simulators.
CCS question.
inHi, I am using the tms320c54x dskplus and I would like to know if CCS emulates it. Thanks a lot. Rodrigo ...
Hi, I am using the tms320c54x dskplus and I would like to know if CCS emulates it. Thanks a lot. Rodrigo ===== Rodrigo de Paula Rodrigues Graduando em Engenharia da Computa??o pela Universidade Federal de Itajub?.
execution time
inHi All, Pls let me know how to find the execution time to process an fft algorithm in TMS320C542 Dskplus Starter Kit. Thanks...
Hi All, Pls let me know how to find the execution time to process an fft algorithm in TMS320C542 Dskplus Starter Kit. Thanks and regard Poorva ---------------------------------------------------------------- Get your free email from AltaVista at
Please help me, it's urgent !!!
inI just received my new TMS320C54x DSKplus board from vendor today. I've managed to install my code explorer successfully. However,...
I just received my new TMS320C54x DSKplus board from vendor today. I've managed to install my code explorer successfully. However, when I try to run selftest.exe, I got the following error: . . . HPIC write/read successful verifying HPIA Mode..... HPIA Mode wr
Symbol Problems
inI've done a simple program in order to run it in a DSKPlus board, but I've encoutered problems in my assembly. I am using the...
I've done a simple program in order to run it in a DSKPlus board, but I've encoutered problems in my assembly. I am using the trint interruption to branch the program to a label called receive which is defined in the main progr
Clock Speed Problem?
inHello everybody!! I have tried to initialize my TMS320C542 in a 100-Mhz Pentium I and selftest.exe is successful. However, I...
Hello everybody!! I have tried to initialize my TMS320C542 in a 100-Mhz Pentium I and selftest.exe is successful. However, I tried to initialize other TMS320C542's (3 kits in all) in a Pentium II and Pentium III PC's the selftest.exe (under c:\dskplus) responded with:
Antwort: Mnemonic assembler for C54x dskplus?
Hello, you can download from Ti the trail version for the mnemonic assembler, linker. This includes also the albegraic...
Hello, you can download from Ti the trail version for the mnemonic assembler, linker. This includes also the albegraic assembler. But the trail version is limitted for 40 days. If you need the mnemonic assembler linker, you have to buy it! with regards tom
" Location Port......Error: Connection not found. Test Failed"
Hi, Thanks guys! I've tested "delay" program successfully using c54x dskplus. However, I encountered a new problem. Before I...
Hi, Thanks guys! I've tested "delay" program successfully using c54x dskplus. However, I encountered a new problem. Before I loaded a delay.obj using code explorer, I run selftest & the test results passed. Then I proceeded to load delay.obj, run, test, halt &