Manual do usuário Silicon Laboratories F321DC

Manual para o dispositivo Silicon Laboratories F321DC

Dispositivo: Silicon Laboratories F321DC
Categoria: Acessórios para computador
Fabricante: Silicon Laboratories
Tamanho: 1.83 MB
Data de adição: 3/6/2013
Número de páginas: 16
Imprimir o manual

Baixar

Como usar?

Nosso objetivo é fornecer-lhe o mais rapidamente possível o acesso ao conteúdo contido no manual de instruções para Silicon Laboratories F321DC. Usando a pré-visualização online, você pode visualizar rapidamente o índice e ir para a página onde você vai encontrar a solução para seu problema com Silicon Laboratories F321DC.

Para sua conveniência

Se a consulta dos manuais Silicon Laboratories F321DC diretamente no site não for conveniente para você, você tem duas soluções possíveis:

  • Visualização em tela cheia - Para visualizar facilmente o manual do usuário (sem baixá-lo para seu computador), você pode usar o modo de tela cheia. Para começar a visualização do manual Silicon Laboratories F321DC no modo de tela cheia, use o botão Tela cheia.
  • Download para seu computador - você também pode baixar o manual Silicon Laboratories F321DC em seu computador e mantê-lo em suas coleções. No entanto, se você não quer perder espaço no seu dispositivo, você sempre pode baixá-lo no futuro a partir de ManualsBase.
Silicon Laboratories F321DC Manual de instruções - Online PDF
Advertisement
« Page 1 of 16 »
Advertisement
Versão para impressão

Muitas pessoas preferem ler os documentos não na tela, mas na versão impressa. A opção de imprimir o manual também foi fornecida, você pode usá-la clicando na hiperligação acima - Imprimir o manual. Você não precisa imprimir o manual inteiro Silicon Laboratories F321DC, apenas as páginas selecionadas. Respeite o papel.

Resumos

Abaixo você encontrará previews do conteúdo contido nas páginas subseqüentes do manual para Silicon Laboratories F321DC. Se você deseja visualizar rapidamente o conteúdo das páginas subseqüentes, você pode usá-los.

Resumos do conteúdo
Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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 “

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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.

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 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

Resumo do conteúdo contido na página número 14

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

Resumo do conteúdo contido na página número 15

ToolStick-F321DC NOTES: Rev. 0.1 15

Resumo do conteúdo contido na página número 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


Manuais similares
# Manual do usuário Categoria Baixar
1 Silicon Laboratories Manual de instruções Acessórios para computador 0
2 Sony VGC-RB50(G) Manual de instruções Acessórios para computador 1
3 Sony Movie Studio HD Platinum Suite 11 MSPSMS11000 Manual de instruções Acessórios para computador 177
4 Sony Hi-MD Walkman MCMD-R1 Manual de instruções Acessórios para computador 7
5 Sony Sound Forge V.10.0 Pro SF-10000 Manual de instruções Acessórios para computador 435
6 Sony Rechargable Battery Pack VGP-BPSC31 Manual de instruções Acessórios para computador 23
7 Sony SMP-N100 Manual de instruções Acessórios para computador 10
8 Sony VGP-BPS13 Manual de instruções Acessórios para computador 1
9 Sony VGP-BPS22A Manual de instruções Acessórios para computador 2
10 Sony Walkman NWZ-S616F Manual de instruções Acessórios para computador 48
11 Philips SBCAC250/00 Manual de instruções Acessórios para computador 0
12 Sony Rechargable Battery Pack VGPBPSC31 Manual de instruções Acessórios para computador 1
13 Philips SBCAC250 Manual de instruções Acessórios para computador 0
14 Sony Walkman NWZ-S615F Manual de instruções Acessórios para computador 21
15 Philips FR-996 Manual de instruções Acessórios para computador 514