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

Ads

Discussion Groups

Discussion Groups | Code-Composer | Re: Message Window Updates

Technical discussions about Code Composer Studio.

  

Post a new Thread

Message Window Updates - Bell Mark ST-VS/ENG6 - Aug 23 12:36:00 2005



We're seeing some erratic operation in how CCS updates the Message Log window.

Normally we'll get messages are they occur. Sometimes however, we'll see none, but all will be displayed when we terminate program execution.

I've tried putting in TSK_sleep statements etc, but they don't seem to help.

Any Ideas?

Thanks

Mark





(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )

Re: Message Window Updates - Bhooshan Iyer - Aug 24 0:58:00 2005

This is out of memory, so it could be wrong:
If you right click on the log window i think you get an option akin to
"scroll to the end of the message buffer auto". Enable that option and I
think you may get better updates of the message log.
Even so, it is worthwile to understand that these messages are sent from
the target to host during "idle cycles of CPU" and NOT "as and when" as you
might be used to expect. Also the formatting of these messages are done at
the host and not in the target.All this indicates that a fair amount of
delay (and even doscontinuity) is plausible especially when the load on the
CPU is very high (i.e RTDX cant find CPU idle cycles)
Hope this helps some.
--Bhooshan

On 8/23/05, Bell Mark (ST-VS/ENG6) <mark.bell@mark...> wrote:
>
> We're seeing some erratic operation in how CCS updates the Message Log
> window.
>
> Normally we'll get messages are they occur. Sometimes however, we'll see
> none, but all will be displayed when we terminate program execution.
>
> I've tried putting in TSK_sleep statements etc, but they don't seem to
> help.
>
> Any Ideas?
>
> Thanks
>
> Mark





(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )