DSPRelated.com

ADC output and Reference Sinewave in TMS320LF2407A processor

Started by tsel...@gmail.com in Code-Composer Studio18 years ago 2 replies

Hi all, I am doing a project of DSP based on-line UPS(Inverter stage) using TMS320LF2407 processor with C language. I have done this in open...

Hi all, I am doing a project of DSP based on-line UPS(Inverter stage) using TMS320LF2407 processor with C language. I have done this in open loop. Now i am trying in closed loop. In this closed loop, the reference sine wave and ADC output will be compared. I have generated the reference sinewave in code composer studio using C program. I have given 2.56V via transformer to ADC. I have seen...


Please read - Looking for teachers of DSP

Started by Webmaster in Code-Composer Studio18 years ago 1 reply

I am creating a new discussion group for teachers of signal processing. The goal is to bring together as many (D)SP teachers as possible so if...

I am creating a new discussion group for teachers of signal processing. The goal is to bring together as many (D)SP teachers as possible so if they wish, they can exchange all kind of useful information, like for instance which book(s) they use to teach their class, their favorite web sites, matlab tutorials, labs, etc. I am requesting your help today to help me build a list of teachers th...


migrating problems from 2.1 to 3.1!!

Started by arash_p60 in Code-Composer Studio18 years ago 1 reply

Hello everyone,=20 Im an undergraduate student and recently I have become involved in a TI DSP project. We have a problem with upgrading our...

Hello everyone,=20 Im an undergraduate student and recently I have become involved in a TI DSP project. We have a problem with upgrading our CCS. The same code which was written in v2.1 and works correctly in old version doesn't work in v3.1. It seems that there are some differences in the location of folders since I had to change the location of one library file which was included in bu...


Re: problem with rts55 lib (fwd)

Started by Ed BECH in Code-Composer Studio18 years ago

The library is in : C:/YourCCSInstallDirectory/C6000/cgtools/lib/rts55.lib can't a search on the pattern "rts55" could have told you that...

The library is in : C:/YourCCSInstallDirectory/C6000/cgtools/lib/rts55.lib can't a search on the pattern "rts55" could have told you that ? Anyhow, to link the lib, do not forget to include the search path and the lib in the compiler options : cl55.exe main.c -o Outputfile.out -I"C:/YourCCSInstallDirectory/C6000/cgtools/lib/" -l rts55.lib is it clear enough ? |Hi | |first of all thanks ...


problem with rts55 lib

Started by chaw...@gmail.com in Code-Composer Studio18 years ago 2 replies

Hi first of all thanks to all the group members for thr replies to the previous problems.........they really helped. I m creating my own...

Hi first of all thanks to all the group members for thr replies to the previous problems.........they really helped. I m creating my own project........but unable to include rts55 lib.....where will I find it ....or thr is any other method to include it in the project. Thanks Rashmi Chawla.


problem with .h file

Started by Rashmi Chawla in Code-Composer Studio18 years ago 2 replies

Hi I have just started using code composer studio and was trying out the example as mentioned in the help section of code...

Hi I have just started using code composer studio and was trying out the example as mentioned in the help section of code composer...The example is to change hello1 program written with simple 'puts' function to print "hello" ........to hello2 program using dsp/bios for the same output. after creating .cdb file and all other necessary steps as mentioned in the document when i try to com...


Fwd: problem with .h file

Started by Premkiran Mannava in Code-Composer Studio18 years ago

Dear Rashmi, Dont use the puts() to write the string onto the log screen of the LOG screen... it wont work... puts uses some stdui type of...

Dear Rashmi, Dont use the puts() to write the string onto the log screen of the LOG screen... it wont work... puts uses some stdui type of rts.lib support but dspbios doesnot support usual rts.lib functions.... Use LOG_printf() LOG_printf() will print the string onto a output window of DSPBios. check whether u need to create the object in the config window there to print the s...


RE: warning: entry point symbol _c_int00 undefined

Started by zyad in Code-Composer Studio18 years ago 1 reply

Hi Gabriel Thank you very much, it works --zyad -----Original Message----- From: Gabriel Donaire [mailto:gabriel_donaire@gabr...] Sent:...

Hi Gabriel Thank you very much, it works --zyad -----Original Message----- From: Gabriel Donaire [mailto:gabriel_donaire@gabr...] Sent: Monday, March 20, 2006 10:47 PM To: zyad_f@zyad...; code-comp@code... Subject: Re: [code-comp] warning: entry point symbol _c_int00 undefined Hi You need to compile with the correct C runtime support (rts55x.lib for c55XX devices) library for your dsp. T


could not open source file DSP281x_Device.h

Started by radu...@yahoo.com in Code-Composer Studio18 years ago 2 replies

Hi, i have tested the Matlab demo PWM Duty Cycle Control via Period Change, on an F2812 eZdsp board. I've built the simulink model, and it...

Hi, i have tested the Matlab demo PWM Duty Cycle Control via Period Change, on an F2812 eZdsp board. I've built the simulink model, and it creates a Code Composer Studio Project. But when I build the project doesn't find the file DSP281x_Device.h. I copy this file from Matlab\toolbox\rtw\target\tic2000\tic2000\ and after building the project i get the same error. I use Matlab 7.1 and Code Co...


warning: entry point symbol _c_int00 undefined

Started by zyad...@link.net in Code-Composer Studio18 years ago 1 reply

Hi all I?m a new DSP developer, Im using TMX320C6211, and code compose studio ver 1.0 When I create a new empty project and compile it I got the...

Hi all I?m a new DSP developer, Im using TMX320C6211, and code compose studio ver 1.0 When I create a new empty project and compile it I got the following warning warning: entry point symbol _c_int00 undefined please, help thanks in advance --zyad


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