background image

C8051F35x-DK

2

Rev. 0.1

3. Software Setup

The included CD-ROM contains the Silicon Laboratories Integrated Development Environment (IDE), Keil software
8051 tools and additional documentation. Insert the CD-ROM into your PC’s CD-ROM drive. An installer will auto-
matically launch, allowing you to install the IDE software or read documentation by clicking buttons on the Installa-
tion Panel. If the installer does not automatically start when you insert the CD-ROM, run 

autorun.exe

 found in the

root directory of the CD-ROM. Refer to the 

readme.txt

 file on the CD-ROM for the latest information regarding

known IDE problems and restrictions.

4. Silicon Laboratories Integrated Development Environment

The Silicon Laboratories IDE integrates a source-code editor, source-level debugger and in-system Flash program-
mer. The use of third-party compilers and assemblers is also supported. This development kit includes the Keil
Software A51 macro assembler, BL51 linker and evaluation version C51 ‘C’ compiler. These tools can be used
from within the Silicon Laboratories IDE.

4.1. System Requirements

The Silicon Laboratories IDE requirements:

Pentium-class host PC running Microsoft Windows 95 or later, or Microsoft Windows NT or later.

One available COM port.

64 MB RAM and 40 MB free HD space recommended.

4.2.  Assembler and Linker

A full-version Keil A51 macro assembler and BL51 banking linker are included with the development kit and are
installed during IDE installation. The complete assembler and linker reference manual can be found on-line under
the 

Help

 menu in the IDE or in the “

SiLabs\MCU\hlp

” directory (A51.pdf).

4.3.  Evaluation C51 ‘C’ Compiler

An evaluation version of the Keil C51 ‘C’ compiler is included with the development kit and is installed during 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 source-level debugging with the IDE, you must configure the Keil 8051 tools to generate an absolute
object file in the OMF-51 format with object extensions and debug records enabled. You may build the OMF-51
absolute object file by calling the Keil 8051 tools at the command line (e.g. batch file or make file) or by using the
project manager built into the IDE. The default configuration when using the Silicon Laboratories IDE project
manager enables object extension and debug record generation. Refer to Applications Note 

AN104 - Integrating

Keil 8051 Tools Into the Silicon Labs IDE

 in the “

SiLabs\MCU\Documentation\Appnotes

” directory on the CD-

ROM for additional information on using the Keil 8051 tools with the Silicon Laboratories IDE. 

To build an absolute object file using the Silicon Laboratories IDE project manager, you must first create a project. A
project consists of a set of files, IDE configuration, debug views, and a target build configuration (list of files and tool
configurations used as input to the assembler, compiler, and linker when building an output object file).

The following sections illustrate the steps necessary to manually create a project with one or more source files, build
a program and download the program to the target in preparation for debugging. (The IDE will automatically create a
single-file project using the currently open and active source file if you select 

Build/Make Project

 before a project is

defined.) 

Summary of Contents for C8051F350

Page 1: ...e C8051F35x Development Kit User s Guide this document 2 Hardware Setup The target board is connected to a PC running the Silicon Laboratories IDE via the Serial Adapter as shown in Figure 1 1 Connect one end of the RS232 serial cable to a Serial COM Port on the PC 2 Connect the other end of the RS232 serial cable to the DB 9 connector on the Serial Adapter 3 Connect the Serial Adapter to the DEBU...

Page 2: ...uded with the development kit and is installed during 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 Tool...

Page 3: ...ading the Program for Debugging 1 Once all source files have been added to the target build build the project by clicking on the Build Make Project button in the toolbar 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 fil...

Page 4: ...names are identical to those used in the C8051F35x data sheet 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 bli...

Page 5: ...or J3 Port I O Configuration Jumper Block J4 DEBUG connector for Serial Adapter interface J5 DB 9 connector for UART0 RS232 interface J6 Analog I O terminal block J7 Connector for IDAC0 voltage circuit J8 Serial Adapter target board power connector J9 J10 External crystal enable connectors J11 Connector for IDAC1 voltage circuit J12 Connector block for Thermistor circuitry J13 J14 ADC external vol...

Page 6: ...or mation on the use of external oscillators 6 2 Switches and LEDs Two switches are provided on the target board Switch SW1 is connected to the RESET pin of the C8051F350 Pressing SW1 puts the device into its hardware reset state Switch SW2 is connected to the C8051F350 s general purpose I O GPIO pin through jumpers Pressing SW2 generates a logic low signal on the port pin Remove the shorting bloc...

Page 7: ...or J1 6 4 Target Board DEBUG Interface J4 The DEBUG connector J4 provides access to the DEBUG C2 pins of the C8051F350 It is used to connect the Serial Adapter to the target board for in circuit debugging and Flash programming Table 3 shows the DEBUG pin definitions Pin Description Pin Description Pin Description 1 VDD 13 P1 2 25 AIN3 2 GND 14 P1 3 26 AIN4 3 P0 0 15 P1 4 27 AIN5 4 P0 1 16 P1 5 28 ...

Page 8: ...k on J11 to connect the IDAC1 P1 7 pin of the target device to a converting resistor The IDAC signals are then routed to the J1 and J6 connectors 6 8 Serial Adapter Target Board Power Connector J8 The Serial Adapter includes a connection to provide power to the target board This connection is routed from J4 10 to J8 1 Place a shorting block at jumper J8 2 3 to power the board directly from an AC D...

Page 9: ...erial Adapter labeled JTAG see Figure 3 The Serial Adapter supports both Silicon Laboratories JTAG and C2 debug interfaces All Serial Adapters may be powered from the target board but the EC1 and EC2 Serial Adapter units cannot provide power to the target board Table 5 shows the pin definitions for the Serial Adapter s JTAG connector Notes 1 When powering the Serial Adapter via the JTAG connector ...

Page 10: ...C8051F35x DK 10 Rev 0 1 8 Schematic Figure 4 C8051F350 Target Board Schematic Page 1 ...

Page 11: ...C8051F35x DK Rev 0 1 11 Figure 5 C8051F350 Target Board Schematic Page 2 ...

Page 12: ...y for the functioning of undescribed 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 speci...

Reviews: