Forums Search for: LOG_printf
HELP: LOG_printf and floats
inHi, 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
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
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
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
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...