Technical Support
On-Line Manuals
µVision4 User's Guide (Japanese)
µVision4 には、すべての I/O ポートのステータスを示すダイアログがあります。I/O ピンは VTREG を使用して表されます。シグナル関数またはブレークポイントと共にこの VTREG を使用できます。次にサンプルプログラムを示します。
µVision4 には、すべての I/O ポートのステータスを示すダイアログがあります。I/O ピンは VTREG を使用して表されます。シグナル関数またはブレークポイントと共にこの VTREG を使用できます。次にサンプルを示します。
// in your C user program PortAvalue = PIOA_PDSR; // read Port A input
µVision4 シミュレータで定義したブレークポイント:
bs write PORT3, 1, "printf (\"Port3 value=%X\\n\", PORT3)" bs read PORT5, 1, "PORT5 = getint (\"Input Port5 value\")"
C プログラムを実行すると、Port5 入力値を求められます。新しい出力値が Port3 に書き込まれると、出力ウィンドウにメッセージが出力されます。「ペリフェラル変数」を参照して下さい。
Cookie Settings | Terms of Use | Privacy | Accessibility | Trademarks | Contact Us | Feedback
Copyright © 2005-2019 Arm Limited (or its affiliates). All rights reserved.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
Change Settings
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.