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

Sponsor

Evaluate multicore with Texas Instruments:
Low-cost evaluation module & free software development kit available NOW.

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Code-Composer | Displaying float variables in Watch Window of CC 4.10.36

Technical discussions about Code Composer Studio.

  

Post a new Thread

Displaying float variables in Watch Window of CC 4.10.36 - mikhail_iv - Oct 1 8:08:00 2003

I have a problem regard displaying float variables in Watch Window of
Code Composer 'C3x-'C4x. Float numbers in Watch Window does'not
corresponded to float numbers assigned in program.

How can I resolve this problem?








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

Re: Displaying float variables in Watch Window of CC 4.10.36 - Kalpesh - Oct 2 4:17:00 2003

Hi,

CCS 4.10 has some open issue in displaying float numbers in Watch Window.
See release notes and open issues documents for the same. But they have
resolved that issue. You may have to install the patch to display it
correctly.

Regards,

k.

----- Original Message -----
From: "mikhail_iv" <>
To: <>
Sent: Wednesday, October 01, 2003 1:38 PM
Subject: [code-comp] Displaying float variables in Watch Window of CC
4.10.36 > I have a problem regard displaying float variables in Watch Window of
> Code Composer 'C3x-'C4x. Float numbers in Watch Window does'not
> corresponded to float numbers assigned in program.
>
> How can I resolve this problem? > _____________________________________


______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



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

RE: Displaying float variables in Watch Window of CC 4.10.36 - William Zimmerman - Oct 2 14:07:00 2003


Usually this is due to the optimizer assigning local variables to registers.
Since the registers are shared between these local variables, the watch
window can display one of these "aliased" variables instead of the one
listed in the watch windows. Try declaring the variables "static" or
global.

Bill
> -----Original Message-----
> From: mikhail_iv [mailto:]
> Sent: Wednesday, October 01, 2003 4:09 AM
> To:
> Subject: [code-comp] Displaying float variables in Watch
> Window of CC 4.10.36 > I have a problem regard displaying float variables in Watch Window of
> Code Composer 'C3x-'C4x. Float numbers in Watch Window does'not
> corresponded to float numbers assigned in program.
>
> How can I resolve this problem? >
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~--> Upgrade to 128-Bit SSL Security!
> http://us.click.yahoo.com/p7cEmB/s7qGAA/yigFAA> /26EolB/TM > --------------------------------------------------------------
> -------~->
>
> _____________________________________


______________________________
StarterWare provides C-based no-OS platform support for the C6000 DSP devices.
Click here for details.




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