Codewarrior Debugger ignores any added code!?

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

Codewarrior Debugger ignores any added code!?

Jump to solution
1,788 Views
Euphon
Contributor I
Just getting started coding on on the HC08. Using the special addition Codewarrior that comes with 1321XNSK-BDM. I have cut down the code so it will compile with 32 file limit of the Accel_V3.0 project. Cutting down the files is a problem since all the examples have more than 32 files. Don't want to spend $1K or more and remove the 32 file limit and still have a faulty debugger.

Using a PE Micro USB interface. The program does download since the 13213-SRB device and the program acts like it should. For example, hitting switch 1 causes the device to be a transmitter.

But if modify code such as simple add line
INT16 n16inun=0;

it says on debugging with the PE Micro through USB port that "n16inun not allocated int" and other code changes are passed over as if not there. Also, adding calls to functions happen as they are not there. How can this be corrected so the debugger works?

And if the debuggers doesn't work the code is probably not working and the Codewarrior IDE is not usable.
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
908 Views
NLFSJ
Contributor III

Hi,

Customers that are using IEEE 802.15.4 or BeeStack (when available), will require a 60K update.

SMAC will work on the projects that have less then 32 files. So you would  have to combine libraries. 

Freescale can send you a 30 day temporary license, but once the temporary license expires you will be required to update the license.

Regards,

Nina

 

Message Edited by NLFSJ on 2006-12-27 11:27 PM

View solution in original post

0 Kudos
Reply
1 Reply
909 Views
NLFSJ
Contributor III

Hi,

Customers that are using IEEE 802.15.4 or BeeStack (when available), will require a 60K update.

SMAC will work on the projects that have less then 32 files. So you would  have to combine libraries. 

Freescale can send you a 30 day temporary license, but once the temporary license expires you will be required to update the license.

Regards,

Nina

 

Message Edited by NLFSJ on 2006-12-27 11:27 PM

0 Kudos
Reply