Technical discussions about Code Composer Studio.
Search Results for "log_printf"
Post a new Thread
gary21uk2002 - Mar 26 2002
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 sa... 
Beiriger, Mike - Jan 15 2002
Carl,
I ran the tutorial program Hello2 after rebuilding for v2.10 and it works
fine.
Harry
-----Original Message-----
From: [mailto:]
Sent: Monda... 
nmsu...@pricol.co.in - Nov 5 2007
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... 
- Jan 14 2002
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 Chi... 
Premkiran Mannava - Apr 6 2006
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 doesno... 
Alex...@cognitivevision.com - Apr 17 2008
Hi everyone!
I am using DM642 EVM. I need perform FFT very quickly. For this purpose I use code from TI DSPLIB. My program below:
void main()
{
int i, j;
double *x;
... 
venu - Jun 13 2005
hi
u can use LOG_printf and print the value of the variables in
trace messages on CCS.
this is meant for runtime debugging.
try to use it.
venu
--- Jin 
Jeff Brower - Jun 18 2007
Francis-
> im having a bit of a problem with coding in CCS Studio DSK 2.12
>
> i have several "printf" lines in my code and it causes infinite loops
> in execution. i u... 