DSPRelated.com

HELP: LOG_printf and floats

Started by gary21uk2002 in Code-Composer Studio22 years ago 1 reply

Hi, I seem to have endless trouble trying to use LOG_printf() to display a floating point value. I am using the latest and...

Hi, I seem to have endless trouble trying to use LOG_printf() to display a floating point value. I am using the latest and greatest CCS (2.1) and I'm sure I saw that this includes a fix but it still doesn't work. If I use LOG_printf(&trace,"value=%f"


FW: LOG_printf

Started by Beiriger, Mike in Code-Composer Studio22 years ago

Carl, I ran the tutorial program Hello2 after rebuilding for v2.10 and it works fine. Harry -----Original...

Carl, I ran the tutorial program Hello2 after rebuilding for v2.10 and it works fine. Harry -----Original Message----- From: [mailto:] Sent: Monday, January 14, 2002 12:20 AM To: ; Subject: [code-comp] LOG_printf I ju


Problem with printf

Started by nmsu...@pricol.co.in in Code-Composer Studio16 years ago

Hi, Fine, Why dont you try ith LOG_printf? printf is a code intensive function. LOG_printf() is function in DSP/BIOS's LOG module....

Hi, Fine, Why dont you try ith LOG_printf? printf is a code intensive function. LOG_printf() is function in DSP/BIOS's LOG module. You can get more info on the CCS help. Please let me know, the usefulness of this information. regards Suthakar


LOG_printf

Started by Anonymous in Code-Composer Studio22 years ago

I just recently upgraded my CCS 2.0 to CCS 2.1, and LOG_printf no longer seems to work. Has anyone else experienced this? Is...

I just recently upgraded my CCS 2.0 to CCS 2.1, and LOG_printf no longer seems to work. Has anyone else experienced this? Is there a fix? TIA, Carl Chipman Nomadics, Inc. http://www.nomadics.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...