CCSC
CCSC
Copyright 1994, 2001 Custom Computer Services, Inc. All rights reserved worldwide. No part of this work may be reproduced or copied in any form or by any means- electronic, graphic, or mechanical, including photocopying, recording, taping, or information retrieval systems0 without prior permission
Table of Contents
OVERVIEW ............................................................................................................1 PCB, PCM AND PCH OVERVIEW .............................................................................1 PCW OVERVIEW ......................................................................................................1 TECHNICAL SUPPORT ...............................................................................................1 INSTALLATION ..........................................................................................................2 INVOKING THE COMMAND LINE COMPILER .................................................................2 MPLAB INTEGRATION .............................................................................................3 DIRECTORIES ...........................................................................................................4 FILE FORMATS .........................................................................................................4 DIRECT DEVICE PROGRAMMING ................................................................................4 DEVICE CALIBRATION DATA .....................................................................................5 UTILITY PROGRAMS..................................................................................................5 PCW IDE ................................................................................................................7 FILE MENU ...............................................................................................................7 PROJECT MENU .......................................................................................................8 EDIT MENU ..............................................................................................................9 OPTIONS MENU ........................................................................................................9 COMPILE OPTIONS .................................................................................................11 VIEW MENU............................................................................................................11 TOOLS MENU .........................................................................................................13 HELP MENU ...........................................................................................................15 PCW EDITOR KEYS ...............................................................................................16 PROJECT WIZARD ..................................................................................................18 PRE-PROCESSOR..............................................................................................19 PRE-PROCESSOR DIRECTIVES ................................................................................20 #ASM ...................................................................................................................20 #BIT......................................................................................................................23 #BYTE..................................................................................................................24 #CASE .................................................................................................................25 _ _ DATE_ _ ........................................................................................................25 #DEFINE ..............................................................................................................26 #DEVICE ..............................................................................................................27 _ _DEVICE_ _......................................................................................................27
C Compiler Reference Manual Table of Contents #ERROR ..............................................................................................................28 #FUSES ...............................................................................................................28 #ID........................................................................................................................29 #IF EXPR ...............................................................................................................30 #IFDEF .................................................................................................................31 #INCLUDE ...........................................................................................................32 #INLINE................................................................................................................33 #INT_XXXX ............................................................................................................33 #INT_DEFAULT...................................................................................................34 #INT_GLOBAL ....................................................................................................35 #LIST....................................................................................................................35 #LOCATE.............................................................................................................36 #NOLIST ..............................................................................................................36 #OPT ....................................................................................................................37 #ORG ...................................................................................................................37 _ _PCB_ _............................................................................................................39 _ _PCM_ _ ...........................................................................................................39 _ _ PCH _ _..........................................................................................................39 #PRAGMA ...........................................................................................................40 #PRIORITY ..........................................................................................................40 #RESERVE ..........................................................................................................41 #ROM ...................................................................................................................41 #SEPARATE........................................................................................................42 #TYPE ..................................................................................................................42 #UNDEF ...............................................................................................................43 #USE DELAY.......................................................................................................43 #USE FAST_IO....................................................................................................44 #USE FIXED_IO ..................................................................................................44 #USE I2C .............................................................................................................45 #USE RS232.......................................................................................................46 #USE STANDARD_IO.........................................................................................47 #ZERO_RAM .......................................................................................................48 DATA DEFINITIONS ...........................................................................................49 DATA TYPES ..........................................................................................................49 FUNCTION DEFINITION .....................................................................................52 FUNCTION DEFINITION ............................................................................................52 REFERENCE PARAMETERS .....................................................................................53
ii
C Compiler Reference Manual Table of Contents C STATEMENTS AND EXPRESSIONS .............................................................54 PROGRAM SYNTAX .................................................................................................54 COMMENT ..............................................................................................................54 STATEMENTS .........................................................................................................55 EXPRESSIONS ........................................................................................................56 OPERATORS...........................................................................................................57 OPERATOR PRECEDENCE .......................................................................................58 BUILT-IN FUNCTIONS........................................................................................59 ABS( ) ..................................................................................................................61 ACOS( )................................................................................................................61 ASIN( ) .................................................................................................................61 ATAN( ) ................................................................................................................61 ATOF....................................................................................................................61 ATOI( ) .................................................................................................................62 ATOL( ) ................................................................................................................62 ATOI32() ..............................................................................................................62 BIT_CLEAR( )......................................................................................................63 BIT_SET( ) ...........................................................................................................63 BIT_TEST( ) .........................................................................................................64 CEIL( )..................................................................................................................65 COS( ) ..................................................................................................................66 DELAY_CYCLES( ) .............................................................................................66 DELAY_MS( ) ......................................................................................................66 DELAY_US( ).......................................................................................................67 DISABLE_INTERRUPTS( ) .................................................................................68 ENABLE_INTERRUPTS( ) ..................................................................................69 EXP( )...................................................................................................................69 EXT_INT_EDGE( )...............................................................................................70 FLOOR( ) .............................................................................................................70 GET_TIMERX() ....................................................................................................71 GETC() .................................................................................................................72 GETS( ) ................................................................................................................73 I2C_POLL( ).........................................................................................................73 I2C_READ() .........................................................................................................74 I2C_START() .......................................................................................................75 I2C_STOP() .........................................................................................................75 I2C_WRITE( ).......................................................................................................76 INPUT( ) ...............................................................................................................77 INPUT_X() ............................................................................................................77
iii
C Compiler Reference Manual Table of Contents ISAMOUNG( ) ......................................................................................................78 ISALNUM(CHAR) ..................................................................................................79 KBHIT() ................................................................................................................80 LABS( ) ................................................................................................................81 LCD_LOAD( ) ......................................................................................................81 LCD_SYMBOL( ) .................................................................................................82 LOG( ) ..................................................................................................................83 LOG10( ) ..............................................................................................................83 MAKE8() ..............................................................................................................84 MAKE16() ............................................................................................................85 MAKE32() ............................................................................................................85 MEMCPY( ) ..........................................................................................................86 MEMSET( )...........................................................................................................87 OUTPUT_BIT( ) ...................................................................................................87 OUTPUT_FLOAT( ) .............................................................................................88 OUTPUT_HIGH( ) ................................................................................................89 OUTPUT_LOW( ).................................................................................................89 OUTPUT_A( ) ......................................................................................................90 PORT_B_PULLUPS( ) ........................................................................................91 POW( ) .................................................................................................................91 PRINTF( ) .............................................................................................................92 PSP_OUTPUT_FULL()........................................................................................93 PUTC( ) ................................................................................................................94 PUTS( ) ................................................................................................................95 READ_ADC() .......................................................................................................95 READ_BANK( ) ...................................................................................................96 READ_CALIBRATION( ).....................................................................................97 READ_EEPROM( ) ..............................................................................................98 READ_PROGRAM_EEPROM ( ) ........................................................................98 RESET_CPU() .....................................................................................................99 RESTART_CAUSE() ...........................................................................................99 RESTART_WDT()..............................................................................................100 ROTATE_LEFT( ) ..............................................................................................101 ROTATE_RIGHT( )............................................................................................102 SET_ADC_CHANNEL( ) ...................................................................................102 SET_PWM1_DUTY( ) ........................................................................................103 SET_RTCC( ) .....................................................................................................104 SET_TRIS_A( ) ..................................................................................................105 SET_UART_SPEED()........................................................................................106 SETUP_ADC(MODE) ..........................................................................................107 SETUP_ADC_PORTS( )....................................................................................107 SETUP_CCP1( ) ................................................................................................108 SETUP_COMPARATOR( )................................................................................109
iv
C Compiler Reference Manual Table of Contents SETUP_COUNTERS( )......................................................................................110 SETUP_LCD( ) ..................................................................................................111 SETUP_PSP( )...................................................................................................112 SETUP_SPI( ) ....................................................................................................112 SETUP_TIMER_0 ( )..........................................................................................113 SETUP_TIMER_1( )...........................................................................................114 SETUP_TIMER_2( )...........................................................................................115 SETUP_TIMER_3( )...........................................................................................116 SETUP_VREF( ) ................................................................................................116 SETUP_WDT ( ).................................................................................................117 SHIFT_LEFT( ) ..................................................................................................118 SHIFT_RIGHT( ) ................................................................................................119 SIN ( ) .................................................................................................................120 SLEEP() .............................................................................................................120 SPI_DATA_IS_IN() ............................................................................................121 SPI_READ().......................................................................................................122 SPI_WRITE( ) ....................................................................................................122 SQRT( ) ..............................................................................................................123 STANDARD STRING FUNCTIONS ..................................................................124 STRTOK() ..........................................................................................................125 STRCPY( ) .........................................................................................................126 SWAP( ) .............................................................................................................127 TAN( ).................................................................................................................128 TOLOWER( ) .....................................................................................................128 WRITE_BANK( )................................................................................................128 WRITE_EEPROM( )...........................................................................................129 WRITE_PROGRAM_EEPROM ( ).....................................................................130 COMPILER ERROR MESSAGES.....................................................................131
COMMON QUESTIONS AND ANSWERS........................................................142 HOW DOES ONE MAP A VARIABLE TO AN I/O PORT? ...............................................143 WHY DOES A PROGRAM WORK WITH STANDARD I/O BUT NOT WITH FAST I/O? .........145 WHY DOES THE GENERATED CODE THAT USES BIT VARIABLES LOOK SO UGLY? .....146 WHY IS THE RS-232 NOT WORKING RIGHT? ..........................................................147 HOW CAN I USE TWO OR MORE RS-232 PORTS ON ONE PIC? ................................149 HOW DOES THE PIC CONNECT TO A PC? ..............................................................150 WHY DO I GET AN OUT OF ROM ERROR WHEN THERE SEEMS TO BE ROM LEFT? .151 WHAT CAN BE DONE ABOUT AN OUT OF RAM ERROR? .......................................152
C Compiler Reference Manual Table of Contents WHY DOES THE .LST FILE LOOK OUT OF ORDER? ..................................................153 HOW IS THE TIMER0 INTERRUPT USED TO PERFORM AN EVENT AT SOME RATE?.....154 HOW DOES THE COMPILER HANDLE CONVERTING BETWEEN BYTES AND WORDS? ....155 HOW DOES THE COMPILER DETERMINE TRUE AND FALSE ON EXPRESSIONS? ......156 WHAT ARE THE RESTRICTIONS ON FUNCTION CALLS FROM AN INTERRUPT FUNCTION? ...........................................................................................................................157 WHY DOES THE COMPILER USE THE OBSOLETE TRIS?...........................................158 HOW DOES THE PIC CONNECT TO AN I2C DEVICE?................................................158 INSTEAD OF 800, THE COMPILER CALLS 0. WHY? .................................................159 INSTEAD OF A0, THE COMPILER IS USING REGISTER 20. WHY?..............................159 HOW DO I DIRECTLY READ/WRITE TO INTERNAL REGISTERS? ..................................160 HOW CAN A CONSTANT DATA TABLE BE PLACED IN ROM? .....................................161 HOW CAN THE RB INTERRUPT BE USED TO DETECT A BUTTON PRESS? ...................162 WHAT IS THE FORMAT OF FLOATING POINT NUMBERS? ...........................................163 WHY DOES THE COMPILER SHOW LESS RAM THAN THERE REALLY IS? ...................164 WHAT IS AN EASY WAY FOR TWO OR MORE PICS TO COMMUNICATE? .....................165 HOW DO I WRITE VARIABLES TO EEPROM THAT ARE NOT A BYTE? .......................166 HOW DO I GET GETC() TO TIMEOUT AFTER A SPECIFIED TIME? ................................167 HOW CAN I PASS A VARIABLE TO FUNCTIONS LIKE OUTPUT_HIGH()? ..................168 HOW DO I PUT A NOP AT LOCATION 0 FOR THE ICD?............................................169 HOW DO I DO A PRINTF TO A STRING?....................................................................169 HOW DO I MAKE A POINTER TO A FUNCTION? .........................................................170 HOW MUCH TIME DOES MATH OPERATIONS TAKE?..................................................171 HOW ARE TYPE CONVERSIONS HANDLED? .............................................................172 EXAMPLE PROGRAMS....................................................................................174
vi
OVERVIEW
PCB, PCM and PCH Overview
The PCB, PCM and PCH are separate compilers. PCB is for 12 bit opcodes, PCM is for 14 bit opcodes and PCH is for the 16 bit PIC 18. Since much is in common between the compilers both are covered in this reference manual. Features and limitations that apply to only specific controllers are indicated within. These compilers are specially designed to meet the special needs of the PIC controllers. These tools allow developers to quickly design application software for these controllers in a highly readable high-level language. The compilers have some limitations when compared to a more traditional C compiler. The hardware limitations make many traditional C compilers ineffective. As an example of the limitations, the compilers will not permit pointers to constant arrays. This is due to the separate code/data segments in the PIC hardware and the inability to treat ROM areas as data. On the other hand, the compilers have knowledge about the hardware limitations and does the work of deciding how to best implement your algorithms. The compilers can implement very efficiently normal C constructs, as well as input/output operations and bit twiddling operations.
PCW Overview
PCW is the professional package that includes both the PCM and PCB compilers. PCW has a Windows IDE. PCW has the same syntax as the command line compilers. The PCH compiler is available for PCW as an optional add-on.
Technical Support
The latest software can be downloaded via the Internet at: http://www.ccsinfo.com/download.html for 30 days after the initial purchase. For one years worth of updates, you can purchase a Maintenance Plan directly from CCS. Also found on our web page are known bugs, the latest version of the software, and other news about the compiler. We strive to ensure that each upgrade provides greater ease of use along with minimal, if any, problems. However, this is not always possible. To ensure that
C Compiler Reference Manual Overview all problems that you encounter are corrected in a diligent manner, we suggest that you email us at [email protected] outlining your specific problem along with an attachment of your file. This will ensure that solutions can be suggested to correct any problem(s) that may arise. We try to respond in a timely manner and take pride in our technical support. Secondly, if we are unable to solve your problem by email, feel free to telephone us at (262) 797-0455 x 32. Please have all your supporting documentation onhand so that your questions can be answered in an efficient manner. Again, we will make every attempt to solve any problem(s) that you may have. Suggestions for improving our software are always welcome and appreciated.
Installation
PCB, PCM, and PCH Installation: Insert the disk in drive A and from Windows Start|Run type: A:SETUP PCW Installation: Insert CD ROM, select each of the programs you wish to install and follow the on-screen instructions.
Valid options: +FB Select PCB (12 bit) +FM Select PCM (14 bit) +FH Select PCH (PIC18) +F7 Select PC7 (PIC17) +FS Select PCS (SX) +ES Standard error file +EO Old error file format -J Do not create PJT file
Do not create debug file Standard .COD format debug file .MAP format debug file Expanded .COD format debug file Optimization level x (0-9) Create call tree (.TRE) Create stats file (.STA) Do not create symbol file
The xxx in the following are optional. If included it sets the file extension: +LNxxx +LSxxx +LOxxx Normal list file MPASM format list file Old MPASM list file +O8xxx +OWxxx +OBxxx 8 bit Intel HEX output file 16 bit Intel HEX output file Binary output file
C Compiler Reference Manual Overview -L +P +Pxx +PN +PE +Z I="..." Do not create list file -O Do not create object file
Keep compile status window up after compile Keep status window up for xx seconds after compile Keep status window up only if there are no errors Keep status window up only if there are errors Keep scratch and debug files on disk after compile Set include directory search path, for example:
I="c:\picc\examples;c:\picc\myincludes"
If no I= appears on the command line the .PJT file will be used to supply the include file paths. #xxx="yyy" +STDOUT +SETUP +V +Q Set a global #define for id xxx with a value of yyy, example:
#debug="true"
Outputs errors to STDOUT (for use with third party editors) Install CCSC into MPLAB (no compile is done) Show compiler version (no compile is done) Show all valid devices in database (no compile is done)
If @filename appears on the CCSC command line command line options will be read from the specified file. Parameters may appear on multiple lines in the file. If the file CCSC.INI exists in the same directory as CCSC.EXE then command line parameters are read from that file before they are processed on the command line. Examples:
CCSC +FM C:\PICSTUFF\TEST.C CCSC +FM +P +T TEST.C
MPLAB Integration
The CCSC.EXE Windows program will work as a bridge from MPLAB to the C compiler. Simply enter the following from Start|Run type: CCSC +SETUP This will configure MPLAB. When creating a new project select CCS as the LANGUAGE TOOL SUITE. Then select the .HEX file and click on NODE PROPERTIES. Here you need to select the compiler you want to use (PCB, PCM, and PCH).
C Compiler Reference Manual Overview If your first compile is done from the CCS IDE then it will create a MPLAB project file eliminating the need to create a new project and edit the nodes as described above. If your MPLAB version is older than 3.40, you will need to download the latest version from Microchip's web page at: http://www.Microchip.com
Directories
The compiler will search the following directories for Include files. Directories listed on the command line Directories specified in the .PJT file The same directory as the source file By default, the compiler files are put in C:\Program Files\PICC and the example programs and all Include files are in C:\Program Files\PICC\EXAMPLES. The compiler itself is a DLL file. The DLL files are in a DLL directory by default in C:\Program Files\PICC\DLL. Old compiler versions may be kept by renaming this directory.
File Formats
The compiler can output 8 bit hex, 16 bit hex, and binary files. Two listing formats are available. Standard format resembles the Microchip tools and may be required by some third-party tools. The simple format is easier to read. The debug file may either be a Microchip .COD file or Advanced Transdata .MAP file. All file formats and extensions are selected via the options|file formats window on the DOS IDE and the compiler|options in the Windows IDE.
Utility Programs
SIOW SIOW is a simple "dumb terminal" program that may be run on a PC to perform input and output over a serial port. SIO is handy since it will show all incoming characters. If the character is not a normally displayable character, it will show the hex code. DEVEDIT DEVEDIT is a Windows utility (PCW only) that will edit the device database. The compiler uses the device database to determine specific device characteristics at compile time. This utility will allow devices to be added, modified or removed. To add a device, highlight the closest equivalent chip and click on ADD. To edit or delete, highlight the device and click on the appropriate button. PCONVERT PCONVERT is a Windows utility (PCW only) that will perform conversions from various data types to other types. For example, Floating Point decimal to 4 BYTE Hex. The utility opens a small window to perform the conversions. This window can remain active during a PCW or MPLAB session. This can be useful during debugging. CCSC +Q This will list all devices in the compiler database.
C Compiler Reference Manual Overview CCSC +FM +V This will show the current compiler version. Replace +FM with +FB or +FH for the other compilers.
PCW IDE
File Menu
PCW
File Project
PIC Wizard Manual
Edit
Options
Compile
Compile
View
Tools
Help
New Open Save Save As Save All Close Close All Print Printer Setup eXit
New Open Open All files Print All files Find text in project Include Dirs... Close Project
0 1 2 3 4 5 6 7 8 9
Shift+Ctrl+0 Shift+Ctrl+1 Shift+Ctrl+2 Shift+Ctrl+3 Shift+Ctrl+4 Shift+Ctrl+5 Shift+Ctrl+6 Shift+Ctrl+7 Shift+Ctrl+8 Shift+Ctrl+9
0 1 2 3 4 5 6 7 8 9
Ctrl+0 Ctrl+1 Ctrl+2 Ctrl+3 Ctrl+4 Ctrl+5 Ctrl+6 Ctrl+7 Ctrl+8 Ctrl+9
Undo Ctrl+Z Cut Shift+Del Copy Ctrl+C Paste Shift+Ins Copy from file Paste to file Find Ctrl+F Replace Ctrl+R Next F3 Find Matching } or ) F4 Toggle Bookmark Goto Bookmark Next Window Ctrl+N Previous Window Ctrl+P
Real Tabs Tab Size Auto Indent WordStar keys Editor Font Syntax Highlighting Editor Colors Recall Open Files Toolbar... File Formats... Global Defines... Debugger/Programer.... Include Dirs...
C/ASM List Symbol Map Call Tree Statistics Data Sheet Valid Fuses Valid Interrupts Binary File COD Debug File
About Contents Index Keyword at cursor Last Error Editor Built in functions Preprocessor cmds Data types Operators Statements
Device Editor Device Selector File Compare Numeric Converter Serial Port Monitor Disassembler Extract Cal Data Program Chip MPLAB Internet
View Recent Changes e-mail Tech Support Download Updates Data Sheets
New Open Save Save As Save All Close Close All Print Printer Setup Exit
Creates a new file Opens a file into the editor. If there are no other files open then the project name is set to this files name. Ctrl-O is the shortcut. Saves the file currently selected for editing. Ctrl-S is the shortcut. Prompts for a filename to save the currently selected file. All open files are saved to disk Closes the file currently open for editing. Note that while a file is open in PCW for editing no other program may access the file. Shift F11 is the shortcut. Closes all files. Prints the currently selected file. Allows the selection of a printer and the printer settings. Terminates PCW
Project Menu
New Creates a new project. A project may be created manually or via a wizard. If created manually only a .PJT file is created to hold basic project information. An existing .C main file may be specified or an empty one may be created. The wizard will allow the user to specify project parameters and when complete a .C, .H and .PJT file are created. Standard source code and constants are generated based on the specified project parameters. (Speed button or File|New Project) This command will bring up a number of fill-in-the-blank forms about your new project. RS232 I/O and 12C characteristics, timer options, interrupts used, A/D options, drivers needed and pin names all may be specified in the forms. When drivers are selected, required pins will be selected by the tool and pins that can be combined will be. Final pins selections may be edited by the user. After all selections are made the initial .c and .h files are created with #defines, #includes and initialization commands required for your project. This is a fast way to start a new project. Once the files are created you cannot return to the menus to make further changes. A .PJT file is specified and the main source file is loaded. A .PJT file is specified and all files used in the project are opened. In order for this function to work the program must have been compiled in order for the include files to become known.
NEW PROJECT
Find Text In Project Searches all files in a project for a given text string. Print All Files All files in the project are printed. In order for this function to work the program must have been compiled in order for the include files to become known. Allows the specification of each directory to be used to search for include files for just this project. This information is saved in the .PJT file. Closes all files associated with the current project.
Include Dirs
Close Project
Edit Menu
Undo Cut Copy Paste Copy from File Paste to File Find Replace Next Find matching } or ) Undoes the last deletion. Moves the selected text from the file to the clipboard. Copies the selected text to the clipboard. Copies the clipboard contents to the cursor location. Copies the contents of a file to the cursor location. Pastes the selected text to a file. Searches for a specified string in the file. Replaces a specified string with a new string. Performs another Find or Replace. The text will be highlighted up to the corresponding } or ). The editor will start counting the open and close curly braces and highlight the closing item when they are balanced. Simply place the cursor before or on the element you need to find a match for and click, and the match will be highlighted. Sets a bookmark (0-9) at the cursor location. Move the cursor to the specified bookmark (0-9). Selects the next open file as the current file for editing. Selects the previous open file as the current file for editing.
Options Menu
Real tabs When selected the editor inserts a tab character (ASCII 9) when the TAB key is pressed. When it is not selected and the TAB key is pressed spaces are inserted up to the next tab position.
C Compiler Reference Manual PCW IDE Tab size Determines the number of characters between tab positions. Tabs allow you to set the number of space equated by a tab and whether or not the tabs are converted to spaces or left as tabs. When selected and the ENTER is pressed the cursor moves to the next line under the first character in the previous line. When not selected the ENTER always moves to the beginning of the next line. When selected the editing keys are WordStar style. WordStar commands will enable additional keystrokes recognized by the editors. See EDITOR for more information. When checked the editor highlights in color C keywords and comments. Allows the selection of what menu items appear as buttons on the toolbar. Selects the editor font. Selects the colors used for syntax highlighting. When selected PCW will always start with the same files open as were open when it last shut down. When not selected PCW always starts with no files open. Allows selection of the output file formats, Allows the specification of the device programmer to be used when the PROGRAM CHIP tool is selected. Allows the specification of each directory to be used to search for include files by default for newly created projects. This has no effect on projects already created (use Project|Include Dirs to change those). Allows the setting of #defines to be used in compiling. This is the same as having some #defines at the top of
Auto indent
WordStar keys
Syntax Highlighting Toolbar Editor Font Editor Colors Recall Open Files
Global Definitions
10
C Compiler Reference Manual PCW IDE your program. This may be used for example to set debugging defines without changing the code.
Compile Options
PCB/PCM (speed button or compile|PCx) This command will compile your program. Use PCB for the 12-bit chips and PCM for the 14-bit chips. PCW Compile Compiles the current project (name is in lower right) using the current compiler (name is on the toolbar). Debug File Options Microchip COD RICE16 MAP COD no _ List Format Options Simple Standard Old Object file extension List file extension Object File Options 8 bit HEX 16 bit HEX Binary Error File Options Standard Original Standard PIC debug file Used only be older RICE16 S/W COD file with no _ in id names A basic format with C code and ASM The MPASM standard format with machine code Older MPASM format The file extension for a HEX file The file extension for a list file 8 Bit Intel HEX file 16 bit Intel HEX file Straight binary (No fuse info) Current Microchip standard Older Microchip standard
View Menu
C/ASM Opens the listing file in the read only mode. The file must have been compiled to view the list file. If open this file will be updated after each compile. The listing file shows each C
11
C Compiler Reference Manual PCW IDE source line and the associated assembly code generated for the line. For Example:
delay_ms(3); 0F2: MOVLW 05 0F3: MOVWF 08 0F4: DESCZ 08,F 0F5: GOTO 0F4 .while input(pin_0)); 0F6: BSF 0B,3
Symbol Map
Opens the symbol file in the read only mode. The file must have been compiled to view the symbol file. If open this file will be updated after each compile. The symbol map shows each register location and what program variables are saved in each location. Displays the RAM memory map for the program last compiled. The map indicates the usage of each RAM location. Some locations have multiple definitions since RAM is reused depending on the current procedure being executed. For Example:
08 09 0A 0B 0C 0D 0E 0E 0E @SCRATCH @SCRATCH TRIS_A TRIS_B MAIN.SCALE MAIN.TIME GET_SCALE.SCALE PUTHEX.N MAIN.@SCRATCH
MAP
Call Tree
Opens the tree file in the read only mode. The file must have been compiled to view the tree file. If open this file will be updated after each compile. The call tree shows each function and what functions it calls along with the ROM and RAM usage for each. A (inline) will appear after inline procedures that begin with @. After the procedure name is a number of the form s/n where s is the page number of the procedure and n is the number is locations of code storage is required. If S is ? then this was the last procedure attempted when the
12
C Compiler Reference Manual PCW IDE compiler ran out of ROM space. RAM=xx indicates the total RAM required for the function. For Example:
Main 0/30 INIT 0/6 WAIT_FOR_HOST 0/23 (Inline) DELAY_US 0/12 SEND_DATA 0/65
Statistics
Opens the stats file in the read only mode. The file must have been compiled to view the stats file. If open this file will be updated after each compile. The statistics file shows each function, the ROM and RAM usage by file, segment and name. This tool will bring up Acrobat Reader with the manufacture data sheet for the selected part. If data sheets were not copied to disk then the CCS CD ROM or a manufacture CD ROM must be inserted. Opens a binary file in the read only mode. The file is shown in HEX and ASCII. Opens a debug file in the read only mode. The file is shown in an interpreted form. Shows a list of all valid keywords for the #fuses directive for this device. Shows a list of all valid keywords for the #int_xxxx directive and enable/disable _interrupts for this device. Click on the left hand side of the status line to GOTO a specific line number.
Data Sheet
Binary file COD Debug file Valid Fuses Valid Interrupts Status Line
Tools Menu
Device Editor This tool allows the essential characteristics for each supported processor to be specified. This tool edits a database used by the compiler to control the compilation. CCS maintains this database (Devices.dat) however users may want to add new devices or change the entries for a device for a special application. Be aware if the database is
13
C Compiler Reference Manual PCW IDE changed and then the software is updated the changes will be lost. Save your DEVICES.DAT file during an update to prevent this. Device selector This tool uses the device database to allow a parametric selection of devices. By selecting key characteristics the tool displays all eligible devices. Compares two files. When source file is selected then a normal line by line compare is done. When list file is selected the compare may be set to ignore RAM and/or ROM addresses to make the comparison more meaningful. For example if an asm line was added at the beginning of the program a normal compare would flag every line as different. By ignoring ROM addresses then only the extra line is flagged as changed. Two output formats are available. One for display and one for files or printing.
File Compare
Numeric Converter A conversion tool to convert between decimal, hex and float. Serial Port Monitor An easy to use tool to connect to a serial port. This tool is convenient to communicate with a target program over an RS232 link. Data is shown in as ASCII characters and as raw hex. Disassembler This tool will take as input a HEX file and will output ASM. The ASM may be in a form that can be used as inline ASM. This command will take a HEX file and generate an assembly file so that selected sections can be extracted and inserted into your C programs as inline assembly. Options will allow the selection of the assembly format. 12 or 14 bit opcodes Address, C, MC ASM labels Hex or Binary Simple, ASM, C numbers Extract Cal Data This tool will take as input a HEX file and will extract the calibration data to a C include file. This may be used to maintain calibration data for a UV erasable part. By including the include file in a program the calibration data will be restored after re-burning the part.
14
C Compiler Reference Manual PCW IDE Program Chip This simply invokes device programmer software with the output file as specified in the Compile\Options window. This command will invoke the device programmer software of your choice. Use the compile options to establish the command line. Invokes MPLAB with the current project. The project is closed so MPLAB may modify the files if needed. When MPLAB is invoked this way PCW stays minimized until MPLAB terminates and then the project is reloaded. These options invoke your WWW browser with the requested CCS Internet page: View recent changes Shows version numbers and changes for the last couple of months. e-mail technical support Starts your e-mail program with CCS technical support as the To: address. Download updates Goes to the CCS download page. Be sure to have your reference number ready. Data Sheets A list of various manufacture data sheets for devices CCS has device drivers for (such as EEPROMs, A/D converters, RTC...)
MPLAB
Internet
Help Menu
About Contents Index Keyword at cursor F12 Shift F12 Shows the version of the IDE and each installed compiler. The help file table of contents. The help file index. Does an index search for the keyword at the cursor location. Just press F1 to use this feature. Bring up help index Bring up editor help
15
16
Editing Commands F4 Ctrl # Shift Ctrl # Ctrl Q # Ctrl K # Ctrl W Ctrl Z Del BkSp Shift BkSp Ins Ctrl Z Shift Ctrl Z Alt BkSp Ctrl Enter Shift Del Ctrl Ins Shift Ins Tab Ctrl Tab Ctrl P ~ Ctrl G Ctrl T Ctrl H Ctrl Y Ctrl Q Y Ctrl Q L Ctrl X Ctrl C Ctrl V Ctrl K R Ctrl K W Ctrl-F Ctrl-R F3
Select next text with matching () or {} Goto bookmark # 0-9 Set bookmark # 0-9 Goto bookmark # 0-9 Set bookmark # 0-9 Scroll up * Scroll down Delete the following character Delete the previous character Delete the previous character Toggle Insert/Overwrite mode ** Undo last operation Redo last undo Restore to original contents Insert new line Cut selected text from file Copy selected text Paste Insert tab or spaces Insert tab or spaces Insert control character ~ in text Delete the following character Delete next word Delete the previous character Delete line Delete to end of line Restore to original contents ** Cut selected text from file ** Copy selected text Paste Read file at cursor location Write selected text to file ** Find text ** Replace text Repeat last find/replace
* Only when WordStar mode selected ** Only when WordStar mode is not selected
17
Project Wizard
The new project wizard makes starting a new project easier. After starting the Wizard you are prompted for the name for your new main c file. This file will be created along with a corresponding .h file. The tabbed notebook that is displayed allows the selection of various project parameters. For example: General Tab -> Select the device and clock speed Communications tab --> Select RS232 ports I/O Pins tab --> Select you own names for the various pins When any tab is selected you may click on the blue square in the lower right and the wizard will show you what code is generated as a result of your selections in that screen. After clicking OK all the code is generated and the files are opened in the PCW editor. This command will bring up a number of fill-in-the-blank forms about your new project. RS232 I/O and 12C characteristics, timer options, interrupts used, A/D options, drivers needed and pin names all may be specified in the forms. When drivers are selected, required pins will be selected by the tool and pins that can be combined will be. Final pins selections may be edited by the user. After all selections are made an initial .c and .h files are created with #defines, #includes and initialization commands require for your project. This is a fast way to start a new project. Once the files are created you cannot return to the menus to make further changes.
18
PRE-PROCESSOR
Pre-Processor Command Summary Standard C Device Specification #DEFINE IS STRING 26 #DEVICE CHIP #ELSE 30 #ID NUMBER #ENDIF 30 #ID "filename" #ERROR 28 #ID CHECKSUM #IF expr 30 #FUSES options #IFDEF id 31 #TYPE type=type #INCLUDE "FILENAME" 32 Built-in Libraries #INCLUDE <FILENAME> 32 #USE DELAY CLOCK #LIST 35 #USE FAST_IO #NOLIST 36 #USE FIXED_IO #PRAGMA cmd 40 #USE I2C #UNDEF id 43 #USE RS232 #USE STANDARD_IO Function Qualifier #INLINE 33 Memory Control #INT_DEFAULT 34 #ASM #INT_GLOBAL 35 #BIT id=const.const #INT_xxx 33 #BIT id=id.const #SEPARATE 42 #BYTE id=const #BYTE id=id Compiler Control #CASE 25 #LOCATE id=const #OPT n 37 #ENDASM #PRIORITY 40 #RESERVE #ORG 37 #ROM #ZERO_RAM Pre-Defined Identifier _ _ DATE_ _ _ _ DEVICE_ _ _ _ PCB _ _ _ _ PCM_ _ _ _ PCH_ _ 27 29 29 29 28 42 43 44 44 45 46 47 20 23 23 24 24 36 20 41 41 48 25 27 39 39 39
19
Pre-Processor Directives
Pre-processor directives all begin with a # and are followed by a specific command. Syntax is dependent on the command. Many commands do not allow other syntactical elements on the remainder of the line. A table of commands and a description is listed on the previous page. Several of the pre-processor directives are extensions to standard C. C provides a pre-processor directive that compilers will accept and ignore or act upon the following data. This implementation will allow any pre-processor directives to begin with #PRAGMA. To be compatible with other compilers, this may be used before non-standard features. Examples: Both of the following are valid
#INLINE #PRAGMA INLINE
#ASM #ENDASM
Syntax: #asm or #asm ASIS code #endasm code is a list of assembly language instructions The lines between the #ASM and #ENDASM are treated as assembly code to be inserted. These may be used anywhere an expression is allowed. The syntax is described on the following page. The predefined variable _RETURN_ may be used to assign a return value to a function from the assembly code. Be aware that any C code after the #ENDASM and before the end of the function may corrupt the value. If the second form is used with ASIS then the compiler will not do any automatic bank switching for variables that can not be accessed from the current bank. The assembly code is used as-is. Without this option the assembly is augmented so variables are always accessed correctly by adding bank switching where needed.
Elements: Purpose:
20
ex_glint.c None
21
12 Bit and 14 Bit ADDWF f,d CLRF f COMF f,d DECFSZ f,d INCFSZ f,d MOVF f,d MOVPLW NOP RRF f,d SWAPF f,d BCF f,b BTFSC f,b ANDLW k CLRWDT IORLW k RETLW k XORLW TRIS k
ANDWF f,d CLRW DECF f,d INCF f,d IORWF f,d MOVPHW MOVWF f RLF f,d SUBWF f,d XORWF f,d BSF f,b BTFSS f,b CALL k GOTO k MOVLW k SLEEP OPTION 14 Bit ADDLW k SUBLW k RETFIE RETURN
f may be a constant (file number) or a simple variable d may be a constant (0 or 1) or W or F f,b may be a file (as above) and a constant (0-7) or it may be just a bit variable reference. k may be a constant expression Note that all expressions and comments are in C like syntax.
22
PIC 18 ADDWF f,d,a CLRF f,a CPFSGT f,a DECFSZ f,d,a INFSNZ f,d,a MOVFF fs, fd NEGF f,a RRCF f,d,a SUBFWB f,d,a SWAPF f,d,a BCF f,b,a BTFSS f,b,a BN n BNOV n BRA n CLRWDT NOP PUSH RETFIE s SLEEP IORLW k MOVLW k SUBLW k TBLRD*+ TBLWT* TBLWT+*
ADDWFC f,d,a COMF f,d,a CPFSLT f,a DCFSNZ f,d,a IORWF f,d,a MOVWF f,a RLCF f,d,a RRNCF f,d,a SUBWF f,d,a TSTFSZ f,a BSF f,b,a BTG f,d,a BNC n BNZ n BZ n DAW NOP RCALL n RETLW k ADDLW k LFSR f,k MULLW k XORLW k TBLRD*TBLWT*+
ANDWF f,d,a CPFSEQ f,a DECF f,d,a INCF f,d,a MOVF f,d,a MULWF f,a RLNCF f,d,a SETF f,a SUBWFB f,d,a XORWF f,d,a BTFSC f,b,a BC n BNN n BOV n CALL n,s GOTO n POP RESET RETURN s ANDLW k MOVLB k RETLW k TBLRD* TBLRD+* TBLWT*-
#BIT
Syntax: Elements: #bit id = x.y id is a valid C identifier, x is a constant or a C variable, y is a constant 0-7. A new C variable (one bit) is created and is placed in memory at byte y and bit x. This is useful to gain access in
Purpose:
23
C Compiler Reference Manual Pre-Processor C directly to a bit in the processors special function register map. It may also be used to easily access a bit of a standard C variable. Examples:
#bit T0IF = 0xb.2 ... T0IF = 0; // Clear Timer 0 interrupt flag int result; #bit result_odd = result.0 ... if (result_odd) ...
#BYTE
Syntax: Elements: Purpose: #byte id = x id is a valid C identifier, x is a C variable or a constant If the id is already known as a C variable then this will locate the variable at address x. In this case the variable type does not change from the original definition. If the id is not know a new C variable is created and placed at address x with the type int (8 bit). Warning: In both cases memory at x is not exclusive to this variable. Other variables may be located at the same location. In fact when x is a variable then id and x share the same memory location. Examples:
#byte #byte status = 3 b_port = 6
24
#CASE
Syntax: Elements: Purpose: #case None Will cause the compiler to be case sensitive. By default the compiler is case insensitive. Warning: Not all the CCS example programs, headers and drivers have been tested with case sensitivity turned on. Examples:
#case int STATUS; void func() { int status; ... STATUS = status; // Copy local status to global }
ex_cust.c None
_ _ DATE_ _
Syntax: Elements: Purpose: _ _ date_ _ None This pre-processor identifier is replaced at compile time with the date of the compile in the form: "30-MAY-01"
25
None None
#DEFINE
Syntax: #define id text or #define id(x,y...) text id is a preprocessor identifier, text is any text, x,y and so on are local preprocessor identifiers, in this form there may be one or more identifiers separated by commas. Used to provide a simple string replacement of the ID with the given text from this point of the program and on. In the second form (a C macro) the local identifiers are matched up with similar identifiers in the text and they are replaced with text passed to the macro where it is used. If the text contains a string of the form #idx then the result upon evaluation will be the parameter id concatenated with the string x. If the text contains a string of the form idx##idy then parameter idx is concatenated with parameter idy forming a new identifier. Examples:
#define BITS 8 a=a+BITS; //same as #define hi(x) (x<<4) a=hi(a); //same as a=a+8;
Elements:
Purpose:
a=(a<<4);
26
#DEVICE
Syntax: Elements: #device chip options chip is the name of a specific processor (like: PIC16C74), To get a current list of supported devices:
START | RUN | CCSC +Q
Options are qualifiers to the standard operation of the device. Valid options are: *=5 Use 5 bit pointers (for 12 bit parts) *=8 Use 8 bit pointers (12 and 14 bit parts) *=16 Use 16 bit pointers (for 14 bit parts) ADC=x Where x is the number of bits read_adc() should return ICD=TRUE Generates code compatible with Microchips ICD debugging hardware. Both chip and options are optional, so multiple #device lines may be used to fully define the device. Be warned however a #device with a chip will clear all previous #device and #fuse settings. Purpose: Examples:
#device #device #device #device PIC16C74 PIC16C67 *=16 *=16 ICD=TRUE PIC16F877 *=16 ADC=10
Defines the target processor. Every program must have exactly one #define with a chip.
_ _DEVICE_ _
Syntax: Elements: _ _ device _ _ None
27
C Compiler Reference Manual Pre-Processor Purpose: This pre-processor identifier is defined by the compiler with the base number of the current device (from a #device). The base number is usually the number after the C in the part number. For example the PIC16C622 has a base number of 622.
#if __device__==71 setup_port_a( ALL_DIGITAL ); #endif
Examples:
None #device
#ERROR
Syntax: Elements: Purpose: #error text text is optional and may be any text Forces the compiler to generate an error at the location this directive appears in the file. The text may include macros that will be expanded for the display. This may be used to see the macro expansion. The command may also be used to alert the user to an invalid compile time situation.
#if BUFFER_SIZE>16 #error Buffer size is too large #endif #error Macro test: min(x,y)
Examples:
ex_psp.c None
#FUSES
Syntax: Elements: #fuse options options vary depending on the device. A list of all valid options has been put at the top of each devices .h file in a
28
C Compiler Reference Manual Pre-Processor comment for reference. The PCW device edit utility can modify a particular devices fuses. The PCW pull down menu VIEW | Valid fuses will show all fuses with their descriptions. Some common options are: LP, XT, HS, RC WDT, NOWDT PROTECT, NOPROTECT PUT, NOPUT (Power Up Timer) BROWNOUT, NOBROWNOUT Purpose: This directive defines what fuses should be set in the part when it is programmed. This directive does not affect the compilation; however, the information is put in the output files. If the fuses need to be in Parallax format, add a PAR option. SWAP has the special function of swapping (from the Microchip standard) the high and low BYTES of nonprogram data in the Hex file. This is required for some device programmers.
#fuses HS,NOWDT
#ID
Syntax: #ID number 16 #ID number, number, number, number #ID "filename" #ID CHECKSUM Number16 is a 16 bit number, number is a 4 bit number, filename is any valid PC filename and checksum is a keyword. This directive defines the ID word to be programmed into the part. This directive does not affect the compilation but the information is put in the output file.
Elements:
Purpose:
29
C Compiler Reference Manual Pre-Processor The first syntax will take a 16-bit number and put one nibble in each of the four ID words in the traditional manner. The second syntax specifies the exact value to be used in each of the four ID words. When a filename is specified the ID is read from the file. The format must be simple text with a CR/LF at the end. The keyword CHECKSUM indicates the device checksum should be saved as the ID. Examples:
#id #id #id 0x1234 "serial.num" CHECKSUM
ex_cust.c None
Elements:
Purpose:
30
C Compiler Reference Manual Pre-Processor The preprocessor expression DEFINED(id) may be used to return 1 if the id is defined and 0 if it is not. Examples:
#if MAX_VALUE > 255 long value; #else int value; #endif
31
C Compiler Reference Manual Pre-Processor #IFDEF checks to see if defined and #IFNDEF checks to see if it is not defined. Examples:
#define debug // Comment line out for no debug ... #ifdef DEBUG printf("debug point a"); #endif
ex_sqw.c #if
#INCLUDE
Syntax: #include <filename> or #include "filename" filename is a valid PC filename. It may include normal drive and path information. Text from the specified file is used at this point of the compilation. If a full path is not specified the compiler will use the list of directories specified for the project to search for the file. If the filename is in "" then the directory with the main source file is searched first. If the filename is in <> then the directory with the main source file s searched last.
#include <16C54.H>
Elements: Purpose:
Examples:
#include <C:\INCLUDES\COMLIB\MYRS232.C>
ex_sqw.c None
32
#INLINE
Syntax: Elements: Purpose: #inline None Tells the compiler that the function immediately following the directive is to be implemented INLINE. This will cause a duplicate copy of the code to be placed everywhere the function is called. This is useful to save stack space and to increase speed. Without this directive the compiler will decide when it is best to make procedures INLINE.
#inline swapbyte(int &a, int &b) { int t; t=a; a=b; b=t; }
Examples:
ex_cust.c #separate
#INT_xxxx
Syntax: #INT_AD #INT_ADOF #INT_BUSCOL #INT_BUTTON #INT_CCP1 #INT_CCP2 #INT_COMP #INT_EEPROM #INT_EXT #INT_EXT1 #INT_EXT2 #INT_I2C #INT_LCD #INT_LOWVOLT #INT_PSP #INT_RB Analog to digital conversion complete Analog to digital conversion timeout Bus collision Pushbutton Capture or Compare on unit 1 Capture or Compare on unit 2 Comparator detect write complete External interrupt External interrupt #1 External interrupt #2 I2C interrupt (only on 14000) activity Low voltage detected Parallel Slave Port data in Port B any change on B4-B7
33
C Compiler Reference Manual Pre-Processor #INT_RC #INT_RDA #INT_RTCC #INT_SSP #INT_TBE #INT_TIMER0 #INT_TIMER1 #INT_TIMER2 #INT_TIMER3 Elements: Purpose: None These directives specify the following function is an interrupt function. Interrupt functions may not have any parameters. Not all directives may be used with all parts. See the devices .h file for all valid interrupts for the part or in PCW use the pull down VIEW | Valid Ints The compiler will generate code to jump to the function when the interrupt is detected. It will generate code to save and restore the machine state, and will clear the interrupt flag. The application program must call ENABLE_INTERRUPTS(INT_xxxx) to initially activate the interrupt along with the ENABLE_INTERRUPTS(GLOBAL) to enable interrupts. Examples:
#int_ad adc_handler() { adc_active=FALSE; }
Port C any change on C4-C7 RS232 receive data available Timer 0 (RTCC) overflow SPI or I2C activity RS232 transmit buffer empty Timer 0 (RTCC) overflow Timer 1 overflow Timer 2 overflow Timer 3 overflow
See ex_sisr.c and ex_stwt.c for full example programs. enable_interrupts(), #int_global disable_interrupts(), #int_default,
#INT_DEFAULT
Syntax: Elements: #int_default None
34
C Compiler Reference Manual Pre-Processor Purpose: The following function will be called if the PIC triggers an interrupt and none of the interrupt flags are set. If an interrupt is flagged, but is not the one triggered, the #INT_DEFAULT function will get called.
#int_default default_isr() { printf("Unexplained interrupt\r\n"); }
Examples:
#INT_GLOBAL
Syntax: Elements: Purpose: #int_global None This directive causes the following function to replace the compiler interrupt dispatcher. The function is normally not required and should be used with great caution. When used, the compiler does not generate start-up code or clean-up code, and does not save the registers.
#int_global isr() { #asm bsf isr_flag retfie #endasm }
Examples:
// Will be located at location 4
ex_glint.c #int_xxxx
#LIST
Syntax: #list
35
None #List begins inserting or resumes inserting source lines into the .LST file after a #NOLIST.
16c74.h #nolist
#LOCATE
Syntax: Elements: Purpose: Examples:
// This will locate the float variable at 50-53 // and C will not use this memory for other // variables automatically located. float x; #locate x=0x50
#locate id=x id is a C variable, x is a constant memory address #LOCATE works like #BYTE however in addition it prevents C from using the area.
#NOLIST
Syntax: Elements: Purpose: Examples: #NOLIST None Stops inserting source lines into the .LST file (until a #LIST)
36
16c74.h #list
#OPT
Syntax: Elements: Purpose: #OPT n n is the optimization level 0-9 The optimization level is set with this directive. The directive applies to the entire program and may appear anywhere in the file. Optimization level 5 will set the level to be the same as the PCB,PCM,PCH stand-alone compilers. The PCW default is 9 for full optimization. This may be used to set a PCW compile to look exactly like a PCM compile for example. It may also be used if an optimization error is suspected to reduce optimization.
#opt 5
#ORG
Syntax: #org start, end or #org segment or #org start, end {} or #org start, end auto=0 start is the first ROM location (word address) to use, end is the last ROM location, segment is the start ROM location from a previous #org
Elements:
37
C Compiler Reference Manual Pre-Processor Purpose: This directive will fix the following function or constant declaration into a specific ROM area. End may be omitted if a segment was previously defined if you only want to add another function to the segment. Follow the ORG with a {} to only reserve the area with nothing inserted by the compiler. The RAM for a ORG'ed function may be reset to low memory so the local variables and scratch variables are placed in low memory. This should only be used if the ORG'ed function will not return to the caller. The RAM used will overlap the RAM of the main program. Add a AUTO=0 at the end of the #ORG line. Examples:
#ORG 0x1E00, 0x1FFF MyFunc() { //This function located at 1E00 } #ORG 0x1E00 Anotherfunc(){ // This will be somewhere 1E00-1F00 } #ORG 0x800, 0x820 {} //Nothing will be at 800-820 #ORG 0x1C00, 0x1C0F CHAR CONST ID[10}= {"123456789"}; //This ID will be at 1C00 //Note some extra code will //proceed the 123456789 #ORG 0x1F00, 0x1FF0 Void loader (){ . . . }
loader.c #rom
38
_ _PCB_ _
Syntax: Elements: Purpose: _ _ pcb _ _ None The PCB compiler defines this pre-processor identifier. It may be used to determine if the PCB compiler is doing the compilation.
#ifdef __pcb__ #device PIC16c54 #endif
Examples:
_ _PCM_ _
Syntax: Elements: Purpose: _ _ pcm _ _ None The PCM compiler defines this pre-processor identifier. It may be used to determine if the PCM compiler is doing the compilation.
#ifdef __pcm__ #device PIC16c71 #endif
Examples:
_ _ PCH _ _
Syntax: Elements: _ _ pch _ _ None
39
C Compiler Reference Manual Pre-Processor Purpose: The PCH compiler defines this pre-processor identifier. It may be used to determine if the PCH compiler is doing the compilation.
#ifdef _ _ PCH _ _ #device PIC18C452 #endif
Examples:
#PRAGMA
Syntax: Elements: Purpose: #pragma cmd cmd is any valid preprocessor directive. This directive is used to maintain compatibility between C compilers. This compiler will accept this directive before any other pre-processor command. In no case does this compiler require this directive.
#pragma device PIC16C54
#PRIORITY
Syntax: Elements: Purpose: #priority ints ints is a list of one or more interrupts separated by commas. The priority directive may be used to set the interrupt priority. The highest priority items are first in the list. If an interrupt is active it is never interrupted. If two interrupts occur at around the same time then the higher one in this list will be serviced first.
40
None #int_xxxx
#RESERVE
Syntax: #reserve address or #reserve address, address, address or #reserve start:end address is a ROM address, start is the first address and end is the last address This directive allows RAM locations to be reserved from use by the compiler. #RESERVE must appear after the #DEVICE otherwise it will have no effect.
#DEVICE PIC16C74 #RESERVE 0x60:0X6f
Elements: Purpose:
Examples:
ex_cust.c #org
#ROM
Syntax: Elements: Purpose: #rom address = {list}; address is a ROM word address, list is a list of words separated by commas Allows the insertion of data into the .HEX file. In particular, this may be used to program the '84 data EEPROM, as shown in the following example.
41
C Compiler Reference Manual Pre-Processor Note that this directive does not prevent the ROM area from being used. See #ORG to reserve ROM. Examples:
#rom 0x2100={1,2,3,4,5,6,7,8}
None #org
#SEPARATE
Syntax: Elements: Purpose: #separate None Tells the compiler that the procedure IMMEDIATELY following the directive is to be implemented SEPARATELY. This is useful to prevent the compiler from automatically making a procedure INLINE. This will save ROM space but it does use more stack space. The compiler will make all procedures marked SEPARATE, separate, as requested, even if there is not enough stack space to execute.
#separate swapbyte (int *a, int *b) { int t; t=*a; *a=*b; *b=t; }
Examples:
ex_cust.c #inline
#TYPE
Syntax: Purpose: #type standard-type=size By default the compiler treats SHORT as one bit, INT as 8 bits and LONG as 16 bits. The traditional C convention is to have INT defined as the most efficient size for the target
42
C Compiler Reference Manual Pre-Processor processor. This is why it is 8 bits on the PIC. In order to help with code compatibility a #TYPE directive may be used to will allow these types to be changed. #TYPE can redefine these keywords. Note that the commas are optional. Since #TYPE may render some sizes inaccessible (like a one bit int in the above) four keywords representing the four ints may always be used: INT1, INT8, INT16 and INT32. Be warned CCS example programs and include files may not work right if you use #TYPE in your program. Examples:
#TYPE SHORT=8, INT=16, LONG=32
ex_cust.c None
#UNDEF
Syntax: Elements: Purpose: Examples:
#if MAXSIZE<100 #undef MAXSIZE #define MAXSIZE 100 #endif
#undef id id is a pre-processor id defined via #define The specified pre-processor ID will no longer have meaning to the pre-processor.
None #define
#USE DELAY
Syntax: #use delay (clock=speed) or #use delay(clock=speed, restart_wdt)
43
C Compiler Reference Manual Pre-Processor Elements: Purpose: speed is a constant 1-100000000 (1 hz to 100 mhz) Tells the compiler the speed of the processor and enables the use of the built-in functions: delay_ms() and delay_us(). Speed is in cycles per second. An optional restart_WDT may be used to cause the compiler to restart the WDT while delaying.
#use delay (clock=20000000) #use delay (clock=32000, RESTART_WDT)
Examples:
#USE FAST_IO
Syntax: Elements: Purpose: #use fast_io (port) port is A-G Affects how the compiler will generate code for input and output instructions that follow. This directive takes effect until another #use xxxx_IO directive is encountered. The fast method of doing I/O will cause the compiler to perform I/O without programming of the direction register. The user must ensure the direction register is set correctly via set_tris_X().
#use fast_io(A)
Examples: Example Files: Also See: ex_cust.c #use fixed_io, #use standard_io, set_tris_X()
#USE FIXED_IO
Syntax: Elements: #use fixed_io (port_outputs=pin, pin?) port is A-G, pin is one of the pin constants defined in the devices .h file.
44
C Compiler Reference Manual Pre-Processor Purpose: This directive affects how the compiler will generate code for input and output instructions that follow. This directive takes effect until another #use xxx_IO directive is encountered. The fixed method of doing I/O will cause the compiler to generate code to make an I/O pin either input or output every time it is used. The pins are programmed according to the information in this directive (not the operations actually performed). This saves a byte of RAM used in standard I/O.
#use fixed_io(a_outputs=PIN_A2, PIN_A3)
Examples: Example Files: Also See: None #use fast_io, #use standard_io
#USE I2C
Syntax: Elements: #use i2c (options) Options are separated by commas and may be: MASTER Set the master mode SLAVE Set the slave mode SCL=pin Specifies the SCL pin (pin is a bit address) SDA=pin Specifies the SDA pin ADDRESS=nn Specifies the slave mode address FAST Use the fast I2C specification SLOW Use the slow I2C specification RESTART_WDT Restart the WDT while waiting in I2C_READ NOFORCE_SW Use hardware I2C functions. The I2C library contains functions to implement an I2C bus. The #USE I2C remains in effect for the I2C_START, I2C_STOP, I2C_READ, I2C_WRITE and I2C_POLL functions until another USE I2C is encountered. Software functions are generated unless the NOFORCE_SW is specified. The SLAVE mode should only be used with the built-in SSP.
Purpose:
Examples:
45
#USE RS232
Syntax: Elements: #use rs232 (options) Options are separated by commas and may be: BAUD=x Set baud rate to x XMIT=pin Set transmit pin RCV=pin Set receive pin RESTART_WDT Will cause GETC() to clear the WDT as it waits for a character. INVERT Invert the polarity of the serial pins (normally not needed when level converter, such as the AX232). May not be used with the internal SCI. PARITY=X Where x is N, E, or O. BITS =X Where x is 5-9 (5-7 may not be used with the SCI). FLOAT_HIGH The line is not driven high. This is used for open collector outputs. ERRORS Used to cause the compiler to keep receive errors in the variable RS232_ERRORS and to reset errors when they occur. FLOAT_HIGH The line is not driven high. This is used for open collector outputs. BRGH1OK Allow bad baud rates on chips that have baud rate problems. ENABLE=pin The specified pin will be high during transmit. This may be used to enable 485 transmit. This directive tells the compiler the baud rate and pins used for serial I/O. This directive takes effect until another RS232 directive is encountered. The #USE DELAY directive
Purpose:
46
C Compiler Reference Manual Pre-Processor must appear before this directive can be used. This directive enables use of built-in functions such as GETC, PUTC, and PRINTF. When using parts with built-in SCI and the SCI pins are specified, the SCI will be used. If a baud rate cannot be achieved within 3% of the desired value using the current clock rate, an error will be generated. The definition of the RS232_ERRORS is as follows: No UART: Bit 7 is 9th bit for 9 bit data mode (get and put). Bit 6 set to one indicates a put failed in float high mode. With a UART: Used only by get: Copy of RCSTA register except: Bit 0 is used to indicate a parity error. Examples:
#use rs232(baud=9600, xmit=PIN_A2,rcv=PIN_A3)
#USE STANDARD_IO
Syntax: Elements: Purpose: #USE STANDARD_IO (port) port may be A-G This directive affects how the compiler will generate code for input and output instructions that follow. This directive takes effect until another #use xxx_io directive is encountered. The standard method of doing I/O will cause the compiler to generate code to make an I/O pin either input or output every time it is used. On the 5X processors this requires one byte of RAM for every port set to standard I/O. Standard_io is the default I/O method for all ports.
47
#ZERO_RAM
Syntax: Purpose: Examples:
#zero_ram void main() { }
#zero_ram This directive zero's out all of the internal registers that may be used to hold variables before program execution begins.
ex_cust.c None
48
DATA DEFINITIONS
Data Types
The following tables show the syntax for data definitions. If the keyword TYPEDEF is used before the definition then the identifier does not allocate space but rather may be used as a type specifier in other data definitions. If the keyword CONST is used before the identifier, the identifier is treated as a constant. Constants must have an initializer and may not be changed at runtime. Pointers to constants are not permitted. SHORT is a special type used to generate very efficient code for bit operations and I/O. Arrays of SHORT and pointers to SHORT are not permitted. Note: [ ] in the following tables indicate an optional item. Data Declaration [type-qualifier] [type-specifier] [declarator]; [id] { [ id [ = cexpr] } enum ^ | One or more comma separated { [ type-qualifier [ [*] id cexpr [ cexpr ] ]]} struct [id] or ^ ^ | | Union One or more Zero or more semi-colon separated typedef [type-qualifier] [type-specifier] [declarator]; Type Qualifer Variable is globally active and initialized to 0 static Variable exists only while the procedure is active auto This is the default and AUTO need not be used. Is allowed as a qualifier however, has no effect. extern Is allowed as a qualifier however, has no effect. register
49
Type-Specifier Defines a 1 bit number int1 Defines an 8 bit number int8 Defines a 16 bit number int16 Defines a 32 bit number int32 Defines a 8 bit character char Defines a 32 bit floating point number float By default the same as int1 short By default the same as int8 int By default the same as int16 long Is a reserved word but is not a supported data type. double Indicates no specific type void All types, except float, by default are unsigned; however, maybe preceded by unsigned or signed. Short and long may have the keyword INT following them with no effect. Also see #TYPE. declarator [const]
[*]
[= init]
The id after ENUM is created as a type large enough to the largest constant in the list. The ids in the list are each created as a constant. By default the first id is set to zero and they increment by one. If a =cepr follows an id that id will have the value of the constant expression and the following list will increment by one. The :cexpr after an id in a struct or union specifies the number of bits to use for the id. This number may be 1-8. Multiple [] may be used for multiple dimension arrays. Structures and unions may be nested. The id after STRUCT may be used in another STRUCT and the {} is not used to reuse the same structure form again. Examples:
int a,b,c,d; typedef int byte; typedef short bit;
50
51
FUNCTION DEFINITION
Function Definition
The format of a function definition is as follows: [ qualifier ] id ( [type-specifier id ] ) ^ ^ | | Optional See Below Zero or more comma separated. See Data Types The qualifiers for a function are as follows: VOID type-specifier #separate #inline #int_.. When one of the above are used and the function has a prototype (forward declaration of the function before it is defined) you must include the qualifier on both the prototype and function definition. A (non-standard) feature has been added to the compiler to help get around the problems created by the fact that pointers cannot be created to constant strings. A function that has one CHAR parameter will accept a constant string where it is called. The compiler will generate a loop that will call the function once for each character in the string. Example:
void lcd_putc(char c ) { ... } lcd_putc ("Hi There.");
52
Reference Parameters
The compiler has limited support for reference parameters. This increases the readability of code and the efficiency of some inline procedures. The following two procedures are the same. The one with reference parameters will be implemented with greater efficiency when it is inline.
funct_a(int*x,int*y){ /*Traditional*/ if(*x!=5) *y=*x+3; } funct_a(&a,&b);
53
Comment
A comment may appear anywhere within a file except within a quoted string. Characters between the /* and */ are ignored. Characters after a // up to the end of a line are also ignored.
54
Statements
STATEMENT if (expr) stmt; [else stmt;] EXAMPLE
if (x==25) x=1; else x=x+1; while (get_rtcc()!=0) putc(n); do { putc(c=getc()); } while (c!=0); for (i=1;i<=10;++i) printf(%u\r\n,i); switch (cmd) { case 0: printf(cmd 0); break; case 1: printf(cmd 1); break; default: printf(bad cmd); break; } return (5); goto loop; loop: I++; break; continue; i=1; ; {a=1; b=1;}
while (expr) stmt; do stmt while (expr); for (expr1;expr2;expr3) stmt; switch (expr) { case cexpr: stmt; //one or more case [default:stmt] ... }
return [expr]; goto label; label: stmt; break; continue; expr; ; {[stmt]} ^ | Zero or more semicolon separated Note: Items in [ ] are optional
55
Expressions
Constants: 123 0123 0x123 0b010010 'x' '\010' '\xA5 '\c'
Decimal Octal Hex Binary Character Octal Character Hex Character Special Character. Where \c is one of: \n Line Feed- Same as \x0a \r Return Fee - Same as \x0d \t TAB- Same as \x09 \b Backspace- Same as \x08 \f Form Feed- Same as x0c \a Bell- Same as \x07 \v Vertical Space- Same as \x0b \? Question Mark- Same as \x3f \ Single Quote- Same as \x60 \ Double Quote- Same as \x22 \\ A Single Backslash- Same as \x5c String (null is added to the end)
Up to 32 characters beginning with a non-numeric. Valid characters are A-Z, 0-9 and _ (underscore). Single Subscript Multiple Subscripts Structure or union reference (First ID is a variable) Structure or union reference (First ID is a pointer to variable)
56
Operators
+ += &= & & ^= ^ l= l ?: -/= / == > >= ++ * != <<= < << <= && ! ll %= % *= * ~ >>= >> -> -= sizeof Addition Operator Addition assignment operator, x+=y, is the same as x=x+y Bitwise and assignment operator, x&=y, is the same as x=x&y Address operator Bitwise and operator Bitwise exclusive or assignment operator, x^=y, is the same as x=x^y Bitwise exclusive or operator Bitwise inclusive or assignment operator, xl=y, is the same as x=xly Bitwise inclusive or operator Conditional Expression operator Decrement Division assignment operator, x\=y, is the same as x=x/y Division operator Equality Greater than operator Greater than or equal to operator Increment Indirection operator Inequality Left shift assignment operator, x<<=y, is the same as x=x<<y Less than operator Left Shift operator Less than or equal to operator Logical AND operator Logical negation operator Logical OR operator Modules assignment operator x%=y, is the same as x=x%y Modules operator Multiplication assignment operator, x*=y, is the same as x=x*y Multiplication operator One's complement operator Right shift assignment, x>>=y, is the same as x=x>>y Right shift operator Structure Pointer operation Subtraction assignment operator Subtraction operator Determines size in bytes of operand
57
Operator Precedence
In descending precedence (expr) !expr ~expr (type)expr *expr expr*expr expr/expr expr+expr expr-expr expr<<expr expr>>expr expr<expr expr<=expr expr==expr expr!=expr expr&expr expr^expr expr | expr expr&& expr expr || expr !value ? expr: expr value = expr value+=expr value*=expr value/=expr value>>=expr value<<=expr value^=expr value|=expr
expr++ sizeof(type)
- -expr
expr- -
expr>expr
expr>=expr
58
BUILT-IN FUNCTIONS
Built-In Function List By Category RS232 I/O Parallel Slave I/O getc() 72 setup_psp() putc() 94 psp_input_full() gets() 73 psp_output_full() puts() 95 psp_overflow() printf() 92 Delays kbhit() 80 delay_us() set_uart_speed() 106 delay_ms() delay_cycles() I2C I/O i2c_start() 75 Processor Controls i2c_stop() 75 sleep() i2C_read 74 reset_cpu() i2c_write() 76 restart_cause() i2c_poll() 73 disable_interrupts() enable_interrupts() Discrete I/O output_low() 89 ext_int_edge() output_high() 89 read_bank() output_float() 88 write_bank() output_bit() 87 Bit/Byte Manipulation input() 77 shift_right() output_X() 90 shift_left() input_X() 77 rotate_right() port_b_pullups() 91 rotate_left() set_tris_X() 105 bit_clear() bit_set() SPI two wire I/O setup_spi() 112 bit_test() spi_read() 122 swap() spi_write() 122 make8() spi_data_is_in() 121 make16() make32() Capture/Compare/PWM setup_ccpX() set_pwmX_duty() 112 93 93 93 67 66 66 120 99 99 68 69 70 96 128 119 118 102 101 63 63 64 127 84 85 85 108 103
59
Built-In Function List By Category Continued Timers Standard C Char setup_timer_X() 113 atoi() set_timer_X() 104 atoi32() get_timer_X() 71 atol() setup_counters() 110 atof() setup_wdt() 117 tolower() restart_wdt() 100 toupper() isalnum() A/D Conversion setup_adc_ports() 107 isalpha() setup_adc() 107 isamoung() set_adc_channel() 107 isdigit() read_adc() 95 islower() isspace() Analog Compare setup_comparator() 109 isupper() isxdigit() Internal EEPROM read_eeprom() 98 strlen() write_eeprom() 129 strcpy() read_program_eeprom() 98 strncpy() write_program_eeprom() 130 strcmp() read_calibration() 97 stricmp() strncmp() Standard C Math abs() 61 strcat() acos() 61 strstr() asin() 61 strchr() atan() 61 strrchr() ceil() 65 strtok() cos() 66 strspn() exp() 69 strcspn() floor() 70 strpbrk() labs() 81 strlwr() log() 83 Standard C memory log10() 83 memset() pow() 91 memcpy() sin() 120 Voltage Ref sqrt() 123 setup_vref() tan() 120
62 62 62 61 128 128 79 79 78 79 79 79 79 79 124 126 124 124 124 124 124 124 124 124 124 124 124 124 124 87 86 116
60
ABS( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
signed int target,actual; ... error = abs(target-actual);
value = abs(x) x is a signed 8, 16, or 32 bit int or a float. Same type as the parameter. Computes the absolute value of a number. All devices #include <stdlib.h>
None labs()
ACOS( )
See: SIN()
ASIN( )
See: SIN()
ATAN( )
See: SIN()
ATOF
Syntax: Parameters: Returns: result = atof(string) string is a pointer to a null terminated string of characters. result is a 32 bit floating point number.
61
C Compiler Reference Manual Built-In Functions Function: Converts the string passed to the function into a floating point representation. If the result cannot be represented, the behavior is undefined. All devices #include <stdlib.h>
char string [10]; float x; strcpy (string, 123.456); x = atof(string) // x is now 123.456
Parameters: Returns:
Function:
Availability: Requires:
62
input.c printf()
BIT_CLEAR( )
Syntax: Parameters: bit_clear(var,bit) var may be a 8,16 or 32 bit variable (any lvalue) bit is a number 0-31 representing a bit number, 0 is the least significant bit. undefined Simply clears the specified bit (0-7, 0-15 or 0-31) in the given variable. The least significant bit is 0. This function is the same as: var &= ~(1<<bit); All devices None
int x; x=5; bit_clear(x,2); // x is now 1 bit_clear(*11,7); // A crude way to disable ints
Returns: Function:
BIT_SET( )
63
C Compiler Reference Manual Built-In Functions Syntax: Parameters: bit_set(var,bit) var may be a 8,16 or 32 bit variable (any lvalue) bit is a number 0-31 representing a bit number, 0 is the least significant bit. undefined Sets the specified bit (0-7, 0-15 or 0-31) in the given variable. The least significant bit is 0. This function is the same as: var |= (1<<bit); All devices Nothing
int x; x=5; bit_set(x,3); // x is now 13 bit_set(*6,1); // A crude way to set pin B1 high
Returns: Function:
BIT_TEST( )
Syntax: Parameters: value = bit_test (var,bit) var may be a 8,16 or 32 bit variable (any lvalue) bit is a number 0-31 representing a bit number, 0 is the least significant bit. 0 or 1 Tests the specified bit (0-7,0-15 or 0-31) in the given variable. The least significant bit is 0. This function is much more efficient than, but otherwise the same as: ((var & (1<<bit)) != 0)
Returns: Function:
64
CEIL( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
// Calculate cost based on weight rounded // up to the next pound cost = ceil( weight ) * DollarsPerPound;
result = ceil (value) value is a float A float Computes the smallest integral value greater than the argument. Float(12.67) is 13.00. All devices #include <math.h>
None floor()
65
COS( )
See: SIN()
DELAY_CYCLES( )
Syntax: Parameters: Returns: Function: delay_cycles (count) count - a constant or variable 1-255 undefined Creates code to perform a delay of the specified number of instruction clocks (1-255). An instruction clock is equal to four oscillator clocks. All devices Nothing
delay_cycles( 1 ); delay_cycles(25); // Same as a NOP // At 20 mhz a 5us delay
DELAY_MS( )
Syntax: Parameters: Returns: Function: delay_ms (time) time - a variable 0-255 or a constant 0-65535 undefined This function will create code to perform a delay of the specified length. Time is specified in milliseconds. This function works by executing a precise number of instructions to cause the requested delay. It does not use any timers. If interrupts are enabled the time spent in an interrupt routine is not counted toward the time.
66
DELAY_US( )
Syntax: Parameters: Returns: Function: delay_us (time) time - a variable 0-255 or a constant 0-65535 undefined Creates code to perform a delay of the specified length. Time is specified in microseconds. Shorter delays will be INLINE code and longer delays and variable delays are calls to a function. This function works by executing a precise number of instructions to cause the requested delay. It does not use any timers. If interrupts are enabled the time spent in an interrupt routine is not counted toward the time. All devices #use delay
#use delay(clock=20000000) do { output_high(PIN_B0);
67
DISABLE_INTERRUPTS( )
Syntax: Parameters: Returns: Function: disable_interrupts (level) level - a constant defined in the devices .h file undefined Disables the interrupt at the given level. The GLOBAL level will not disable any of the specific interrupts but will prevent any of the specific interrupts, previously enabled to be active. Valid specific levels are the same as are used in #INT_xxx and are listed in the devices .h file. GLOBAL will also disable the peripheral interrupts on devices that have it. Note that it is not necessary to disable interrupts inside an interrupt service routine since interrupts are automatically disabled. Device with interrupts (PCM and PCH) Should have a #INT_xxxx, Constants are defined in the devices .h file.
disable_interrupts(GLOBAL); disable_interrupts(INT_RDA); // all interrupts OFF // RS232 OFF
enable_interrupts(ADC_DONE); enable_interrupts(RB_CHANGE); // these enable the interrupts // but since the GLOBAL is disabled they are not // activated until the following statement: enable_interrupts(GLOBAL);
Example Files:
ex_sisr.c, ex_stwt.c
68
ENABLE_INTERRUPTS( )
Syntax: Parameters: Returns: Function: enable_interrupts (level) level - a constant defined in the devices .h file undefined Enables the interrupt at the given level. An interrupt procedure should have been defined for the indicated interrupt. The GLOBAL level will not enable any of the specific interrupts but will allow any of the specific interrupts previously enabled to become active. Device with interrupts (PCM and PCH) Should have a #INT_xxxx, Constants are defined in the devices .h file.
enable_interrupts(GLOBAL); enable_interrupts(INT_TIMER0); enable_interrupts(INT_TIMER1);
EXP( )
Syntax: Parameters: Returns: Function: result = exp (value) value is a float A float Computes the exponential function of the argument. This is e to the power of fvalue where e is the base of natural logarithms. exp(1) is 2.7182818. All devices.
Availability:
69
EXT_INT_EDGE( )
Syntax: Parameters: ext_int_edge (source, edge) source is a constant 0,1 or 2 for the PIC18 and 0 otherwise source is optional and defaults to 0 edge is a constant H_TO_L or L_TO_H representing "high to low" and "low to high" undefined Determines when the external interrupt is acted upon. The edge may be L_TO_H or H_TO_L to specify the rising or falling edge. Only devices with interrupts (PCM and PCH) Constants are in the devices .h file
ext_int_edge( 2, L_TO_H); // Set up PIC18 EXT2 ext_int_edge( H_TO_L ); // Sets up EXT
Returns: Function:
FLOOR( )
Syntax: result = floor (value)
70
C Compiler Reference Manual Built-In Functions Parameters: Returns: Function: Availability: Requires: Examples:
// Find the fractional part of a value frac = value - floor(value);
value is a float A float Computes the greatest integral value not greater than the argument. Floor(12.67) is 12.00. All devices MATH.H must be included.
None ceil()
GET_TIMERx()
Syntax: value=get_timer0() Same as: value=get_timer1() value=get_timer2() value=get_timer3() None Timers 1 and 3 return a 16 bit int. Timer 2 returns a 8 bit int. Timer 0 (AKA RTCC) returns a 8 bit int except on the PIC18 where it returns a 16 bit int. Returns the count value of a real time clock/counter. RTCC and Timer0 are the same. All timers count up. When a timer reaches the maximum value it will flip over to 0 and continue counting (254, 255, 0, 1, 2...). Timer 0 - All devices Timers 1,2 - Most but not all PCM devices Timer 3 - Only PIC18 value=get_rtcc()
Parameters: Returns:
Function:
Availability:
71
Nothing
72
GETS( )
Syntax: Parameters: Returns: Function: gets (string) string is a pointer to a array of characters. undefined Reads characters (using GETC()) into the string until a RETURN (value 13) is encountered. The string is terminated with a 0. Note that INPUT.C has a more versatile GET_STRING function. All devices #use rs232
char string[30]; printf("Password: "); gets(string); if(strcmp(string,password)) printf("OK");
I2C_POLL( )
Syntax: Parameters: Returns: Function: i2c_poll() None 1 (TRUE) or 0 (FALSE) The I2C_POLL() function should only be used when the built-in SSP is used. This function returns TRUE if the hardware has a received byte in the buffer. When a TRUE is returned, a call to I2C_READ() will immediately return the byte that was received. Devices with built in I2C 73
Availability:
#use i2c
I2C_READ()
Syntax: data = i2c_read(); or data = i2c_read(ack); ack -Optional, defaults to 1. 0 indicates do not ack. 1 indicates to ack. data - 8 bit int Reads a byte over the I2C interface. In master mode this function will generate the clock and in slave mode it will wait for the clock. There is no timeout for the slave, use I2C_POLL to prevent a lockup. Use RESTART_WDT in the #USE I2C to strobe the watch-dog timer in the slave mode while waiting. A #use i2c
i2c_start(); i2c_write(0xa1); data1 = i2c_read(); data2 = i2c_read(); i2c_stop();
Parameters:
Returns: Function:
Requires: Examples:
74
C Compiler Reference Manual Built-In Functions Example Files: See Also: ex_extee.c with 2416.C i2c_start, i2c_write, i2c_stop, i2c_poll
I2C_START()
Syntax: Parameters: Returns: Function: i2c_start() None undefined Issues a start condition when in the I2C master mode. After the start condition the clock is held low until I2C_WRITE() is called. If another I2C_start is called in the same function before an i2c_stop is called then a special restart condition is issued. Note that specific I2C protocol depends on the slave device. All devices. #use i2c
i2c_start(); i2c_write(0xa0); i2c_write(address); i2c_start(); i2c_write(0xa1); data=i2c_read(0); i2c_stop();
// // // // //
Device address Data to device Restart To change data direction Now read from slave
I2C_STOP()
Syntax: Parameters: Returns: i2c_stop() None undefined
75
Issues a stop condition when in the I2C is in master mode. All devices #use i2c
I2C_WRITE( )
Syntax: Parameters: Returns: Function: i2c_write (data) data is an 8 bit int This function returns the ACK Bit. 0 means ACK, 1 means NO ACK. Sends a single byte over the I2C interface. In master mode this function will generate a clock with the data and in slave mode it will wait for the clock from the master. No automatic timeout is provided in this function. This function returns the ACK bit. The LSB of the first write after a start determines the direction of data transfer (0 is master to slave). Note that specific I2C protocol depends on the slave device. All devices #use i2c
long cmd; ... i2c_start(); i2c_write(0xa0); i2c_write(cmd);
76
INPUT( )
Syntax: Parameters: value = input (pin) Pin to read. Pins are defined in the devices .h file. The actual value is a bit address. For example, port a (byte 5) bit 3 would have a value of 5*8+3 or 43. This is defined as follows: #define PIN_A3 43 0 (or FALSE) if the pin is low, 1 (or TRUE) if the pin is high This function returns the state of the indicated pin. The method of I/O is dependent on the last USE *_IO directive. By default with standard I/O before the input is done the data direction is set to input. All devices Pin constants are defined in the devices .h file
while ( !input(PIN_B1) ); // waits for B1 to go high if( input(PIN_A0) ) printf("A0 is now high\r\n");
Returns: Function:
INPUT_x()
Syntax: value = input_a() value = input_b() value = input_c() value = input_d()
77
C Compiler Reference Manual Built-In Functions value = input_e() Parameters: Returns: Function: None An 8 bit int representing the port input data. Inputs an entire byte from a port. The direction register is changed in accordance with the last specified #USE *_IO directive. By default with standard I/O before the input is done the data direction is set to input. All devices Nothing
data = input_b();
ISAMOUNG( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
char x; ... if( isamoung( x, "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ") )
result = isamoung (value, cstring) value is a character cstring is a constant string 0 (or FALSE) if value is not in cstring 1 (or TRUE) if value is in cstring Returns TRUE if a character is one of the characters in a constant string. All devices Nothing
78
79
ex_str.c isamoung()
KBHIT()
Syntax: Parameters: Returns: Function: value = kbhit() None 0 (or FALSE) if getc() will need to wait for a character to come in, 1 (or TRUE) if a character is ready for getc() If the RS232 is under software control this function returns TRUE if the start bit of a character is being sent on the RS232 RCV pin. If the RS232 is hardware this function returns TRUE is a character has been received and is waiting in the hardware buffer for getc() to read. This function may be used to poll for data without stopping and waiting for the data to appear. Note that in the case of software RS232 this function should be called at least 10 times the bit rate to ensure incoming data is not lost. All devices #use rs232
char timed_getc() { long timeout; timeout_error=FALSE; timeout=0;
80
LABS( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
if( labs( target_value - actual_value ) > 500 ) printf("Error is over 500 points\r\n");
result = labs (value) value is a 16 bit signed long int A 16 bit signed long int Computes the absolute value of a long integer. All devices. STDLIB.H must be included.
None abs()
LCD_LOAD( )
Syntax: Parameters: lcd_load (buffer_pointer, offset, length); buffer_pointer points to the user data to send to the LCD, offset is the offset into the LCD segment memory to write the data, length is the number of bytes to transfer.
81
C Compiler Reference Manual Built-In Functions Returns: Function: undefined Will load length bytes from buffer_pointer into the 923/924 LCD segment data area beginning at offset (0-15). lcd_symbol provides an easier way to write data to the segment memory. This function is only available on devices with LCD drive hardware. Constants are defined in the devices .h file.
lcd_load(buffer, 0, 16);
LCD_SYMBOL( )
Syntax: Parameters: lcd_symbol (symbol, b7_addr, b6_addr, b5_addr, b4_addr, b3_addr, b2_addr, b1_addr, b0_addr); symbol is a 8 bit constant. bX_addr is a bit address representing the segment location to be used for bit X of symbol. undefined Loads 8 bits into the segment data area for the LCD with each bit address specified. If bit 7 in symbol is set the segment at B7_addr is set, otherwise it is cleared. The same is true of all other bits in symbol. The B7_addr is a bit address into the LCD RAM. This function is only available on devices with LCD drive hardware. Constants are defined in the devices .h file.
byte CONST DIGIT_MAP[10]=
Returns: Function:
82
LOG( )
Syntax: Parameters: Returns: Function: result = log (value) value is a float A float Computes the natural logarithm of the float x. If the argument is less than or equal to zero or too large, the behavior is undefined. All devices MATH.H must be included.
lnx = log(x);
LOG10( )
Syntax: Parameters: result = log10 (value) value is a float
83
C Compiler Reference Manual Built-In Functions Returns: Function: A float Computes the base-ten logarithm of the float x. If the argument is less than or equal to zero or too large, the behavior is undefined. Al devices #include <math.h>
db = log10( read_adc()*(5.0/255) )*10;
MAKE8()
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
int32 x; int y; y = make8(x,3); // Gets MSB of x
i8 = MAKE8(var,offset) var is a 16 or 32 bit integer. offset is a byte offset of 0,1,2 or 3. An 8 bit integer Extracts the byte at offset from var. Same as: i8 = (((var >> (offset*8)) & 0xff) except it is done with a single byte move. All devices Nothing
84
MAKE16()
Syntax: Parameters: Returns: Function: i16 = MAKE16(varhigh,varlow) varhigh and varlow are 8 bit integers. A 16 bit integer Makes a 16 bit number out of two 8 bit numbers. If either parameter is 16 or 32 bits only the lsb is used. Same as: i16 = (int16)(varhigh&0xff)*0x100+(varlow&0xff) except it is done with two byte moves. All devices Nothing
long x; int hi,lo; x = make16(hi,lo);
MAKE32()
Syntax: Parameters: Returns: Function: i32 = MAKE32(var1,var2,var3,var4) var1-4 are a 8 or 16 bit integers. var2-4 are optional. A 32 bit integer Makes a 32 bit number out of any combination of 8 and 16 bit numbers. Note that the number of parameters may be 1 to 4. The msb is first. If the total bits provided is less than 32 then zeros are added at the msb. All devices Nothing
Availability: Requires:
85
x = make32(y,y,z);
MEMCPY( )
Syntax: Parameters: memcpy (destination, source, n) destination is a pointer to the destination memory, source is a pointer to the source memory, n is the number of bytes to transfer undefined Copies n bytes from source to destination in RAM. Be aware that array names are pointers where other variable names and structure names are not (and therefore need a & before them). All devices. Nothing
memcpy(&structA,&structB,sizeof (structA)); memcpy(arrayA,arrayB,sizeof (arrayA)); memcpy(&structA, &databyte, 1);
Returns: Function:
86
MEMSET( )
Syntax: Parameters: Returns: Function: memset (destination, value, n) destination is a pointer to memory, value is a 8 bit int, n is a 8 bit int. undefined Sets n bytes of memory at destination with the value. Be aware that array names are pointers where other variable names and structure names are not (and therefore need a & before them). All devices Nothing
memset(arrayA, 0, sizeof(arrayA)); memset(arrayB, '?', sizeof(arrayB)); memset(&structA, 0xFF, sizeof (structA));
None memcpy()
OUTPUT_BIT( )
Syntax: Parameters: output_bit (pin, value) Pins are defined in the devices .h file. The actual number is a bit address. For example, port a (byte 5) bit 3 would have a value of 5*8+3 or 43. This is defined as follows: #define PIN_A3 43. Value is a 1 or a 0. undefined Outputs the specified value (0 or 1) to the specified I/O pin. The method of setting the direction register is determined by the last #USE *_IO directive.
Returns: Function:
87
ex_extee.c with 9356.c input(), output_low(), output_x(), #use xxxx_io output_high(), output_float(),
OUTPUT_FLOAT( )
Syntax: Parameters: output_float (pin) Pins are defined in the devices .h file. The actual value is a bit address. For example, port a (byte 5) bit 3 would have a value of 5*8+3 or 43. This is defined as follows: #define PIN_A3 43 undefined Sets the specified pin to the input mode. This will allow the pin to float high to represent a high on an open collector type of connection. All devices Pin constants are defined in the devices .h file
if( (data & 0x80)==0 ) output_low(pin_A0);
Returns: Function:
88
OUTPUT_HIGH( )
Syntax: Parameters: output_high (pin) Pin to read. Pins are defined in the devices .h file. The actual value is a bit address. For example, port a (byte 5) bit 3 would have a value of 5*8+3 or 43. This is defined as follows: #define PIN_A3 43 undefined Sets a given pin to the high state. The method of I/O used is dependent on the last USE *_IO directive. All devices Pin constants are defined in the devices .h file
output_high(PIN_A0);
OUTPUT_LOW( )
Syntax: Parameters: output_low (pin) Pins are defined in the devices .h file. The actual value is a bit address. For example, port a (byte 5) bit 3 would have a value of 5*8+3 or 43. This is defined as follows: #define PIN_A3 43
89
C Compiler Reference Manual Built-In Functions Returns: Function: Availability: Requires: Examples:
output_low(PIN_A0);
undefined Sets a given pin to the ground state. The method of I/O used is dependent on the last USE *_IO directive. All devices Pin constants are defined in the devices .h file
90
PORT_B_PULLUPS( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
port_b_pullups(FALSE);
port_b_pull-ups (value) value is TRUE or FALSE undefined Sets the port B input pullups. TRUE will activate, and a FALSE will deactivate. Only 14 and 16 bit devices (PCM and PCH). (Note: use SETUP_COUNTERS on PCB parts). Nothing
POW( )
Syntax: Parameters: Returns: Function: Availability: Requires: f = pow (x,y) x and y and of type float A float Calculates X to the Y power. All Devices #include <math.h>
91
None Nothing
PRINTF( )
Syntax: printf (string) or printf (cstring, values...) or printf (fname, cstring, values...) String is a constant string or an array of characters null terminated. Values is a list of variables separated by commas, fname is a function name to be used for outputting (default is putc is none is specified). undefined Outputs a string of characters to either the standard RS-232 pins (first two forms) or to a specified function. Formatting is in accordance with the string argument. When variables are used this string must be a constant. The % character is used within the string to indicate a variable value is to be formatted and output. Longs in the printf may be 16 or 32 bit. A %% will output a single %. Formatting rules for the % follows. The format takes the generic form %wt where w is optional and may be 1-9 to specify how many characters are to be outputted, or 01-09 to indicate leading zeros or 1.1 to 9.9 for floating point. t is the type and may be one of the following: C Character S String or character U Unsigned int x hex int (lower case output) X Hex int (upper case output) D Signed int e Float in exp format
Parameters:
Returns: Function:
Format:
92
C Compiler Reference Manual Built-In Functions f Lx LX Iu Id % Float Hex long int (lower case) Hex long int (upper case) unsigned decimal long signed decimal long Just a %
Example formats: Specifer Value=0x12 Value=0xfe %03u 018 254 %u 18 254 %2u 18 * %5 18 254 %d 18 -2 %x 12 Fe %X 12 FE %4X 0012 00FE * Result is undefined - Assume garbage. Availability: Requires: Examples:
byte x,y,z; printf("HiThere"); printf("RTCCValue=>%2x\n\r",get_rtcc()); printf("%2u %X %4X\n\r",x,y,z); printf(LCD_PUTC, "n=%u",n);
Parameters:
93
C Compiler Reference Manual Built-In Functions Returns: Function: Availability: Requires: Examples:
while (psp_output_full()) ; psp_data = command; while(!psp_input_full()) ; if ( psp_overflow() ) error = TRUE; else data = psp_data;
A 0 (FALSE) or 1 (TRUE) These functions check the Parallel Slave Port (PSP) for the indicated conditions and return TRUE or FALSE. This function is only available on devices with PSP hardware on chips. Nothing
ex_psp.c setup_psp()
PUTC( ) PUTCHAR( )
Syntax: Parameters: Returns: Function: putc (cdata) putchar (cdata) cdata is a 8 bit character undefined This function sends a character over the RS232 XMIT pin. A #USE RS232 must appear before this call to determine the baud rate and pin used. The #USE RS232 remains in effect until another is encountered in the file. All devices #use rs232
94
PUTS( )
Syntax: Parameters: Returns: Function: puts (string) string is a constant string or a character array (nullterminated) undefined Sends each character in the string out the RS232 pin using PUTC(). After the string is sent a RETURN (13) and LINEFEED (10) are sent. In general printf() is more useful than puts(). All devices #use rs232
puts( " ----------- " ); puts( " | HI | " ); puts( " ----------- " );
READ_ADC()
Syntax: Parameters: Returns: value = read_adc() None Either a 8 or 16 bit int depending on #DEVICE ADC= directive.
95
C Compiler Reference Manual Built-In Functions Function: This function will read the digital value from the analog to digital converter. Calls to setup_adc(), setup_adc_ports() and set_adc_channel() should be made sometime before this function is called. The range of the return value depends on number of bits in the chips A/D converter and the setting in the #DEVICE ADC= directive as follows: #DEVCE 8 bit 10 bit 11 bit 16 bit ADC=8 00-FF 00-FF 00-FF 00-FF ADC=10 x 0-3FF x x ADC=11 x x 0-7FF x ADC=16 0-FF00 0-FFC0 0-FFE0 0-FFFF Note: x- not defined This function is only available on devices with A/D hardware. Nothing
setup_adc( ADC_CLOCK_INTERNAL ); setup_adc_ports( ALL_ANALOG ); set_adc_channel(1); while ( input(PIN_B0) ) { delay_ms( 5000 ); value = read_adc(); printf("A/D value = %2x\n\r", value); }
READ_BANK( )
Syntax: Parameters: value = read_bank (bank, offset) bank is the physical RAM bank 1-3 (depending on the device), offset is the offset into user RAM for that bank (starts at 0), 8 bit int Read a data byte from the user RAM area of the specified memory bank. This function may be used on some devices
Returns: Function:
96
C Compiler Reference Manual Built-In Functions where full RAM access by auto variables is not efficient. For example on the PIC16C57 chip setting the pointer size to 5 bits will generate the most efficient ROM code however auto variables can not be above 1Fh. Instead of going to 8 bit pointers you can save ROM by using this function to write to the hard to reach banks. In this case the bank may be 1-3 and the offset may be 0-15. Availability: Requires: Examples:
// See write_bank example to see how we got the data // Moves data from buffer to LCD i=0; do { c=read_bank(1,i++); if(c!=0x13) lcd_putc(c); } while (c!=0x13);
All devices but only useful on PCB parts with memory over 1Fh and PCM parts with memory over FFh. Nothing
ex_psp.c write_bank(), and the "Common Questions and Answers" section for more information.
READ_CALIBRATION( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples: value = read_calibration (n) n is an offset into calibration memory beginning at 0 An 8 bit byte The read_calibration function reads location "n" of the 14000-calibration memory. This function is only available on the PIC14000. Nothing
97
READ_EEPROM( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
#define LAST_VOLUME 10 volume = read_EEPROM (LAST_VOLUME);
value = read_eeprom (address) address is an 8 bit int An 8 bit int Reads a byte from the specified data EEPROM address. The address begins at 0 and the range depends on the part. This command is only for parts with built-in EEPROMS. Nothing
ex_intee.c write_eeprom()
READ_PROGRAM_EEPROM ( )
Syntax: Parameters: Returns: Function: Availability: Requires: value = read_program_eeprom (address) address is 16 bits on PCM parts and 32 bits on PCH parts, 16 bits on PCM parts and 8 bits on PCH parts. Reads data from the program memory. Only devices that allow reads from program memory. Nothing
98
RESET_CPU()
Syntax: Parameters: Returns: Function: reset_cpu() None This function never returns This is a general purpose device reset. It will jump to location 0 on PCB and PCM parts and also reset the registers to power-up state on the PIC18. All devices. Nothing
if(checksum!=0) reset_cpu();
None Nothing
RESTART_CAUSE()
Syntax: Parameters: Returns: value = restart_cause() None A value indicating the cause of the last processor reset. The actual values are device dependent. See the device .h file for specific values for a specific device. Some example
99
C Compiler Reference Manual Built-In Functions values are: WDT_FROM_SLEEP WDT_TIMEOUT, MCLR_FROM_SLEEP and NORMAL_POWER_UP. Function: Availability: Requires: Examples:
switch ( restart_cause() ) { case WDT_FROM_SLEEP: case WDT_TIMEOUT: handle_error(); }
This function will return the reason for the last processor reset. All devices Constants are defined in the devices .h file.
RESTART_WDT()
Syntax: Parameters: Returns: Function: restart_wdt() None undefined Restarts the watchdog timer. If the watchdog timer is enabled, this must be called periodically to prevent the processor from resetting. The watchdog timer is used to cause a hardware reset if the software appears to be stuck. The timer must be enabled, the timeout time set and software must periodically restart the timer. These are done differently on the PCB/PCM and PCH parts as follows: PCB/PCM PCH Enable/Disable #fuses setup_wdt() Timeout time setup_wdt() #fuses restart restart_wdt() restart_wdt()
100
ROTATE_LEFT( )
Syntax: Parameters: Returns: Function: rotate_left (address, bytes) address is a pointer to memory, bytes is a count of the number of bytes to work with. undefined Rotates a bit through an array or structure. The address may be an array identifier or an address to a byte or structure (such as &data). Bit 0 of the lowest BYTE in RAM is considered the LSB. All devices. Nothing
x = 0x86; rotate_left( &x, 1); // x is now 0x0d
101
ROTATE_RIGHT( )
Syntax: Parameters: Returns: Function: rotate_right (address, bytes) address is a pointer to memory, bytes is a count of the number of bytes to work with. undefined Rotates a bit through an array or structure. The address may be an array identifier or an address to a byte or structure (such as &data). Bit 0 of the lowest BYTE in RAM is considered the LSB. All devices Nothing
struct { int cell_1 : 4; int cell_2 : 4; int cell_3 : 4; int cell_4 : 4; } cells; rotate_right( &cells, 2); rotate_right( &cells, 2); rotate_right( &cells, 2); rotate_right( &cells, 2); // cell_1->4, 2->1, 3->2 and 4-> 3
SET_ADC_CHANNEL( )
Syntax: Parameters: Returns: set_adc_channel (chan) chan is the channel number to select. Channel numbers start at 0 and are labeled in the data sheet AN0, AN1... undefined
102
C Compiler Reference Manual Built-In Functions Function: Specifies the channel to use for the next READ_ADC call. Be aware that you must wait a short time after changing the channel before you can get a valid read. The time varies depending on the impedance of the input source. In general 10us is good for most applications. You need not change the channel before every read if the channel does not change. This function is only available on devices with A/D hardware. Nothing
set_adc_channel(2); delay_us(10); value = read_adc();
SET_PWM1_DUTY( ) SET_PWM2_DUTY( )
Syntax: Parameters: Returns: Function: set_pwm1_duty (value) set_pwm2_duty (value) value may be a 8 or 16 bit constant or variable. undefined Writes the 10-bit value to the PWM to set the duty. An 8-bit value may be used if the least significant bits are not required. If value is an 8 bit item it is shifted up with two zero bits in the lsb positions to get 10 bits. The 10 bit value is then used to determine the amount of time the PWM signal is high during each cycle as follows: value*(1/clock)*t2div Where clock is oscillator frequency and t2div is the timer 2 prescaler (set in the call to setup_timer2).
103
ex_pwm.c setup_ccpX()
Parameters:
Timers 1 and 3 get a 16 bit int. Timer 2 gets an 8 bit int. Timer 0 (AKA RTCC) gets a 8 bit int except on the PIC18 where it needs a 16 bit int. undefined Sets the count value of a real time clock/counter. RTCC and Timer0 are the same. All timers count up. When a timer reaches the maximum value it will flip over to 0 and continue counting (254, 255, 0, 1, 2...). Timer 0 - All devices Timers 1,2 - Most but not all PCM devices 104
Returns: Function:
Availability:
C Compiler Reference Manual Built-In Functions Timer 3 - Only PIC18 Requires: Examples:
// 20 mhz clock, no prescaler, set timer 0 // to overflow in 35us set_timer0(81); // 256-(.000035/(4/20000000))
Nothing
105
Nothing
SET_UART_SPEED()
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
// Set baud rate based on setting // of pins B0 and B1 switch( input_b() & 3 ) { case 0 : set_uart_speed(2400); case 1 : set_uart_speed(4800); case 2 : set_uart_speed(9600); case 3 : set_uart_speed(19200); } break; break; break; break;
set_uart_speed (baud) baud is a constant 100-115200 representing the number of bits per second. undefined Changes the baud rate of the built-in hardware RS232 serial port at run-time. This function is only available on devices with a built in UART. #use rs232
106
SETUP_ADC(mode)
Syntax: Parameters: setup_adc (mode); mode- Analog to digital mode. The valid options varies depending on the device. See the devices .h file for all options. Some typical options include: ADC_OFF or ADC_CLOCK_INTERNAL undefined Configures the analog to digital converter. Only the devices with built in analog to digital converter. Constants are defined in the devices .h file.
setup_adc_ports( ALL_ANALOG ); setup_adc(ADC_CLOCK_INTERNAL ); set_adc_channel( 0 ); value = read_adc(); setup_adc( ADC_OFF );
SETUP_ADC_PORTS( )
Syntax: Parameters: Returns: Function: setup_adc_ports (value) value - a constant defined in the devices .h file undefined Sets up the ADC pins to be analog, digital or a combination. The allowed combinations vary depending on the chip. The constants used are different for each chip as well. Check the device include file for a complete list. The constants ALL_ANALOG and NO_ANALOGS are valid for all chips. Some other example constants:
107
This function is only available on devices with A/D hardware. Constants are defined in the devices .h file.
SETUP_CCP1( ) SETUP_CCP2( )
Syntax: Parameters: setup_ccp1 (mode) setup_ccp2 (mode) mode is a constant. Valid constants are in the devices .h file and are as follows: Disable the CCP: CCP_OFF Set CCP to capture mode: CCP_CAPTURE_FE, Capture on falling edge CCP_CAPTURE_RE, Capture on rising edge CCP_CAPTURE_DIV_4, Capture after 4 pulses CCP_CAPTURE_DIV_16, Capture after 16 pulses Set CCP to compare mode: CCP_COMPARE_SET_ON_MATCH, Output high on compare
108
C Compiler Reference Manual Built-In Functions CCP_COMPARE_CLR_ON_MATCH, Output low on compare CCP_COMPARE_INT, Interrupt on compare CCP_COMPARE_RESET_TIMER, Reset timer on compare Set CCP to PWM mode: CCP_PWM, Enable Pulse Width Modulator Returns: Function: undefined Initialize the CCP. The CCP counters may be accessed using the long variables CCP_1 and CCP_2. The CCP operates in 3 modes. In capture mode it will copy the timer 1 count value to CCP_x when the input pin event occurs. In compare mode it will trigger an action when timer 1 and CCP_x are equal. In PWM mode it will generate a square wave. The PCW wizard will help to set the correct mode and timer settings for a particular application. This function is only available on devices with CCP hardware. Constants are defined in the devices .h file.
setup_ccp1(CCP_CAPTURE_RE);
SETUP_COMPARATOR( )
Syntax: Parameters: setup_comparator (mode) mode is a constant. Valid constants are in the devices .h file and are as follows: A0_A3_A1_A2 A0_A2_A1_A2 NC_NC_A1_A2 NC_NC_NC_NC A0_VR_A1_VR
109
C Compiler Reference Manual Built-In Functions A3_VR_A2_VR A0_A2_A1_A2_OUT_ON_A3_A4 A3_A2_A1_A2 Returns: Function: Availability: Requires: Examples:
// Sets up two independent comparators (C1 and C2), // C1 uses A0 and A3 as inputs (- and +), and C2 // uses A1 and A2 as inputs setup_comparator(A0_A3_A1_A2);
undefined Sets the analog comparator module. The above constants have four parts representing the inputs: C1-, C1+, C2-, C2+ This function is only available on devices with an analog comparator. Constants are defined in the devices .h file.
ex_comp.c None
SETUP_COUNTERS( )
Syntax: Parameters: setup_counters (rtcc_state, ps_state) rtcc_state may be one of the constants defined in the devices .h file. For example: RTCC_INTERNAL, RTCC_EXT_L_TO_H or RTCC_EXT_H_TO_L ps_state may be one of the constants defined in the devices .h file. For example: RTCC_DIV_2, RTCC_DIV_4, RTCC_DIV_8, RTCC_DIV_16, RTCC_DIV_32, RTCC_DIV_64, RTCC_DIV_128, RTCC_DIV_256, WDT_18MS, WDT_36MS, WDT_72MS, WDT_144MS, WDT_288MS, WDT_576MS, WDT_1152MS, WDT_2304MS Returns: undefined
110
C Compiler Reference Manual Built-In Functions Function: Sets up the RTCC or WDT. The rtcc_state determines what drives the RTCC. The PS state sets a prescaler for either the RTCC or WDT. The prescaler will lengthen the cycle of the indicated counter. If the RTCC prescaler is set the WDT will be set to WDT_18MS. If the WDT prescaler is set the RTCC is set to RTCC_DIV_1. This function is provided for compatibility with older versions. setup_timer_0 and setup_WDT are the recommended replacements when possible. For PCB devices if an external RTCC clock is used and a WDT prescaler is used then this function must be used. Availability: Requires: Examples:
setup_counters (RTCC_INTERNAL, WDT_2304MS);
SETUP_LCD( )
Syntax: Parameters: setup_lcd (mode, prescale, segments); Mode may be one of these constants from the devices .h file: LCD_DISABLED, LCD_STATIC, LCD_MUX12, LCD_MUX13, LCD_MUX14 The following may be or'ed (via |) with any of the above: STOP_ON_SLEEP, USE_TIMER_1 Prescale may be 0-15 for the LCD clock segments may be any of the following constants or'ed together: SEGO_4, SEG5_8, SEG9_11, SEG12_15, SEG16_19, SEGO_28, SEG29_31, ALL_LCD_PINS Returns: Function: undefined This function is used to initialize the 923/924 LCD controller.
111
Only devices with built in LCD drive hardware. Constants are defined in the devices .h file.
SETUP_PSP( )
Syntax: Parameters: setup_psp (mode) mode may be: PSP_ENABLED PSP_DISABLED undefined Initializes the Parallel Slave Port (PSP). The SET_TRIS_E(value) function may be used to set the data direction. The data may be read and written to using the variable PSP_DATA. This function is only available on devices with PSP hardware. Constants are defined in the devices .h file.
setup_psp(PSP_ENABLED);
Returns: Function:
ex_psp.c set_tris_e()
SETUP_SPI( )
Syntax: setup_spi (mode)
112
C Compiler Reference Manual Built-In Functions Parameters: modes may be: SPI_MASTER, SPI_SLAVE, SPI_SS_DISABLED SPI_L_TO_H, SPI_H_TO_L SPI_CLK_DIV_4, SPI_CLK_DIV_16, SPI_CLK_DIV_64, SPI_CLK_T2 Constants from each group may be or'ed together with |. undefined Initializes the Serial Port Interface (SPI). This is used for 2 or 3 wire serial devices that follow a common clock/data protocol. This function is only available on devices with SPI hardware. Constants are defined in the devices .h file.
setup_spi(spi_master |spi_l_to_h | spi_clk_div_16 );
Returns: Function:
SETUP_TIMER_0 ( )
Syntax: Parameters: setup_timer_0 (mode) mode may be one or two of the constants defined in the devices .h file. RTCC_INTERNAL, RTCC_EXT_L_TO_H or RTCC_EXT_H_TO_L RTCC_DIV_2, RTCC_DIV_4, RTCC_DIV_8, RTCC_DIV_16, RTCC_DIV_32, RTCC_DIV_64, RTCC_DIV_128, RTCC_DIV_256 PIC18 only: RTCC_OFF, RTCC_8_BIT One constant may be used from each group or'ed together with the | operator.
113
C Compiler Reference Manual Built-In Functions Returns: Function: Availability: Requires: Examples:
setup_timer_0 (RTCC_DIV_2|RTCC_EXT_L_TO_H);
undefined Sets up the timer 0 (aka RTCC). All devices. Constants are defined in the devices .h file.
SETUP_TIMER_1( )
Syntax: Parameters: setup_timer_1 (mode) mode values may be: T1_DISABLED, T1_INTERNAL, T1_EXTERNAL, T1_EXTERNAL_SYNC T1_CLK_OUT T1_DIV_BY_1, T1_DIV_BY_2, T1_DIV_BY_4, T1_DIV_BY_8 constants from different groups may be or'ed together with |. undefined Initializes timer 1. The timer value may be read and written to using SET_TIMER1() and GET_TIMER1(). Timer 1 is a 16 bit timer. With an internal clock at 20mhz, the timer will increment every 1.6us. It will overflow every 104.8576ms. Availability: Requires: Examples: This function is only available on devices with timer 1 hardware. Constants are defined in the devices .h file.
Returns: Function:
114
ex_patg.c get_timer1(),
SETUP_TIMER_2( )
Syntax: Parameters: setup_timer_2 (mode, period, postscale) mode may be one of: T2_DISABLED, T2_DIV_BY_1, T2_DIV_BY_4, T2_DIV_BY_16 period is a int 0-255 that determines when the clock value is reset, postscale is a number 1-16 that determines how many timer resets before an interrupt: (1 means one reset, 2 means 2, and so on). Returns: Function: undefined Initializes timer 2. The mode specifies the clock divisor (from the oscillator clock). The timer value may be read and written to using GET_TIMER2() and SET_TIMER2(). Timer 2 is a 8 bit counter/timer. This function is only available on devices with timer 2 hardware. Constants are defined in the devices .h file.
setup_timer_2 ( T2_DIV_BY_4, 0xc0, 2); // At 20mhz, the timer will include every 800ns, // will overflow every 153.6us, // and will interrupt every 460.3us.
115
SETUP_TIMER_3( )
Syntax: Parameters: setup_timer_3 (mode) Mode may be one of the following constants from each group or'ed (via |) together: T3_DISABLED, T3_INTERNAL, T3_EXTERNAL, T3_EXTERNAL_SYNC, T3_DIV_BY_1, T3_DIV_BY_2, T3_DIV_BY_4, T3_DIV_BY_8 undefined Initializes timer 3. The mode specifies the clock divisor (from the oscillator clock). The timer value may be read and written to using GET_TIMER3() and SET_TIMER3(). Timer 3 is a 16 bit counter/timer. This function is only available on PIC18 devices. Constants are defined in the devices .h file.
setup_timer_3 (T3_INTERNAL | T3_DIV_BY_2);
Returns: Function:
SETUP_VREF( )
Syntax: Parameters: setup_vref (mode | value) mode may be one of the following constants: FALSE (off) VREF_LOW for VDD*VALUE/24 VREF_HIGH for VDD*VALUE/32 + VDD/4 any may be or'ed with VREF_A2. value is an int 0-15. Returns: undefined
116
Establishes the voltage of the internal reference that may be used for analog compares and/or for output on pin A2. This function is only available on devices with VREF hardware. Constants are defined in the devices .h file.
ex_comp.c None
SETUP_WDT ( )
Syntax: Parameters: setup_wdt (mode) For PCB/PCM parts: WDT_18MS, WDT_72MS, WDT_144MS,WDT_288MS, WDT_1152MS, WDT_2304MS For PIC18 parts: WDT_ON, WDT_OFF Returns: Function: undefined Sets up the watchdog timer. The watchdog timer is used to cause a hardware reset if the software appears to be stuck. The timer must be enabled, the timeout time set and software must periodically restart the timer. These are done differently on the PCB/PCM and PCH parts as follows: PCB/PCM PCH Enable/Disable #fuses setup_wdt() Timeout time setup_wdt() #fuses restart restart_wdt() restart_wdt() Availability: All devices WDT_36MS, WDT_576MS,
117
SHIFT_LEFT( )
Syntax: Parameters: shift_left (address, bytes, value) address is a pointer to memory, bytes is a count of the number of bytes to work with, value is a 0 to 1 to be shifted in. 0 or 1 for the bit shifted out Shifts a bit into an array or structure. The address may be an array identifier or an address to a structure (such as &data). Bit 0 of the lowest byte in RAM is treated as the LSB. All devices Nothing
byte buffer[3]; for(i=0; i<=24; ++i){ // wait for clock high while (!input(PIN_A2)); shift_left(buffer,3,input(PIN_A3)); // wait for clock low while (input(PIN_A2)); } // reads 24 bits from pin A3,each bit is read on
Returns: Function:
118
SHIFT_RIGHT( )
Syntax: Parameters: shift_right (address, bytes, value) address is a pointer to memory, bytes is a count of the number of bytes to work with, value is a 0 to 1 to be shifted in. 0 or 1 for the bit shifted out Shifts a bit into an array or structure. The address may be an array identifier or an address to a structure (such as &data). Bit 0 of the lowest byte in RAM is treated as the LSB. All devices Nothing
// reads // a low struct { byte byte byte 16 bits from pin A1, each bit is read on to high on pin A2 time; command : 4; source : 4;} msg;
Returns: Function:
for(i=0; i<=16; ++i) { while(!input(PIN_A2)); shift_right(&msg,3,input(PIN_A1)); while (input(PIN_A2)) ;} // This shifts 8 bits out PIN_A0, LSB first. for(i=0;i<8;++i) output_bit(PIN_A0,shift_right(&data,1,0));
119
SLEEP()
Syntax: Parameters: sleep() None
120
C Compiler Reference Manual Built-In Functions Returns: Function: undefined Issues a SLEEP instruction. Details are device dependent however in general the part will enter low power mode and halt program execution until woken by specific external events. Depending on the cause of the wake up execution may continue after the sleep instruction. The compiler inserts a sleep() after the last statement in main(). All devices Nothing
SLEEP();
ex_wakup.c reset_cpu()
SPI_DATA_IS_IN()
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
while( !spi_data_is_in() && input(PIN_B2) ) ; if( spi_data_is_in() ) data = spi_read();
result = spi_data_is_in() None 0 (FALSE) or 1 (TRUE) Returns TRUE if data has been received over the SPI. This function is only available on devices with SPI hardware. Nothing
121
SPI_READ()
Syntax: Parameters: Returns: Function: value = spi_read (data) data is optional and if included is an 8 bit int. An 8 bit int Return a value read by the SPI. If a value is passed to SPI_READ the data will be clocked out and the data received will be returned. If no data is ready, SPI_READ will wait for the data. If this device supplies the clock then either do a SPI_WRITE(data) followed by a SPI_READ() or do a SPI_READ(data). These both do the same thing and will generate a clock. If there is no data to send just do a SPI_READ(0) to get the clock. If this the other device supplies the clock then either call SPI_READ() to wait for the clock and data or use SPI_DATA_IS_IN() to determine if data is ready. Availability: Requires: Examples:
in_data = spi_read(out_data);
SPI_WRITE( )
Syntax: Parameters: Returns: SPI_WRITE (value) value is an 8 bit int Nothing
122
C Compiler Reference Manual Built-In Functions Function: Sends a byte out the SPI interface. This will cause 8 clocks to be generated. This function will write the value out to the SPI. This function is only available on devices with SPI hardware. Nothing
spi_write( data_out ); data_in = spi_read();
SQRT( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
distance = sqrt( sqr(x1-x2) + sqr(y1-y2) );
result = sqrt (value) value is a float A float Computes the non-negative square root of the float x. If the argument is negative, the behavior is undefined. All devices #include <math.h>
None None
123
STANDARD STRING FUNCTIONS STRCAT() STRCHR() STRRCHR() STRCMP() STRNCMP() STRICMP() STRNCPY() STRCSPN() STRSPN() STRLEN() STRLWR() STRPBRK() STRSTR()
Syntax: ptr=strcat (s1, s2) Concatenate s2 onto s1 ptr=strchr (s1, c) Find c in s1 and return &s1[i] ptr=strrchr (s1, c) Same but search in reverse cresult=strcmp (s1, s2) Compare s1 to s2 iresult=strncmp (s1, s2, n) Compare s1 to s2 (n bytes) iresult=stricmp (s1, s2) Compare and ignore case ptr=strncpy (s1, s2, n) Copy up to n characters s2->s1 iresult=strcspn (s1, s2) Count of initial chars in s1 not in s2 iresult=strspn (s1, s2) Count of initial chars in s1 also in s2 iresult=strlen (s1) Number of characters in s1 ptr=strlwr (s1) Convert string to lower case ptr=strpbrk (s1, s2) Search s1 for first char also in s2 ptr=strstr (s1, s2) Search for s2 in s1 s1 and s2 are pointers to an array of characters (or the name of an array). Note that s1 and s2 MAY NOT BE A CONSTANT (like "hi"). n is a count of the maximum number of character to operate on. c is a 8 bit character Returns: ptr is a copy of the s1 pointer iresult is an 8 bit int
Parameters:
124
C Compiler Reference Manual Built-In Functions result is -1 (less than), 0 (equal) or 1 (greater than) Function: Availability: Requires: Examples:
char string1[10], string2[10]; strcpy(string1,"hi "); strcpy(string2,"there"); strcat(string1,string2); printf("Length is %u\r\n", strlen(string1) ); // Will print 8
STRTOK()
Syntax: Parameters: ptr = strtok(s1, s2) s1 and s2 are pointers to an array of characters (or the name of an array). Note that s1 and s2 MAY NOT BE A CONSTANT (like "hi"). s1 may be 0 to indicate a continue operation. ptr points to a character in s1 or is 0 Finds next token in s1 delimited by a character from separator string s2 (which can be different from call to call), and returns pointer to it. First call starts at beginning of s1 searching for the first character NOT contained in s2 and returns null if there is none are found. If none are found, it is the start of first token (return value). Function then searches from there for a character contained in s2.
Returns: Function:
125
C Compiler Reference Manual Built-In Functions If none are found, current token extends to the end of s1, and subsequent searches for a token will return null. If one is found, it is overwritten by '\0', which terminates current token. Function saves pointer to following character from which next search will start. Each subsequent call, with 0 as first argument, starts searching from the saved pointer. Availability: Requires: Examples:
char string[30], term[3], *ptr; strcpy(string,"one,two,three;"); strcpy(term,",;"); ptr = strtok(string, term); while(ptr!=0) { puts(ptr); ptr = strtok(0, term); } // Prints: one two three
STRCPY( )
Syntax: Parameters: strcpy (dest, src) dest is a pointer to a RAM array of characters. src may be either a pointer to a RAM array of characters or it may be a constant string. undefined
Returns:
126
Copies a constant or RAM string to a RAM string. Strings are terminated with a 0. All devices. Nothing
ex_str.c strxxxx()
SWAP( )
Syntax: Parameters: Returns: Function: swap (lvalue) lvalue is a byte variable undefined - WARNING: this function does not return the result Swaps the upper nibble with the lower nibble of the specified byte. This is the same as:
byte = (byte << 4) | (byte >> 4);
127
TAN( )
See: sin()
TOLOWER( ) TOUPPER( )
Syntax: Parameters: Returns: Function: result = tolower (cvalue) result = toupper (cvalue) cvalue is a character A 8 bit character These functions change the case of letters in the alphabet. TOLOWER(X) will return 'a'..'z' for X in 'A'..'Z' and all other characters are unchanged. TOUPPER(X) will return 'A'..'Z' for X in 'a'..'z' and all other characters are unchanged. Availability: Requires: Examples:
switch( toupper(getc()) ) { case 'R' : read_cmd(); break; case 'W' : write_cmd(); break; case 'Q' : done=TRUE; break; }
ex_str.c None
WRITE_BANK( )
Syntax: Parameters: write_bank (bank, offset, value) bank is the physical RAM bank 1-3 (depending on the device), offset is the offset into user RAM for that bank (starts at 0), value is the 8 bit data to write
128
C Compiler Reference Manual Built-In Functions Returns: Function: undefined Write a data byte to the user RAM area of the specified memory bank. This function may be used on some devices where full RAM access by auto variables is not efficient. For example on the PIC16C57 chip setting the pointer size to 5 bits will generate the most efficient ROM code however auto variables can not be above 1Fh. Instead of going to 8 bit pointers you can save ROM by using this function to write to the hard to reach banks. In this case the bank may be 1-3 and the offset may be 0-15. All devices but only useful on PCB parts with memory over 1Fh and PCM parts with memory over FFh. Nothing
i=0; // Uses bank 1 as a RS232 buffer do { c=getc(); write_bank(1,i++,c); } while (c!=0x13);
ex_psp.c See the "Common Questions and Answers" section for more information.
WRITE_EEPROM( )
Syntax: Parameters: Returns: Function: write_eeprom (address, value) address is a 8 bit int, the range is device dependent, value is an 8 bit int undefined Write a byte to the specified data EEPROM address. This function may take several milliseconds to execute. This works only on devices with EEPROM built into the core of the device.
129
C Compiler Reference Manual Built-In Functions For devices with external EEPROM or with a separate EEPROM in the same package (line the 12CE671) see EX_EXTEE.c with CE51X.c, CE61X.c or CE67X.c. Availability: Requires: Examples:
#define LAST_VOLUME 10 // Location in EEPROM volume++; write_eeprom(LAST_VOLUME,volume);
This function is only available on devices with supporting hardware on chip. Nothing
WRITE_PROGRAM_EEPROM ( )
Syntax: Parameters: Returns: Function: Availability: Requires: Examples:
write_program_eeprom(0,0x2800); // Disables Program
write_program_eeprom (address, data) address is 16 bits on PCM parts and 32 bits on PCH parts, data is 16 bits on PCM parts and 8 bits on PCH parts. undefined Writes to the specified program EEPROM area. Only devices that allow writes to program memory. Nothing
130
131
C Compiler Reference Manual Compiler Error Messages BIT variable not permitted here Addresses cannot be created to bits. For example &X is not permitted if X is a SHORT INT. Cant change device type this far into the code The #DEVICE is not permitted after code is generated that is device specific. Move the #DEVICE to an area before code is generated. Character constant constructed incorrectly Generally this is due to too many characters within the single quotes. For example 'ab' is an error as is '\nr'. The backslash is permitted provided the result is a single character such as '\010' or '\n'. Constant out of the valid range This will usually occur in inline assembly where a constant must be within a particular range and it is not. For example BTFSC 3,9 would cause this error since the second operand must be from 0-8. Constant too large, must be < 65536 As it says the constant is too big. Define expansion is too large A fully expanded DEFINE must be less than 255 characters. Check to be sure the DEFINE is not recursively defined. Define syntax error This is usually caused by a missing or mis-placed (or) within a define. Different levels of indirection This is caused by a INLINE function with a reference parameter being called with a parameter that is not a variable. Usually calling with a constant causes this. Divide by zero An attempt was made to divide by zero at compile time using constants. Duplicate case value Two cases in a switch statement have the same value. Duplicate DEFAULT statements The DEFAULT statement within a SWITCH may only appear once in each SWITCH. This error indicates a second DEFAULT was encountered.
132
C Compiler Reference Manual Compiler Error Messages Duplicate #define The identifier in the #define has already been used in a previous #define. The redefine an identifier use #UNDEF first. To prevent defines that may be included from multiple source do something like: #ifndef ID #define ID text #endif Duplicate function A function has already been defined with this name. compiler is not case sensitive unless a #CASE is used. Remember that the
Duplicate Interrupt Procedure Only one function may be attached to each interrupt level. For example the #INT_RB may only appear once in each program. Duplicate USE Some USE libraries may only be invoked once since they apply to the entire program such as #USE DELAY. These may not be changed throughout the program. Element is not a member A field of a record identified by the compiler is not actually in the record. Check the identifier spelling. ELSE with no corresponding IF Check that the {and} match up correctly. End of file while within define definition The end of the source file was encountered while still expanding a define. Check for a missing ). End of source file reached without closing comment */ symbol The end of the source file has been reached and a comment (started with /*) is still in effect. The */ is missing. Error in define syntax Error text not in file The error is a new error not in the error file on your disk. Check to be sure that the errors.txt file you are using came on the same disk as the version of software you are executing. Call CCS with the error number if this does not solve the problem.
133
C Compiler Reference Manual Compiler Error Messages Expect ; Expect comma Expect WHILE Expect } Expecting : Expecting = Expecting a ( Expecting a , or ) Expecting a , or } Expecting a . Expecting a ; or , Expecting a ; or { Expecting a close paren Expecting a declaration Expecting a structure/union Expecting a variable Expecting a ] Expecting a { Expecting an = Expecting an array Expecting an expression Expecting an identifier Expecting an opcode mnemonic This must be a Microchip mnemonic such as MOVLW or BTFSC. Expecting LVALUE such as a variable name or * expression This error will occur when a constant is used where a variable should be. For example 4=5; will give this error. Expecting a basic type Examples of a basic type are INT and CHAR. Expecting procedure name Expression must be a constant or simple variable The indicated expression must evaluate to a constant at compile time. For example 5*3+1 is permitted but 5*x+1 where X is a INT is not permitted. If X were a DEFINE that had a constant value then it is permitted. Expression must evaluate to a constant The indicated expression must evaluate to a constant at compile time. For example 5*3+1 is permitted but 5*x+1 where X is a INT is not permitted. If X were a DEFINE that had a constant value then it is permitted.
134
C Compiler Reference Manual Compiler Error Messages Expression too complex This expression has generated too much code for the compiler to handle for a single expression. This is very rare but if it happens, break the expression up into smaller parts. Too many assembly lines are being generated for a single C statement. Contact CCS to increase the internal limits. Extra characters on preprocessor command line Characters are appearing after a preprocessor directive that do not apply to that directive. Preprocessor commands own the entire line unlike the normal C syntax. For example the following is an error: #PRAGMA DEVICE <PIC16C74> main() { int x; x=1;} File in #INCLUDE can not be opened Check the filename and the current path. The file could not be opened. Filename must start with " or < Filename must terminate with " or > Floating-point numbers not supported A floating-point number is not permitted in the operation near the error. For example, ++F where F is a float is not allowed. Function definition different from previous definition This is a mis-match between a function prototype and a function definition. Be sure that if a #INLINE or #SEPARATE are used that they appear for both the prototype and definition. These directives are treated much like a type specifier. Function used but not defined The indicated function had a prototype but was never defined in the program. Identifier is already used in this scope An attempt was made to define a new identifier that has already been defined. Illegal C character in input file A bad character is in the source file. Try deleting the line and re-typing it. Improper use of a function identifier Function identifiers may only be used to call a function. An attempt was made to otherwise reference a function. A function identifier should have a ( after it.
135
C Compiler Reference Manual Compiler Error Messages Incorrectly constructed label This may be an improperly terminated expression followed by a label. example: x=5+ MPLAB: Initialization of unions is not permitted Structures can be initialized with an initial value but UNIONS cannot be. Internal compiler limit reached The program is using too much of something. An internal compiler limit was reached. Contact CCS and the limit may be able to be expanded. Invalid conversion from LONG INT to INT In this case, a LONG INT cannot be converted to an INT. You can type cast the LONG INT to perform a truncation. For example: I = INT(LI); Internal Error - Contact CCS This error indicates the compiler detected an internal inconsistency. This is not an error with the source code; although, something in the source code has triggered the internal error. This problem can usually be quickly corrected by sending the source files to CCS so the problem can be re-created and corrected. In the meantime if the error was on a particular line, look for another way to perform the same operation. The error was probably caused by the syntax of the identified statement. If the error was the last line of the code, the problem was in linking. Look at the call tree for something out of the ordinary. Invalid parameters to shift function Built-in shift and rotate functions (such as SHIFT_LEFT) require an expression that evaluates to a constant to specify the number of bytes. Invalid ORG range The end address must be greater than or equal to the start address. The range may not overlap another range. The range may not include locations 0-3. If only one address is specified it must match the start address of a previous #org. Invalid Pre-Processor directive The compiler does not know the preprocessor directive. This is the identifier in one of the following two places: #xxxxx
For
136
C Compiler Reference Manual Compiler Error Messages #PRAGMA xxxxx Library in USE not found The identifier after the USE is not one of the pre-defined libraries for the compiler. Check the spelling. LVALUE required This error will occur when a constant is used where a variable should be. For example 4=5; will give this error. Macro identifier requires parameters A #DEFINE identifier is being used but no parameters were specified ,as required. For example: #define min(x,y) ((x<y)?x:y) When called MIN must have a (--,--) after it such as: r=min(value, 6); Missing #ENDIF A #IF was found without a corresponding #ENDIF. Missing or invalid .REG file The user registration file(s) are not part of the download software. In order for the software to run the files must be in the same directory as the .EXE files. These files are on the original diskette, CD ROM or e-mail in a non-compressed format. You need only copy them to the .EXE directory. There is one .REG file for each compiler (PCB.REG, PCM.REG and PCH.REG). Must have a #USE DELAY before a #USE RS232 The RS232 library uses the DELAY library. You must have a #USE DELAY before you can do a #USE RS232. No MAIN() function found All programs are required to have one function with the name main(). Not enough RAM for all variables The program requires more RAM than is available. The memory map (ALT-M) will show variables allocated. The ALT-T will show the RAM used by each function. Additional RAM usage can be obtained by breaking larger functions into smaller ones and splitting the RAM between them. For example, a function A may perform a series of operations and have 20 local variables declared. Upon analysis, it may be determined that there are two main parts to the calculations and many variables are not shared between the parts. A
137
C Compiler Reference Manual Compiler Error Messages function B may be defined with 7 local variables and a function C may be defined with 7 local variables. Function A now calls B and C and combines the results and now may only need 6 variables. The savings are accomplished because B and C are not executing at the same time and the same real memory locations will be used for their 6 variables (just not at the same time). The compiler will allocate only 13 locations for the group of functions A, B, C where 20 were required before to perform the same operation. Number of bits is out of range For a count of bits, such as in a structure definition, this must be 1-8. For a bit number specification, such as in the #BIT, the number must be 0-7. Out of ROM, A segment or the program is too large A function and all of the INLINE functions it calls must fit into one segment (a hardware code page). For example, on the '56 chip a code page is 512 instructions. If a program has only one function and that function is 600 instructions long, you will get this error even though the chip has plenty of ROM left. The function needs to be split into at least two smaller functions. Even after this is done, this error may occur since the new function may be only called once and the linker might automatically INLINE it. This is easily determined by reviewing the call tree via ALT-T. If this error is caused by too many functions being automatically INLINED by the linker, simply add a #SEPARATE before a function to force the function to be SEPARATE. Separate functions can be allocated on any page that has room. The best way to understand the cause of this error is to review the calling tree via ALT-T. Parameters not permitted An identifier that is not a function or preprocessor macro can not have a ( after it. Pointers to bits are not permitted Addresses cannot be created to bits. For example, &X is not permitted if X is a SHORT INT. Pointers to functions are not valid Addresses cannot be created to functions. Previous identifier must be a pointer A -> may only be used after a pointer to a structure. It cannot be used on a structure itself or other kind of variable. Printf format type is invalid An unknown character is after the % in a printf. Check the printf reference for valid formats.
138
C Compiler Reference Manual Compiler Error Messages Printf format (%) invalid A bad format combination was used. For example, %lc. Printf variable count (%) does not match actual count The number of % format indicators in the printf does not match the actual number of variables that follow. Remember in order to print a single %, you must use %%. Recursion not permitted The linker will not allow recursive function calls. A function may not call itself and it may not call any other function that will eventually re-call it. Recursively defined structures not permitted A structure may not contain an instance of itself. Reference arrays are not permitted A reference parameter may not refer to an array. Return not allowed in void function A return statement may not have a value if the function is void. String too long Structure field name required A structure is being used in a place where a field of the structure must appear. Change to the form s.f where s is the structure name and f is a field name. Structures and UNIONS cannot be parameters (use * or &) A structure may not be passed by value. Pass a pointer to the structure using &. Subscript out of range A subscript to a RAM array must be at least 1 and not more than 128 elements. Note that large arrays might not fit in a bank. ROM arrays may not occupy more than 256 locations. This expression cannot evaluate to a number A numeric result is required here and the expression used will not evaluate to a number. This type cannot be qualified with this qualifier Check the qualifiers. Be sure to look on previous lines. An example of this error is:
139
C Compiler Reference Manual Compiler Error Messages VOID X; Too many #DEFINE statements The internal compiler limit for the permitted number of defines has been reached. Call CCS to find out if this can be increased. Too many array subscripts Arrays are limited to 5 dimensions. Too many constant structures to fit into available space Available space depends on the chip. Some chips only allow constant structures in certain places. Look at the last calling tree to evaluate space usage. Constant structures will appear as functions with a @CONST at the beginning of the name. Too many identifiers have been defined The internal compiler limit for the permitted number of variables has been reached. Call CCS to find out if this can be increased. Too many identifiers in program The internal compiler limit for the permitted number of identifiers has been reached. Call CCS to find out if this can be increased. Too many nested #INCLUDEs No more than 10 include files may be open at a time. Too many parameters More parameters have been given to a function than the function was defined with. Too many subscripts More subscripts have been given to an array than the array was defined with. Type is not defined The specified type is used but not defined in the program. Check the spelling. Type specification not valid for a function This function has a type specifier that is not meaningful to a function. Undefined identifier The specified identifier is being used but has never been defined. Check the spelling. Undefined label that was used in a GOTO
140
C Compiler Reference Manual Compiler Error Messages There was a GOTO LABEL but LABEL was never encountered within the required scope. A GOTO cannot jump outside a function. Unknown device type A #DEVICE contained an unknown device. The center letters of a device are always C regardless of the actual part in use. For example, use PIC16C74 not PIC16RC74. Be sure the correct compiler is being used for the indicated device. See #DEVICE for more information. Unknown keyword in #FUSES Check the keyword spelling against the description under #FUSES. Unknown type The specified type is used but not defined in the program. Check the spelling. USE parameter invalid One of the parameters to a USE library is not valid for the current environment. USE parameter value is out of range One of the values for a parameter to the USE library is not valid for the current environment.
141
142
Remember when using the #BYTE, the created variable is treated like memory. You must maintain the tri-state control registers yourself via the SET_TRIS_X function. Following is an example of placing a structure on an I/O port:
struct port_b_layout {int data : 4; int rw : 1; int cd : 1; int enable : 1; int reset : 1; }; struct port_b_layout #byte port_b = 6 struct port_b_layout struct port_b_layout struct port_b_layout struct port_b_layout struct port_b_layout
port_b; const const const const const INIT_1 = {0, 1,1,1,1}; INIT_2 = {3, 1,1,1,0}; INIT_3 = {0, 0,0,0,0}; FOR_SEND = {0,0,0,0,0}; // All outputs FOR_READ = {15,0,0,0,0}; // Data is an input // // // // // // // The constant structure is treated like a byte and is used to set the data direction
143
set_tris_b((int)FOR_READ); port_b.rw=0; // Here the individual port_b.cd=1; // fields are accessed port_b.enable=0; // independently. x = port_b.data; port_b.enable=0 }
144
Why does a program work with standard I/O but not with fast I/O?
First remember that the fast I/O mode does nothing except the I/O. The programmer must set the tri-state registers to establish the direction via SET_TRIS_X(). The SET_TRIS_X() function will set the direction for the entire port (8 bits). A bit set to 1 indicates input and 0 is an output. For example, to set all pins of port B to outputs except the B7 pin, use the following:
set_tris_b( 0x80 );
Secondly, be aware that fast I/O can be very fast. Consider the following code:
output_high( PIN_B0 ); output_low( PIN_B1 );
This will be implemented with two assembly instructions (BSF 6,0 and BCF 6,1). The microprocessor implements the BSF and BCF as a read of the entire port, a modify of the bit and a write back of the port. In this example, at the time that the BCF is executed, the B0 pin may not have yet stabilized. The previous state of pin B0 will be seen and written to the port with the B1 change. In effect, it will appear as if the high to B0 never happened. With standard and fixed I/O, this is not usually a problem since enough extra instructions are inserted to avoid a problem. The time it takes for a pin to stabilize depends on the load placed on the pin. The following is an example of a fix to the above problem:
output_high( PIN_B0 ); delay_cycles(1); //Delay one instruction time output_high( PIN_B1 );
The delay_cycles(1) will simply insert one NOP between the two I/O commands. At 20mhz a NOP is 0.2 us.
145
Why does the generated code that uses BIT variables look so ugly?
Bit variables (SHORT INT) are great for both saving RAM and for speed but only when used correctly. Consider the following:
int x,y; short int bx, by; x=5; y=10; bx=0; by=1; x = (x+by)-bx*by+(y-by);
When used with arithmetic operators (+ and - above), the BX and BY will be first converted to a byte internally: this is ugly. If this must be done, you can save space and time by first converting the bit to byte only once and saving the compiler from doing it again and again. For example:
z=by; x = (x+z)-bx*z+(y-z);
Better, would be to avoid using bits in these kinds of expressions. Almost always, they can be rewritten more efficiently using IF statements to test the bit variables. You can make assignments to bits, use them in IFs and use the &&, || and ! operators very efficiently. The following will be implemented with great efficiency:
if (by || (bx && bz) || !bw) z=0;
Remember to use ! not ~, && not & and || not | with bits. Note that the INPUT(...) function and some other built-in functions that return a bit follow the same rules. For example do the following:
if ( !input( PIN_B0 ) )
NOT:
Both will work but the first one is implemented with one bit test instruction and the second one does a conversion to a byte and a comparison to zero.
146
Check the XMIT pin for activity with a logic probe, scope or whatever you can. If you can look at it with a scope, check the bit time (it should be 1/BAUD). Check again after the level converter. 4. Nothing is being received. First be sure the PIC can send data. Use the following main() for testing:
main() { printf("start"); while(TRUE) putc( getc()+1 );
147
When connected to a PC typing A should show B echoed back. If nothing is seen coming back (except the initial "Start"), check the RCV pin on the PIC with a logic probe. You should see a HIGH state and when a key is pressed at the PC, a pulse to low. Trace back to find out where it is lost. 5. The PIC is always receiving data via RS-232 even when none is being sent. A. Check that the INVERT option in the USE RS232 is right for your level converter. If the RCV pin is HIGH when no data is being sent, you should NOT use INVERT. If the pin is low when no data is being sent, you need to use INVERT. B. Check that the pin is stable at HIGH or LOW in accordance with A above when no data is being sent. C. When using PORT A with a device that supports the SETUP_PORT_A function make sure the port is set to digital inputs. This is not the default. The same is true for devices with a comparator on PORT A. 6. Compiler reports INVALID BAUD RATE. A. When using a software RS232 (no built-in UART), the clock cannot be really slow when fast baud rates are used and cannot be really fast with slow baud rates. Experiment with the clock/baud rate values to find your limits. B. When using the built-in UART, the requested baud rate must be within 3% of a rate that can be achieved for no error to occur. Some parts have internal bugs with BRGH set to 1 and the compiler will not use this unless you specify BRGH1OK in the #USE RS232 directive.
148
149
150
Why do I get an OUT OF ROM error when there seems to be ROM left?
The OUT OF ROM error can occur when a function will not fit into a segment. A function and all of its inline functions must fit into one hardware page. Sometimes decisions are made automatically by the linker. This will cause too many functions to be INLINE for a function to fit into a segment. To correct the problem, the user may need to use #SEPARATE to force a function to be separate. Consider the following example:
TEST.C MAIN ?614 RAM=5 DELAY_MS 0/19 RAM=1 READ_DATA (INLINE) RAM=5 PROCESS_DATA (INLINE) RAM=11 OUTPUT_DATA (INLINE) RAM=6 PUTHEX (INLINE) RAM=2 PUTHEX1 0/18 RAM=2 @PUTCHAR_9600_52_49 0/30 @PUTCHAR_9600_52_49 0/30 PUTHEX1 0/18 RAM=2 @PUTCHAR_9600_52_49 0/30 @PUTCHAR_9600_52_49 0/30
This example shows a main program with several INLINE functions that it calls. The resulting size of MAIN() is 614 locations and this will not fit into a 512 location page in the 56 device. The linker will put a ? in for the segment number since it would not fit in any segment. Note that the x/y notation is the page number (x) and number of locations (y). As a general rule, the linker will INLINE functions called only once to save stack space and in this program caused the function to get too large. The solution in this example will be to put a #SEPARATE before the declaration for PROCESS_DATA or maybe one of the other big functions called by MAIN(). The result might look like the following:
TEST.C MAIN ?406 RAM=5 DELAY_MS 0/19 RAM=1 READ_DATA (INLINE) RAM=5 PROCESS_DATA (INLINE) RAM=11 OUTPUT_DATA (INLINE) RAM=6 PUTHEX (INLINE) RAM=2 PUTHEX1 0/18 RAM=2 @PUTCHAR_9600_52_49 0/30 @PUTCHAR_9600_52_49 0/30 PUTHEX1 0/18 RAM=2 @PUTCHAR_9600_52_49 0/30 @PUTCHAR_9600_52_49 0/30
151
152
This effect is seen when the function is an INLINE function and is called from more than one place. In the above case, the A=0 line is in a INLINE function called in four places. Each place it is called from gets a new copy of the code. Each instance of the code is shown along with the original source line, and the result may look unusual until the addresses and the * are noticed.
153
In this program, the pulse will happen about once a second. The math is as follows: The timer is incremented at (CLOCK/4)/RTCC_DIV. In this example, the timer is incremented (15000000/4)/128 or 29297 times a second (34us). The interrupt happens every 256 increments. In this example, the interrupt happens 29297/256 or 114 times a second. The interrupt function decrements a counter (HIGH_START times) until it is zero, then issues the pulse and resets the counter. In this example, HIGH_START is 114 so the pulse happens once a second. If HIGH_START were 57, the pulse would be about twice a second.
154
How does the compiler handle converting between bytes and words?
In an assignment such as:
bytevar = wordvar;
The most significant BYTE is lost. This is the same result as:
bytevar = wordvar & 0xff;
Any arithmetic or relational expression involving both bytes and words will perform word operations, and treat the bytes as words with the top byte 0. For example:
wordvar= 0x1234; bytevar= 0x34; if(wordvar==bytevar) //will be FALSE
Any arithmetic operations that only involve bytes will yield a byte result even when assigned to word. For Example:
bytevar1 = 0x80; bytevar2 = 0x04; wordvar = bytevar1 * bytevar2; //wordvar will be 0
155
The same is true when relation operators are used in expressions. For Example:
bytevar = (x>y)*4;
SHORT INTs (bit variables) are treated the same as relational expressions. They evaluate to 0 or 1. When expressions are converted to relational expressions or SHORT INTs, the result will be FALSE (or 0) when the expression is 0, otherwise the result is TRUE (or 1). For Example:
bytevar = 54; bitvar = bytevar; if(bytevar) bytevar = 0; bitvar = bytevar;
156
157
158
The call 0 is actually 800H since Bit 11 of the address (Bit 3 of PCLATH, Reg 0A) has been set.
Note that the BSF may not be immediately before the access since the compiler optimizes out the redundant bank switches.
159
The compiler has a large set of built-in functions that will allow one to perform the most common tasks with C function calls. When possible, it is best to use the built-in functions rather than directly write to registers. Register locations change between chips and some register operations require a specific algorithm to be performed when a register value is changed. The compiler also takes into account known chip errata in the implementation of the built-in functions. For example, it is better to do set_tris_A(0); rather than *0x85=0;
160
BUT NOT
ptr = &TABLE [i];
In this case, a pointer to the table cannot be constructed. Similar constructs using CONST may be used with any data type including structures, longs and floats. Note that in the implementation of the above table, a function call is made when a table is accessed with a subscript that cannot be evaluated at compile time.
161
The delay=ms (100) is a quick and dirty debounce. In general, you will not want to sit in an ISR for 100 MS to allow the switch to debounce. A more elegant solution is to set a timer on the first interrupt and wait until the timer overflows. Dont process further changes on the pin.
162
BYTE 2
BYTE 3
BYTE 4
Sign Bit
23 Bit Mantisa
00 7F 7F 82 85 85 C8 43
00 00 80 20 47 48 27 36
00 00 00 00 00 E6 4E 2E
00 00 00 00 00 66 53 17
163
Why does the compiler show less RAM than there really is?
Some devices make part of the RAM much more ineffective to access than the standard RAM. In particular, the 509, 57, 66, 67,76 and 77 devices have this problem. By default, the compiler will not automatically allocate variables to the problem RAM and, therefore, the RAM available will show a number smaller than expected. There are three ways to use this RAM: 1. Use #BYTE or #BIT to allocate a variable in this RAM. Do NOT create a pointer to these variables. Example:
#BYTE counter=0x30
2. Use Read_Bank and Write_Bank to access the RAM like an array. This works well if you need to allocate an array in this RAM. Example:
for(i=0;i<15;i++) Write_Bank(1,i,getc()); for(i=0;i<=15;i++) PUTC(Read_Bank(1,i));
3. For PCM users, you can switch to 16 bit pointers for full RAM access (This takes more ROM). Add *=16 to the #DEVICE . Example:
#DEVICE PIC16C77 *=16
164
165
166
// 1/2 second
167
If you need to use any pin on a port use: #byte portb = 6 #byte portb_tris = 0x86 // ** // ** // bit_to_use is 0-7
In all cases pin_to_use is the normal PIN_A0... defines. ** These lines are only required if you need to change the direction register (TRIS).
168
169
170
171
172
C Compiler Reference Manual Common Questions and Answers if i8 is 200 and i16 is 400 then the result in i32 is 256. (200 plus 200 is 144 with a 8 bit +) Explicit conversion may be done at any point with (type) inserted before the expression to be converted. For example in the above the perhaps desired effect may be achieved by doing: i32 = i16 - ((long)i8 + i8) In this case the first i8 is converted to 16 bit, then the add is a 16 bit add and the second i8 is forced to 16 bit. A common C programming error is to do something like: i16 = i8 * 100; When the intent was: i16 = (long) i8 * 100; Remember that with unsigned ints (the default for this compiler) the values are never negative. For example 2-4 is 254 (in 8 bit). This means the following is an endless loop since i is never less than 0: int i; for( i=100; i>=0; i--)
173
EXAMPLE PROGRAMS
A large number of example programs are included on the disk. The following is a list of many of the programs and some of the key programs are re-printed on the following pages. Most programs will work with any chip by just changing the #INCLUDE line that includes the device information. All of the following programs have wiring instructions at the beginning of the code in a comment header. The SIO.EXE program included in the program directory may be used to demonstrate the example programs. This program will use a PC COM port to communicate with the target. Generic header files are included for the standard PIC parts. These files are in the DEVICES directory. The pins of the chip are defined in these files in the form PIN_B2. It is recommended that for a given project, the file is copied to a project header file and the PIN_xx defines be changed to match the actual hardware. For example; LCDRW (matching the mnemonic on the schematic). Use the generic include files by placing the following in your main .C file: #include <16C74.H> LIST OF COMPLETE EXAMPLE PROGRAMS (in the EXAMPLES directory) EX_14KAD An analog to digital program with calibration for the PIC14000 EX_1920 Uses a Dallas DS1920 button to read temperature EX_8PIN Demonstrates the use of 8 pin PICs with their special I/O requirements EX_92LCD Uses a PIC16C92x chip to directly drive LCD glass EX_AD12 Shows how to use an external 12 bit A/D converter EX_ADMM A/D Conversion example showing min and max analog readings EX_CCP1S Generates a precision pulse using the PIC CCP module EX_CCPMP Uses the PIC CCP module to measure a pulse width
174
C Compiler Reference Manual Example Programs EX_COMP Uses the analog comparator and voltage reference available on some PICs EX_CRC Calculates CRC on a message showing the fast and powerful bit operations EX_CUST Change the nature of the compiler using special preprocessor directives EX_FIXED Shows fixed point numbers EX_DPOT Controls an external digital POT EX_DTMF Generates DTMF tones EX_ENCOD Interfaces to an optical encoder to determine direction and speed EX_EXPIO Uses simple logic chips to add I/O ports to the PIC EX_EXTEE Reads and writes to an external EEPROM EX_FLOAT Shows how to use basic floating point EX_FREQC A 50 mhz frequency counter EX_GLINT Shows how to define a custom global interrupt hander for fast interrupts EX_INTEE Reads and writes to the PIC internal EEPROM EX_LCDKB Displays data to an LCD module and reads data fro keypad
175
C Compiler Reference Manual Example Programs EX_LCDTH Shows current, min and max temperature on an LCD EX_LED Drives a two digit 7 segment LED EX_LOAD Serial boot loader program for chips like the 16F877 EX_MACRO Shows how powerful advanced macros can be in C EX_PATG Generates 8 square waves of different frequencies EX_PBUSM Generic PIC to PIC message transfer program over one wire EX_PBUSR Implements a PIC to PIC shared RAM over one wire EX_PBUTT Shows how to use the B port change interrupt to detect pushbuttons EX_PGEN Generates pulses with period and duty switch selectable EX_PLL Interfaces to an external frequency synthesizer to tune a radio EX_PSP Uses the PIC PSP to implement a printer parallel to serial converter EX_PULSE Measures a pulse width using timer0 EX_PWM Uses the PIC CCP module to generate a pulse stream EX_REACT Times the reaction time of a relay closing using the CCP module EX_RMSDB
176
C Compiler Reference Manual Example Programs Calculates the RMS voltage and dB level of an AC signal EX_RTC Sets and reads an external Real Time Clock using RS232 EX_RTCLK Sets and reads an external Real Time Clock using an LCD and keypad EX_SINE Generates a sine wave using a D/A converter EX_SISR Shows how to do RS232 serial interrupts EX_SLAVE Simulates an I2C serial EEPROM showing the PIC slave mode EX_SPEED Calculates the speed of an external object like a model car EX_SPI Communicates with a serial EEPROM using the H/W SPI module EX_SQW Simple Square wave generator EX_SRAM Reads and writes to an external serial RAM EX_STEP Drives a stepper motor via RS232 commands and an analog input EX_STR Shows how to use basic C string handling functions EX_STWT A stop Watch program that shows how to user a timer interrupt EX_TANK Uses trig functions to calculate the liquid in an odd shaped tank EX_TEMP Displays (via RS232) the temperature from a digital sensor
177
C Compiler Reference Manual Example Programs EX_TGETC Demonstrates how to timeout of waiting for RS232 data EX_TONES Shows how to generate tones by playing "Happy Birthday" EX_TOUCH Reads the serial number from a Dallas touch device EX_USB Implements a USB device on the PIC16C765 EX_VOICE Self learning text to voice program EX_WDT Shows how to use the PIC watch dog timer EX_X10 Communicates with a TW523 unit to read and send power line X10 codes LIST OF INCLUDE FILES (in the DRIVERS directory) 14KCAL.C Calibration functions for the PIC14000 A/D converter 2401.C Serial EEPROM functions 2402.C Serial EEPROM functions 2404.C Serial EEPROM functions 2408.C Serial EEPROM functions 4128.C Serial EEPROM functions 2416.C Serial EEPROM functions
178
C Compiler Reference Manual Example Programs 24256.C Serial EEPROM functions 2432.C Serial EEPROM functions 2465.C Serial EEPROM functions 25160.C Serial EEPROM functions 25320.C Serial EEPROM functions 25640.C Serial EEPROM functions 25C080.C Serial EEPROM functions 68HC68R1.C Serial RAM functions 68HC68R2.C Serial RAM functions 74165.C Expanded input functions 74595.C Expanded output functions 9346.C Serial EEPROM functions 9356.C Serial EEPROM functions 9356SPI.C Serial EEPROM functions (uses H/W SPI)
179
C Compiler Reference Manual Example Programs 9366.C Serial EEPROM functions AD7715.C A/D Converter functions AD8400.C Digital POT functions AT25256.C Serial EEPROM functions CE51X.C Functions to access the 12CE51x EEPROM CE62X.C Functions to access the 12CE62x EEPROM CE67X.C Functions to access the 12CE67x EEPROM CTYPE.H Definitions for various character handling functions DS1302.C Real time clock functions DS1621.C Temperature functions DS1868.C Digital POT functions FLOATEE.C Functions to read/write floats to an EEPROM INPUT.C Functions to read strings and numbers via RS232 KBD.C Functions to read a keypad LCD.C
180
C Compiler Reference Manual Example Programs LCD module functions LOADER.C A simple RS232 program loader LTC1298.C 12 Bit A/D converter functions MATH.H Various standard trig functions MAX517.C D/A converter functions MCP3208.C A/D converter functions NJU6355.C Real time clock functions PCF8570.C Serial RAM functions STDIO.H Not much here - Provided for standard C compatibility STDLIB.H String to number functions STRING.H Various standard string functions TONES.C Functions to generate tones TOUCH.C Functions to read/write to Dallas touch devices X10.C Functions to read/write X10 codes
181
182
if(--int_count==0) { ++seconds; int_count=INTS_PER_SECOND; } } main() { byte start; int_count=INTS_PER_SECOND; set_rtcc(0); setup_counters (RTCC_INTERNAL, RTCC_DIV_256); enable_interrupts (INT_RTCC); enable_interrupts(GLOBAL) do { printf ("Press any key to begin. \n\r"); getc(); start=seconds; printf("Press any key to stop. \n\r"); getc(); printf ("%u seconds. \n\r", seconds-start); } while (TRUE); }
183
184
185
byte read_ext_eeprom(EEPROM_ADDRESS address) { byte cmd[3]; byte i, data; cmd[0]=0; cmd[1]=address; cmd[2]=0xc; for(i=1;i<=4;++i) shift_left(cmd,3,0); output_high(EEPROM_SELECT); for(i=1;i<=20;++i) { output_bit (EEPROM_DI, shift_left (cmd,3,0)); output_high (EEPROM_CLK); output_low(EEPROM_CLK); if (i>12) shift_left (&data, 1, input (EEPROM_DO)); } output_low (EEPROM_SELECT); return(data); }
186
187
Index
#
#ASM..............................................................................................................20, 21 #BIT................................................................................................................23, 24 #BYTE ............................................................................................................24, 25 #CASE..................................................................................................................25 #DEFINE ..............................................................................................................26 #DEVICE ..............................................................................................................27 #ELSE ............................................................................................................30, 31 #ENDASM ......................................................................................................20, 21 #ENDIF.....................................................................................................30, 31, 32 #ERROR ..............................................................................................................28 #FUSES ...............................................................................................................29 #ID Checksum......................................................................................................29 #ID Filename........................................................................................................29 #ID number ..........................................................................................................29 #ID number, number, number........................................................................ 29, 30 #IF expr ................................................................................................................30 #IFDEF ...........................................................................................................31, 32 #IFNDEF ........................................................................................................31, 32 #INCLUDE............................................................................................................32 #INLINE................................................................................................................33 #INT_AD...............................................................................................................34 #INT_ADOF .........................................................................................................33 #INT_BUSCOL.....................................................................................................33 #INT_BUTTON.....................................................................................................33 #INT_CCP1 ..........................................................................................................33 #INT_CCP2 ..........................................................................................................33 #INT_COMP.........................................................................................................33 #INT_DEFAULT .............................................................................................34, 35 #INT_EEPROM....................................................................................................33 #INT_EXT.............................................................................................................33 #INT_EXT1 ..........................................................................................................33 #INT_EXT2 ..........................................................................................................33 #INT_GLOBAL .....................................................................................................35 #INT_I2C ..............................................................................................................33 #INT_LCD ............................................................................................................33 #INT_LOWVOLT..................................................................................................33 #INT_PSP ............................................................................................................33
188
C Compiler Reference Manual Index #INT_RB...............................................................................................................33 #INT_RC ..............................................................................................................33 #INT_RDA............................................................................................................33 #INT_RTCC .........................................................................................................33 #INT_SSP ............................................................................................................33 #INT_TBE.............................................................................................................33 #INT_TIMER0 ......................................................................................................33 #INT_TIMER1 ......................................................................................................33 #INT_TIMER2 ......................................................................................................33 #INT_TIMER3 ......................................................................................................33 #INT_xxxx ............................................................................................................33 #LIST..............................................................................................................35, 36 #LOCATE .............................................................................................................36 #NOLIST ........................................................................................................36, 37 #OPT ....................................................................................................................37 #ORG .............................................................................................................37, 38 #PRAGMA............................................................................................................40 #PRIORITY ..........................................................................................................40 #RESERVE ..........................................................................................................41 #ROM .............................................................................................................41, 42 #SEPARATE ........................................................................................................42 #TYPE ............................................................................................................42, 43 #UNDEF ...............................................................................................................43 #USE I2C ............................................................................................................45 #USE RS232.......................................................................................................46 #USE DELAY .................................................................................................43, 44 #USE FAST_IO....................................................................................................44 #USE FIXED_IO ..................................................................................................44 #USE STANDARD_IO .........................................................................................47 #ZERO_RAM .......................................................................................................48
_
_ _ DATE_ _.........................................................................................................25 _ _ PCH _ _....................................................................................................39, 40 _ _DEVICE_ _......................................................................................................27 _ _PCB_ _ ............................................................................................................39 _ _PCM_ _ ...........................................................................................................39
A
ABS ......................................................................................................................61 ACOS ...........................................................................................................61, 120 ASIN .............................................................................................................61, 120 ATAN............................................................................................................61, 120
189
C Compiler Reference Manual Index ATOF....................................................................................................................61 ATOI ATOL ........................................................................................................62 ATOI32 .................................................................................................................62
B
BIT_CLEAR..........................................................................................................63 BIT_SET...............................................................................................................63 BIT_TEST.............................................................................................................64
C
C Compiler Reference Manual...............................................................................1 C Statements and Expressions............................................................................54 CEIL .....................................................................................................................65 Code Examples..................................................................................................182 Comment..............................................................................................................54 Common Questions and Answers .....................................................................142 Compile Options...................................................................................................11 Compiler Error Messages ..................................................................................131 COS..............................................................................................................66, 120
D
Data Definition......................................................................................................49 Data Definitions....................................................................................................49 DELAY_CYCLES .................................................................................................66 DELAY_MS ..........................................................................................................66 DELAY_US ..........................................................................................................67 Device Calibration Data .........................................................................................5 Direct Device Programming ...................................................................................4 Directories ..............................................................................................................4 DISABLE_INTERRUPTS .....................................................................................68
E
ENABLE_INTERRUPTS ......................................................................................69 Example Programs.............................................................................................174 EXP ......................................................................................................................69 Expressions....................................................................................................56, 58 EXT_INT_EDGE ..................................................................................................70
F
File Formats ...........................................................................................................4 File Menu................................................................................................................7 FLOOR .................................................................................................................70
190
G
GET_RTCC ..........................................................................................................71 GET_TIMER0.......................................................................................................71 GET_TIMER1.......................................................................................................71 GET_TIMER2.......................................................................................................71 GET_TIMER3.......................................................................................................71 GET_TIMERx.......................................................................................................71 GETC ...................................................................................................................72 GETCH.................................................................................................................72 GETCHAR............................................................................................................72 GETS....................................................................................................................73
H
How can a constant data table be placed in ROM?...........................................161 How can I pass a variable to functions like OUTPUT_HIGH ? ..........................168 How can I use two or more RS-232 ports on one PIC?.....................................149 How can the RB interrupt be used to detect a button press? ............................162 How do I directly read/write to internal registers? ..............................................160 How do I do a printf to a string? .........................................................................169 How do I get getc to timeout after a specified time?.........................................167 How do I make a pointer to a function? .............................................................170 How do I put a NOP at location 0 for the ICD? ..................................................169 How do I write variables to EEPROM that are not a byte? ................................166 How does one map a variable to an I/O port? ...................................................143 How does the compiler determine TRUE and FALSE on expressions?............156 How does the compiler handle converting between bytes and words?.............155 How does the PIC connect to a PC? .................................................................150 How does the PIC connect to an I2C device? ...................................................158 How is the TIMER0 interrupt used to perform an event at some rate? .............154
I
I2C_POLL.............................................................................................................73 I2C_READ............................................................................................................74 I2C_START ..........................................................................................................75 I2C_STOP............................................................................................................75 I2C_WRITE ..........................................................................................................76 INPUT...................................................................................................................77 INPUT_A ..............................................................................................................77 INPUT_B ..............................................................................................................77 INPUT_C ..............................................................................................................77 INPUT_D ..............................................................................................................77
191
C Compiler Reference Manual Index INPUT_E ..............................................................................................................77 INPUT_x...............................................................................................................77 Installation ..............................................................................................................2 Instead of 800 the compiler calls 0. Why? .......................................................159 Instead of A0 the compiler is using register 20. Why?.....................................159 Invoking the Command Line Compiler...................................................................2 ISALNUM char .....................................................................................................79 ISALPHA ..............................................................................................................79 ISAMOUNG..........................................................................................................78 ISDIGIT ................................................................................................................79 ISLOWER.............................................................................................................79 ISSPACE..............................................................................................................79 ISUPPER..............................................................................................................79 ISXDIGIT ..............................................................................................................79
K
KBHIT...................................................................................................................80
L
LABS ....................................................................................................................81 LCD_LOAD ..........................................................................................................81 LCD_SYMBOL .....................................................................................................82 LOG......................................................................................................................83 LOG10..................................................................................................................83
M
MAKE8 .................................................................................................................84 MAKE16 ...............................................................................................................85 MAKE32 ...............................................................................................................85 MEMCPY..............................................................................................................86 MEMSET ..............................................................................................................87 MPLAB Integration .................................................................................................3
O
Options Menu.........................................................................................................9 OUTPUT_A ..........................................................................................................90 OUTPUT_B ..........................................................................................................90 OUTPUT_BIT .......................................................................................................87 OUTPUT_C ..........................................................................................................90 OUTPUT_D ..........................................................................................................90 OUTPUT_E ..........................................................................................................90 OUTPUT_FLOAT.................................................................................................88
192
C Compiler Reference Manual Index OUTPUT_HIGH ...................................................................................................89 OUTPUT_LOW ....................................................................................................89 Overview ................................................................................................................1
P
PCB PCM and PCH Overview ..............................................................................1 PCB........................................................................................................................1 PCH .......................................................................................................................1 PCM .......................................................................................................................1 PCW Editor C Features..........................................................................................9 PCW IDE ................................................................................................................7 PCW Overview.......................................................................................................1 PORT_B_PULLUPS ............................................................................................91 POW.....................................................................................................................91 Pre-Processor Directives .....................................................................................20 PRINTF ................................................................................................................92 Program Syntax ...................................................................................................54 Project Menu ..........................................................................................................8 Project Wizard......................................................................................................18 PSP_INPUT_FULL ..............................................................................................93 PSP_OUTPUT_FULL ..........................................................................................93 PSP_OVERFLOW ...............................................................................................93 PUTC....................................................................................................................94 PUTCHAR ............................................................................................................94 PUTS....................................................................................................................95
R
READ_ADC..........................................................................................................95 READ_BANK .......................................................................................................96 READ_CALIBRATION .........................................................................................97 READ_EEPROM..................................................................................................98 READ_PROGRAM_EEPROM .............................................................................98 Reference Parameters .........................................................................................53 RESET_CPU........................................................................................................99 RESTART_CAUSE ..............................................................................................99 RESTART_WDT ................................................................................................100 ROTATE_LEFT..................................................................................................101 ROTATE_RIGHT ...............................................................................................102
S
SET_ADC_CHANNEL .......................................................................................102 SET_PWM1_DUTY............................................................................................103 SET_PWM2_DUTY............................................................................................103
193
C Compiler Reference Manual Index SET_RTCC ........................................................................................................104 SET_TIMER0 .....................................................................................................104 SET_TIMER1 .....................................................................................................104 SET_TIMER2 .....................................................................................................104 SET_TIMER3 .....................................................................................................104 SET_TRIS_A......................................................................................................105 SET_TRIS_B......................................................................................................105 SET_TRIS_C .....................................................................................................105 SET_TRIS_D .....................................................................................................105 SET_TRIS_E......................................................................................................105 SET_UART_SPEED ..........................................................................................106 SETUP_ADC mode............................................................................................107 SETUP_ADC_PORTS .......................................................................................107 SETUP_CCP1....................................................................................................108 SETUP_CCP2....................................................................................................108 SETUP_COMPARATOR ...................................................................................109 SETUP_COUNTERS .................................................................................110, 111 SETUP_LCD ......................................................................................................111 SETUP_PSP ......................................................................................................112 SETUP_SPI .......................................................................................................112 SETUP_TIMER_0 ......................................................................................113, 114 SETUP_TIMER_1 ......................................................................................114, 115 SETUP_TIMER_2 ..............................................................................................115 SETUP_TIMER_3 ..............................................................................................116 SETUP_VREF............................................................................................116, 117 SETUP_WDT .....................................................................................................117 SHIFT_LEFT ......................................................................................................118 SHIFT_RIGHT....................................................................................................119 SIN .....................................................................................................................120 SLEEP................................................................................................................121 Software License Agreement .............................................................................187 SPI_DATA_IS_IN...............................................................................................121 SPI_READ..........................................................................................................122 SPI_WRITE........................................................................................................122 SQRT .................................................................................................................123 STANDARD STRING FUNCTIONS...................................................................124 STRCAT .............................................................................................................124 STRCHR ............................................................................................................124 STRCMP ............................................................................................................124 STRCPY.....................................................................................................126, 127 STRICMP ...........................................................................................................124 STRLEN .............................................................................................................124 STRLWR ............................................................................................................124
194
C Compiler Reference Manual Index STRNCMP..........................................................................................................124 STRNCPY ..........................................................................................................124 STRPBRK ..........................................................................................................124 STRRCHR..........................................................................................................124 STRSPN.............................................................................................................124 STRSTR .............................................................................................................124 STRTOK.............................................................................................................125 SWAP.................................................................................................................127
T
TAN ............................................................................................................120, 128 Technical Support ..................................................................................................2 TOLOWER .........................................................................................................128 Tools Menu ..........................................................................................................13 TOUPPER ..........................................................................................................128
U
Utility Programs......................................................................................................5
V
View Menu............................................................................................................11
W
What are the restrictions on function calls from an interrupt function?..............157 What can be done about an OUT OF RAM error? ............................................152 What is an easy way for two or more PICs to communicate? ...........................165 What is the format of floating point numbers? ...................................................163 Why do I get an OUT OF ROM error when there seems to be ROM left? ........151 Why does a program work with standard I/O but not with fast I/O?...................145 Why does the .LST file look out of order?..........................................................153 Why does the compiler show less RAM than there really is? ............................164 Why does the compiler use the obsolete TRIS?................................................158 Why does the generated code that uses BIT variables look so ugly? ...............146 Why is the RS-232 not working right?................................................................147 WRITE_BANK....................................................................................................128 WRITE_EEPROM ..............................................................................................129 WRITE_PROGRAM_EEPROM .........................................................................130
195