codewarrior configuration fine (project.ini)

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

codewarrior configuration fine (project.ini)

Jump to solution
1,341 Views
greatj
Contributor I

Hi,

 

I was goin through the project configuration file (project .ini  ), though most of things I was able to find with help of code warrior manuals and HCS12 debugger manual but one particular instruction I coundnt understand . I coundnt find this keyword any where,

 

DBG_S12_4=DBG USER12 0x0 0x0 0x0 0x0
DBG_S12_0=DBG GENERAL DISARM_ON PROTECT_OFF ANALYZE_ON STEPATRUN_ON
DBG_S12_1=DBG USER12 0x0 0x0 0x0 0x0
DBG_S12_2=DBG PREDEFINED SELECT 0 END STOP 0x0 DATAMATCH_HIGH NORMAL

 

what is this DBG keyword, I couldnot find annywhere, pls help out.

Labels (1)
Tags (1)
0 Kudos
1 Solution
399 Views
CompilerGuru
NXP Employee
NXP Employee

AFAIK are those entries used to persist the setup of the debug module. However the official way is to

use the UI and not to change them in the ini file, I would consider the encoding of the strings in the ini

file internal to the dbg module.

 

Daniel

View solution in original post

0 Kudos
3 Replies
399 Views
J2MEJediMaster
Specialist I

Debugger.

 

---Tom

0 Kudos
399 Views
greatj
Contributor I

thank you jedimaster

 

I actually want understand the meaning and significance of those debug statements. I couldnt find the reference of this DBG keyword or parameters passed to it in any reference manual or help.

 

 

0 Kudos
400 Views
CompilerGuru
NXP Employee
NXP Employee

AFAIK are those entries used to persist the setup of the debug module. However the official way is to

use the UI and not to change them in the ini file, I would consider the encoding of the strings in the ini

file internal to the dbg module.

 

Daniel

0 Kudos