default window settings

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

default window settings

ソリューションへジャンプ
2,402件の閲覧回数
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 解決策
859件の閲覧回数
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 返答(返信)
860件の閲覧回数
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 件の賞賛
返信
859件の閲覧回数
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 件の賞賛
返信
859件の閲覧回数
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 件の賞賛
返信
859件の閲覧回数
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 件の賞賛
返信