background image

C8051F34x-DK

4

Rev. 0.2

5.  Example Source Code

Example source code and register definition files are provided in the “

SiLabs\MCU\Examples\C8051F34x

directory during IDE installation. These files may be used as a template for code development. Example
applications include a blinking LED example which configures the green LED on the target board to blink at a fixed
rate. A Universal Serial Bus (USB) application example is also included with the C8051F34x development kit.

5.1.  Register Definition Files

Register definition files 

C8051F340.inc and C8051F340.h 

define all SFR registers and bit-addressable control/

status bits. They are installed into the “

SiLabs\MCU\Examples\C8051F34x

” directory during IDE installation. The

register and bit names are identical to those used in the C8051F34x datasheet. Both register definition files are
also installed in the default search path used by the Keil Software 8051 tools. Therefore, when using the Keil 8051
tools included with the development kit (A51, C51), it is not necessary to copy a register definition file to each
project’s file directory. 

5.2.  Blinking LED Example

The example source files 

blink.asm

 and 

blinky.c

 show examples of several basic C8051F34x functions. These

include; disabling the watchdog timer (WDT), configuring the Port I/O crossbar, configuring a timer for an interrupt
routine, initializing the system clock, and configuring a GPIO port. When compiled/assembled and linked this
program flashes the green LED on the C8051F340 target board about five times a second using the interrupt
handler with a timer. 

5.3.  Universal Serial Bus (USB) Application Example

The included USB application example requires Windows 98SE/2000/XP operating system. This example consists
of three parts: firmware running on the C8051F340 device, a USB device driver running on the host PC, and a host
application. The host application communicates with the C8051F340 via USB, allowing the user to view and to
change the state of several I/O peripherals on the C8051F340 target board. The example files can be found in the

SiLabs\MCU\Examples\C8051F34x\C\USB_INT

” directory. Located in this directory is the project file for the

firmware, the USB driver files, and the host application executable. In addition, three subdirectories are provided
that contain the source code for each part of the example application; Host Application Source, Driver Source, and
Firmware. Use the following instructions to set up the example USB firmware, install the USB driver, and then run
the example host application. 
After the target board is connected to the host computer via USB, the example application enumerates and sends
data between the target and the host application using Endpoint 0, 1, and 2. The Endpoint 0 packets are control
packets as defined in Chapter 9 of the Universal Serial Bus Specification, version 2.0. Endpoints 1 and 2 are used
for data IN and OUT, respectively. These data packets consist of 8 bytes used to denote the current status of the
buttons, LEDs, Potentiometer, and logic levels of various port pins on the target board. Accessing the USB core
(i.e., accessing the USB registers and moving data to and from the Endpoint FIFOs on the target board) is
documented in Silicon Laboratories’ C8051F34x datasheet.

Downloaded from 

Elcodis.com

 

electronic components distributor

 

Summary of Contents for C8051F34-DK Series

Page 1: ... via the USB Debug Adapter as shown in Figure 1 1 Connect the USB Debug Adapter to the DEBUG connector on the target board with the 10 pin ribbon cable 2 Connect one end of the USB cable to the USB connector on the USB Debug Adapter 3 Connect the other end of the USB cable to a USB Port on the PC 4 Connect the ac dc power adapter to power jack P1 on the target board Notes Use the Reset button in t...

Page 2: ...ng IDE installation The evaluation version of the C51 compiler is the same as the full professional version except code size is limited to 4 kB and the floating point library is not included The C51 compiler reference manual can be found under the Help menu in the IDE or in the SiLabs MCU hlp directory C51 pdf 4 4 Using the Keil Software 8051 Tools with the Silicon Laboratories IDE To perform sour...

Page 3: ...oolbar or selecting Project Build Make Project from the menu Note After the project has been built the first time the Build Make Project command will only build the files that have been changed since the previous build To rebuild all files and project dependencies click on the Rebuild All button in the toolbar or select Project Rebuild All from the menu 2 Before connecting to the target device sev...

Page 4: ...r with a timer 5 3 Universal Serial Bus USB Application Example The included USB application example requires Windows 98SE 2000 XP operating system This example consists of three parts firmware running on the C8051F340 device a USB device driver running on the host PC and a host application The host application communicates with the C8051F340 via USB allowing the user to view and to change the sta...

Page 5: ...the Next button 3 Select Search for a suitable driver for my device recommended and press the Next button 4 Select Specify a location under Optional search locations and press the Next button 5 Press the Browse button to locate the SiLabsInt inf driver installation file located by default in the SiLabs MCU Examples C8051F34x C USB_INT directory Once this file is selected press the OK button 6 Veri...

Page 6: ...der J6Port 4 header J7Connects the 3V supply net to the VDD supply net J8USB Power or VDD power selection header J9Debug connector for debug adapter interface J10 J11External crystal enable connectors J12Port I O jumper configuration block J1396 pin female connector J15Jumper connection for pin 1 5 to capacitors used when VREF is internally generated J16Jumper connection for potentiometer source t...

Page 7: ...purpose I O GPIO pins through headers Pressing P2 0 or P2 1 generates a logic low signal on the port pin Remove the shorting blocks from the J12 header to disconnect Switch P2 0 and Switch P2 1 from the port pins The port pin signals are also routed to pins on the J1 I O connector See Table 1 for the port pins and headers corresponding to each switch Three LEDs are also provided on the target boar...

Page 8: ...340 target board can be configured as a self powered USB device to take power from the USB cable instead of the ac dc adapter connected at P1 To configure the target boards as a self powered USB device short the VREGIN and VBUS pins on the J8 header Note When the C8051F340 target board is self powered from the USB the Serial Adapter is not powered from the target board The Serial Adapter must be p...

Page 9: ...l shorting block to connect UART0 CTS P2 7 to transceiver 6 8 Analog I O P2 Several of the C8051F340 target device s port pins are connected to the P2 terminal block Refer to Table 5 for the P2 terminal block connections 6 9 USB Debug Adapter Target Board Power Connector J19 The USB Debug Adapter includes a connection to provide power to the target board This connection is routed from J9 10 to J19...

Page 10: ...C8051F34x DK 10 Rev 0 2 7 Schematics Figure 3 C8051F340 Target Board Schematic Page 1 of 2 Downloaded from Elcodis com electronic components distributor ...

Page 11: ...C8051F34x DK Rev 0 2 11 Figure 4 C8051F340 Target Board Schematic Page 2 of 2 Downloaded from Elcodis com electronic components distributor ...

Page 12: ...ts Removed Section 2 Hardware Setup using an EC2 Serial Adapter See RS232 Serial Adapter EC2 User s Guide Removed Section 8 EC2 Serial Adapter See RS232 Serial Adapter EC2 User s Guide Removed Section 9 USB Debug Adapter See USB Debug Adapter User s Guide Downloaded from Elcodis com electronic components distributor ...

Page 13: ...C8051F34x DK Rev 0 2 13 NOTES Downloaded from Elcodis com electronic components distributor ...

Page 14: ...bed features or parameters Silicon Laboratories reserves the right to make changes without further notice Silicon Laboratories makes no warranty rep resentation or guarantee regarding the suitability of its products for any particular purpose nor does Silicon Laboratories assume any liability arising out of the application or use of any product or circuit and specifically disclaims any and all lia...

Reviews: