default window settings

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

default window settings

跳至解决方案
2,440 次查看
e_taylor
Contributor III
hello:
 
cw newbe question:
 
i am using cw4.6 for assembler project development. i always want my data window to be in hex format and the mode periodical. is there a preferences setting for this?
 
 
thanks in advance!
 
regards,
 
ed
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
897 次查看
BlackNight
NXP Employee
NXP Employee
Hello,
typically, the settings are stored in the debugger .ini file (typically project.ini).
You may simply run the debugger, do your modifications and then use the menu File > Save Configuration which then shall store the settings in the current configuration file used.

BK

在原帖中查看解决方案

0 项奖励
回复
4 回复数
898 次查看
BlackNight
NXP Employee
NXP Employee
Hello,
typically, the settings are stored in the debugger .ini file (typically project.ini).
You may simply run the debugger, do your modifications and then use the menu File > Save Configuration which then shall store the settings in the current configuration file used.

BK
0 项奖励
回复
897 次查看
e_taylor
Contributor III
hi BlackNight:
 
thanks very much. i spent quite a while trying to find some complicated way to do this.
 
 
best regards,
 
ed
0 项奖励
回复
897 次查看
CrasyCat
Specialist III
Hello
 
I assume you are speaking about global data window. Am I right?
 
You can configure the Data window only after the application code is loaded to the target.
 
If your global data window is called "Data:1", you need to add an attributes command for Data:1 in the  postload command file.
 
You can retrieve the postload command file name as follows:
    - Start the debugger
    - Select "Multilink/Cyclone Pro" -> "Command Files" and look at content of the "Postload"  tab.
  
The command you need to add in the postload command file is:
     Data:1 < attributes FORMAT Hex,MODE periodical,UPDATERATE 10
Make sure to replace "Data:1" with the name displayed in the Data window title bar.
 
I hope it helps
 
CrasyCat
0 项奖励
回复
897 次查看
e_taylor
Contributor III
hi CrasyCat:
 
 
thanks for the response! i was sort of on that line of thinking, however the "save configuration" works great as suggested by mr night.
 
thanks again!
 
 
regards,
 
ed.
0 项奖励
回复