DSPRelated.com
Forums

Silly problem with Code Composer 3.1

Started by Unknown August 3, 2006
OK, I have an extremely silly (almost embarrasing) problem with Code
Composer 3.1.  I'm going through some of the dsp/bios tutorials, and
the first one has me opening the hello1 (hellobios) project and
profiling it.  Well, it tells me to check the appropriate box and then
open the ranges tab, highlight the puts function and drag it over to
the Ranges listing in the tab.  Unfortunately, it does not let me drag
it over there, nor does it allow me to select define a range in the
profiler window and just define it via the line number in the hello.c
file.  Does anyone have any idea what I'm doing wrong.  It's starting
to be annoying stuck at what is essentially an IDE issue rather than a
real technical one.  Thanks.

salaughter@gmail.com wrote:
> OK, I have an extremely silly (almost embarrasing) problem with Code > Composer 3.1. I'm going through some of the dsp/bios tutorials, and > the first one has me opening the hello1 (hellobios) project and > profiling it. Well, it tells me to check the appropriate box and then > open the ranges tab, highlight the puts function and drag it over to > the Ranges listing in the tab. Unfortunately, it does not let me drag > it over there, nor does it allow me to select define a range in the > profiler window and just define it via the line number in the hello.c > file. Does anyone have any idea what I'm doing wrong.
Not sure from this distance. Sorry.
> It's starting > to be annoying stuck at what is essentially an IDE issue rather than a > real technical one.
As you gain experience with the IDE, you will find that your level of annoyance does not decrease. It is buggy and poorly designed in countless ways. On the other hand, it has some nice features like the ability to graph data right there in the IDE. Cheers! --M