CW 10.2 for 56F8366

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW 10.2 for 56F8366

700 Views
ETCTim
Contributor I

I've been using CW 10.2 for the DSC 56F8366

There are many frustrating things wrong, but the 2 big ones are these:

Everytime I need to download/debug, I must kill the process DE.exe using task manager otherwise I get an error that it can't write the elf file.

 

Also, the debugger can't find globally declared variable in the Variables window. If I try to evaluate it as an expression, it says that there was an error evaulating the expression. My program is clearly using the variables because it is doing what it is supposed to.

 

Does anyone have solutions to these problems?

 

Thanks,

Tim

Labels (1)
Tags (1)
0 Kudos
2 Replies

441 Views
BlackNight
NXP Employee
NXP Employee

Hello,

I'm using the TWR-56F8257, and I don't see these problems. I'm using both OSJTAG (on board) and the P&E Universal multilink (much faster than the OSJTAG).

 

As for global variables: I use the context menu in the 'Variables' view and select 'add global Variables', then add whatever I need.

 

Hope this helps,

BK

0 Kudos

441 Views
ETCTim
Contributor I

I'm using the Codewarrior USBTap.

 

The variables in question don't show up in the list under 'add global varaibles'

I have noticed that making them static, or not initialzing them, makes the variables show up in the list.

 

 

0 Kudos