Silicon Laboratories F321DCの取扱説明書

デバイスSilicon Laboratories F321DCの取扱説明書

デバイス: Silicon Laboratories F321DC
カテゴリ: コンピュータアクセサリー
メーカー: Silicon Laboratories
サイズ: 1.83 MB
追加した日付: 3/6/2013
ページ数: 16
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスSilicon Laboratories F321DCの取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、Silicon Laboratories F321DCに関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書Silicon Laboratories F321DCをこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書Silicon Laboratories F321DCのフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - Silicon Laboratories F321DCの説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
Silicon Laboratories F321DC 取扱説明書 - Online PDF
Advertisement
« Page 1 of 16 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書Silicon Laboratories F321DCを全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書Silicon Laboratories F321DCの内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ1に含まれる内容の要旨

ToolStick-F321DC
TOOLSTICK C8051F321 DAUGHTER CARD USER’S GUIDE
1. Handling Recommendations
To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective
plastics. To prevent damage to the devices and/or the host PC, please take into consideration the following
recommendations when using the ToolStick:
Never connect or disconnect a daughter card to or from the ToolStick Base Adapter while the Base Adapter is
connected to a PC.
Always connect and

ページ2に含まれる内容の要旨

ToolStick-F321DC 2. Contents The ToolStick-F321DC kit contains the following items: ToolStick C8051F321 Daughter Card A ToolStick daughter card requires a ToolStick Base Adapter to communicate with the PC. ToolStick Base Adapters can be purchased at www.silabs.com/toolstick. 3. ToolStick Overview The purpose of the ToolStick is to provide a development and demonstration platform for Silicon Laboratories microcontrollers and to demonstrate the Silicon Laboratories software tools, including the

ページ3に含まれる内容の要旨

ToolStick-F321DC 4. Getting Started The necessary software to download, debug and communicate with the target microcontroller must be downloaded from www.silabs.com/toolstick. The following software is necessary to build a project, download code to, and communicate with the target microcontroller: Silicon Laboratories Integrated Development Environment (IDE) Keil Demonstration Tools ToolStick Terminal application The Keil Demo Toolset includes a compiler, assembler, and linker. See Section “

ページ4に含まれる内容の要旨

ToolStick-F321DC 5.2. Keil Demonstration Toolset 5.2.1. Keil Assembler and Linker The Keil demonstration toolset assembler and linker place no restrictions on code size. 5.2.2. Keil Demonstration C51 C Compiler The evaluation version of the C51 compiler is the same as the full version with the following limitations: Maximum 4 kB code generation. There is no floating point library included. When initially installed, the C51 compiler is limited to a code size of 2 kB, and programs start at cod

ページ5に含まれる内容の要旨

ToolStick-F321DC 5.4. Keil uVision2 and uVision3 Silicon Laboratories Drivers As an alternative to the Silicon Laboratories IDE, the uVision debug driver allows the Keil uVision2 and uVision3 IDEs to communicate with Silicon Laboratories on-chip debug logic. In-system Flash memory programming integrated into the driver allows for rapidly updating target code. The uVision2 and uVision3 IDEs can be used to start and stop program execution, set breakpoints, check variables, inspect and modify memo

ページ6に含まれる内容の要旨

ToolStick-F321DC 6. ToolStick C8051F321 Daughter Card Features Demo The ToolStick kit includes a few simple code examples. The example described in this section is titled F321DC_FeaturesDemo. The purpose of this example is to guide a new user through the features and capabilities of the IDE and demonstrate the microcontroller’s on-chip debug capabilities. The F321DC_FeaturesDemo example code uses the potentiometer on the daughter card to vary the blinking rate of the LED. The first part of thi

ページ7に含まれる内容の要旨

ToolStick-F321DC 6.2. Connecting to the Device and Downloading Firmware This section describes how to open the IDE, open and build a project, connect to a device and download the firmware. 1. Open the Silicon Laboratories IDE from the Start → Programs → Silicon Laboratories menu. 2. In the IDE, go to Project → Open Project. 3. Browse to the default location, C:\SiLabs\MCU\ToolStick\F321DC\Firmware\. 4. Select F321DC_FeaturesDemo.wsp and click OK. 5. In the IDE, select Project → Rebuild Project.

ページ8に含まれる内容の要旨

ToolStick-F321DC 6.4. Viewing and Modifying Registers All registers on the device can be viewed and modified when the device is in a halted state. The registers are grouped together according to which peripheral or part of hardware they belong. As an example, this guide shows how to open the ADC0 Debug Window and disable the ADC0 directly from the IDE. 1. Open the ADC0 Debug Window from the View → Debug Windows → SFR’s → ADC0 menu option. The ADC0 Debug Window appears on the right-hand side of

ページ9に含まれる内容の要旨

ToolStick-F321DC 6.5. Enabling and Using Watch Windows The Debug Windows in the View menu are used to view and modify hardware registers. To view and modify variables in code, the IDE provides Watch Windows. Just as with register debug windows, variables in the watch windows are updated each time the device is halted. This section of the User’s Guide explains how to add a variable to the watch window and modify the variable. In the F321DC_FeaturesDemo example code, the variable Num_LED_Flashes

ページ10に含まれる内容の要旨

ToolStick-F321DC 6.6. Setting and Running to Breakpoints The Silicon Laboratories microcontroller devices support up to four hardware breakpoints. A breakpoint is associated with a specific line of code. When the processor reaches a hardware breakpoint, the code execution stops, and the IDE refreshes all debug and watch windows. The on-chip debug hardware allows for breakpoints to be placed on any line of executable code, including code in Interrupt Service Routines. This section provides steps

ページ11に含まれる内容の要旨

ToolStick-F321DC 6.7. Single-Stepping Through Firmware The IDE supports the ability to single-step through firmware one assembly instruction at a time. The IDE reads the Flash from the device, converts the instructions to assembly and displays them in a disassembly window. The following steps show how to open the disassembly window and single step through firmware. 1. If there is already not a breakpoint set on line of code that increments the Num_LED_Flashes variable, set the breakpoint using

ページ12に含まれる内容の要旨

ToolStick-F321DC 6.8. Using ToolStick Terminal This section describes how to use ToolStick Terminal to communicate with UART from the PC to the daughter card through the ToolStick Base Adapter. 1. If the Silicon Laboratories IDE is open, close the IDE. The IDE and the ToolStick Terminal cannot communicate with the daughter card simultaneously. 2. Open ToolStick Terminal from the Start → Programs → Silicon Laboratories menu. 3. Go to the ToolStick → Settings menu. 4. Under “Pin Settings”, chang

ページ13に含まれる内容の要旨

ToolStick-F321DC 7. Additional Demo Example In addition to the F321DC_FeaturesDemo example firmware, the ToolStick download package also includes a demo project named F321DC_HIDMouse.wsp. The instructions for running this demo can be found at the top of the source file. The project and source files for these demos can be found in the folder, C:\SiLabs\MCU\ToolStick\F321DC\Firmware\. 8. Using the C8051F321 Daughter Card as a Development Platform The prototyping area on the ToolStick C8051F321 D

ページ14に含まれる内容の要旨

ToolStick-F321DC 10. C8051F321 Daughter Card Schematic 14 Rev. 0.1 Figure 6. C8051F321 Daughter Card Schematic

ページ15に含まれる内容の要旨

ToolStick-F321DC NOTES: Rev. 0.1 15

ページ16に含まれる内容の要旨

ToolStick-F321DC CONTACT INFORMATION Silicon Laboratories Inc. 400 West Cesar Chavez Austin, TX 78701 Tel: 1+(512) 416-8500 Fax: 1+(512) 416-9669 Toll Free: 1+(877) 444-3032 Email: MCUinfo@silabs.com Internet: www.silabs.com The information in this document is believed to be accurate in all respects at the time of publication but is subject to change without notice. Silicon Laboratories assumes no responsibility for errors and omissions, and disclaims responsibility for any consequences resulti


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 Silicon Laboratories 取扱説明書 コンピュータアクセサリー 0
2 Sony VGC-RB50(G) 取扱説明書 コンピュータアクセサリー 1
3 Sony Movie Studio HD Platinum Suite 11 MSPSMS11000 取扱説明書 コンピュータアクセサリー 177
4 Sony Hi-MD Walkman MCMD-R1 取扱説明書 コンピュータアクセサリー 7
5 Sony Sound Forge V.10.0 Pro SF-10000 取扱説明書 コンピュータアクセサリー 435
6 Sony Rechargable Battery Pack VGP-BPSC31 取扱説明書 コンピュータアクセサリー 23
7 Sony SMP-N100 取扱説明書 コンピュータアクセサリー 10
8 Sony VGP-BPS13 取扱説明書 コンピュータアクセサリー 1
9 Sony VGP-BPS22A 取扱説明書 コンピュータアクセサリー 2
10 Sony Walkman NWZ-S616F 取扱説明書 コンピュータアクセサリー 48
11 Philips SBCAC250/00 取扱説明書 コンピュータアクセサリー 0
12 Sony Rechargable Battery Pack VGPBPSC31 取扱説明書 コンピュータアクセサリー 1
13 Philips SBCAC250 取扱説明書 コンピュータアクセサリー 0
14 Sony Walkman NWZ-S615F 取扱説明書 コンピュータアクセサリー 21
15 Philips FR-996 取扱説明書 コンピュータアクセサリー 514