Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Discussion Groups

Discussion Groups | Code-Composer

Technical discussions about Code Composer Studio.

Search Results for "log_printf"

  

Post a new Thread

HELP: LOG_printf and floats   [2 Articles]

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... HELP: LOG_printf and floats

FW: LOG_printf

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... FW:  LOG_printf

Problem with printf

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... Problem with printf

LOG_printf

- 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... LOG_printf

Fwd: problem with .h file

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... Fwd:  problem with .h file

DM642 EVM TO SLOW!!!?   [2 Articles]

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; ... DM642 EVM TO SLOW!!!?

Re: how to watch variables (real time) in CCS

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 Re:  how to watch variables (real time) in CCS

Re: several consecutive "printf" lines causes infinite loops

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... Re:  several consecutive