Manual de instrucciones de Silicon Laboratories F321DC

Manual de instrucciones del aparato Silicon Laboratories F321DC

Aparato: Silicon Laboratories F321DC
Categoría: Accesorios para ordenador
Fabricante: Silicon Laboratories
Tamaño: 1.83 MB
Fecha de añadido: 3/6/2013
Número de páginas: 16
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Silicon Laboratories F321DC. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Silicon Laboratories F321DC.

Para tu comodidad

Si ver los manuales de instrucción de Silicon Laboratories F321DC directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Silicon Laboratories F321DC en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de Silicon Laboratories F321DC a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Silicon Laboratories F321DC Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 16 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Silicon Laboratories F321DC, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Silicon Laboratories F321DC. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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 “

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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.

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 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

Resumen del contenido incluido en la página 14

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

Resumen del contenido incluido en la página 15

ToolStick-F321DC NOTES: Rev. 0.1 15

Resumen del contenido incluido en la página 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


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Silicon Laboratories Manual de instrucciones Accesorios para ordenador 0
2 Sony VGC-RB50(G) Manual de instrucciones Accesorios para ordenador 1
3 Sony Movie Studio HD Platinum Suite 11 MSPSMS11000 Manual de instrucciones Accesorios para ordenador 177
4 Sony Hi-MD Walkman MCMD-R1 Manual de instrucciones Accesorios para ordenador 7
5 Sony Sound Forge V.10.0 Pro SF-10000 Manual de instrucciones Accesorios para ordenador 435
6 Sony Rechargable Battery Pack VGP-BPSC31 Manual de instrucciones Accesorios para ordenador 23
7 Sony SMP-N100 Manual de instrucciones Accesorios para ordenador 10
8 Sony VGP-BPS13 Manual de instrucciones Accesorios para ordenador 1
9 Sony VGP-BPS22A Manual de instrucciones Accesorios para ordenador 2
10 Sony Walkman NWZ-S616F Manual de instrucciones Accesorios para ordenador 48
11 Philips SBCAC250/00 Manual de instrucciones Accesorios para ordenador 0
12 Sony Rechargable Battery Pack VGPBPSC31 Manual de instrucciones Accesorios para ordenador 1
13 Philips SBCAC250 Manual de instrucciones Accesorios para ordenador 0
14 Sony Walkman NWZ-S615F Manual de instrucciones Accesorios para ordenador 21
15 Philips FR-996 Manual de instrucciones Accesorios para ordenador 514