1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4<meta http-equiv="Content-Style-Type" content="text/css"> 5<title>Development Menu</title> 6<style type="text/css"> 7<!-- 8body { 9/* 10 font-size : 10pt; 11*/ 12 font-weight : normal; 13 color : #000000; 14 margin : 8px; 15} 16div { 17 width : 98%; 18 white-space : nowrap; 19} 20div.title { 21 text-align : left; 22 font-weight : bold; 23/* 24 font-size : 16pt; 25*/ 26 font-size : 150%; 27 color : #202020; 28 border-style : double; 29 border-width : 8px; 30 /* タイトルを囲む枠線の色を指定 */ 31 border-color : #FF6600; 32 /* RVLプラットフォーム系列 */ 33/* 34 border-color : #34beed; 35*/ 36 /* TWLプラットフォーム系列 */ 37/* 38 border-color : #ff458f; 39*/ 40 margin : 4px; 41 padding : 4px; 42} 43H1 { 44 font-size : 150%; 45 font-family : Arial; 46 border-bottom-width : 5px; 47 border-bottom-style : solid; 48 border-bottom-color : #FF6600; 49 padding-bottom : 1px; 50 margin-bottom : 20px; 51 letter-spacing : normal; 52 font-weight : bold; 53} 54h2 { 55 font-weight : bold; 56/* 57 font-size : 16pt; 58*/ 59 font-size : 150%; 60 border-style : none none solid double; 61 border-width : 0px 0px 2px 8px; 62 /* 見出しの線の色を指定 */ 63 border-color : #FF6600; 64 /* RVLプラットフォーム系列 */ 65/* 66 border-color : #34beed; 67*/ 68 /* TWLプラットフォーム系列 */ 69/* 70 border-color : #ff458f; 71*/ 72 margin-left : 2px; 73 padding-left : 4px; 74} 75table { 76 margin-top : 2pt; 77 margin-bottom : 2pt; 78 margin-left : 0pt; 79 margin-right : 0pt; 80 padding-left : 0pt; 81 padding-right : 0pt; 82 position : relative; 83 left : 12px; 84 font-family : Arial; 85 font-size : 10pt; 86 border-style : none none none none; 87} 88td,th { 89 padding : 2pt; 90 border-width : 2pt; 91 border-style : none none none none; 92 font-style : normal; 93 text-align : left; 94} 95td { 96 background : #e8f4f4; 97 font-weight : normal; 98} 99th { 100 background : #c0d8d8; 101 font-weight : bold; 102} 103p { 104 margin-left : 4px; 105} 106p.code { 107 font-family : "Courier New", monospace; 108 position : normal; 109 left : 12px; 110 font-size : 10pt; 111 background : #e8f4f4; 112} 113--> 114</style> 115</head> 116<body> 117<a name="top"></a> <!-- ※注意事項 --> <!-- ・(任意)となっているものは、記載が無くても問題ありません。 --> <!-- ・各項目についてる(必須)や(任意)は、作成後に削除してください。 --> <!-- ・各項目内の書き方は、パッケージごとに自由で問題ありませんが、同じパッケージ内で違いがでないようにしてください。 --> <!-- ・タグはすべて小文字、終了タグを持たないものは「/>」で閉じてください。--> <!-- ・HTMLコードのインデントは、各種社内コード規約と同様にスペース4文字か4文字幅のタブになるようにしてください--> 118<h1>Development Menu 119</h1> 120<h2>Table of Contents</h2> 121 <ol> 122<li><a href="#ss01">Overview</a></li> 123<li><a href="#ss02">How to Use</a></li> 124<li><a href="#ss10">Note</a></li> 125<li><a href="#ss10">Revision History</a></li> 126 </ol> 127<h2>1. <a name="ss01">Overview</a></h2> 128<p>The Development Menu is the screen that is first displayed when the PARTNER-CTR Debugger or CTR test unit is turned on.<br /><br /> It is a substitute for the HOME Menu for CTR devices and has minimal functionality.<br /> When the HOME Button is pressed while an application is running, that application is interrupted and this menu is displayed.<br /> <br /> However, to return to the Development Menu, the application must handle a press of the HOME Button.<br /> 129 </p> 130<div align="right"><a href="#top">Back to top</a></div> 131<h2>2. <a name="ss02">How to Use</a></h2> 132<p>The following operations are possible on the Development Menu.</p> 133 <div class="table"> 134 <table border="1"> 135 <thead> 136 <tr> 137<th align="center">Input</th> 138<th align="center">Feature</th> 139 </tr> 140 </thead> 141 <tbody> 142 <tr> 143<td align="center">START</td> 144<td align="left">Start <CODE>DevMenu</CODE>. When there is an interrupted application, terminate that <br />application then start <CODE>DevMenu</CODE>.</td> 145 </tr> 146 <tr> 147<td align="center">A</td> 148<td align="left">Launches an application from a CTR Card. With the PARTNER-CTR Debugger, the application<br /> loaded in the emulation memory is started.</td> 149 </tr> 150 <tr> 151<td align="center">B</td> 152<td align="left">Terminates an interrupted application, if there is one.</td> 153 </tr> 154 <tr> 155<td align="center">HOME</td> 156<td align="left">Returns to an interrupted application, if there is one.</td> 157 </tr> 158 </tbody> 159 </table> 160 </div> 161</p> 162<div align="right"><a href="#top">Back to top</a></div> 163<h2>3. <a name="ss01">Note</a></h2> 164<p>The Development Menu is a minimal implementation. Apart from its appearance, it has a number of restrictions that do not apply to the actual HOME Menu.<br /><br /> The sleep-related implementation differs from the HOME Menu and in some places does not account for critical timing. As a result, if the system enters Sleep Mode during an application transition (this includes closing the application and returning), it may not recover. 165 </p> 166<p>The wireless switch cannot be turned on and off by the Test Menu on its own because the NWM process and processes dependent on it have not started. <br /> 167 </p> 168<p>If an application is loaded and executed while the development menu is displayed, execution will tentatively stop at the start of the application. Therefore, this allows debugging from a closer point to startup than when starting an application from the HOME Menu and using ATTACH. If the POWER Button is pressed after starting an application from the development menu, it may stop execution at the <CODE>Enable</CODE> function. <br /> 169 </p> 170<div align="right"><a href="#top">Back to top</a></div> 171<h2>4. <a name="ss10">Revision History</a></h2> 172 <dl> 173 <dt>2011/02/03</dt> 174<dd>Added information about the possibility of using the POWER Button to stop execution at the <CODE>Enable</CODE> function. 175 </dd> 176 </dl> 177 <dl> 178 <dt>2011/01/31</dt> 179<dd>Added that the wireless switch cannot be turned on and off. 180 </dd> 181 </dl> 182 <dl> 183 <dt>2010/12/13</dt> 184<dd>Added a note. 185 </dd> 186 </dl> 187 <dl> 188 <dt>2010/10/26</dt> 189<dd>Initial version. 190 </dd> 191 </dl> 192 <p> 193 <br /> 194 </p> 195<div align="right"><a href="#top">Back to top</a></div> 196<hr><p>CONFIDENTIAL</p></body> 197</html> 198