Ccs C Manual
Ccs C Manual
Reference Manual
June 2008
Table Of Contents
Overview........................................................................................................................................... 1
PCB, PCM and PCH Overview ..................................................................................................... 1
Installation .................................................................................................................................... 1
Technical Support ........................................................................................................................ 2
Directories .................................................................................................................................... 2
File Formats.................................................................................................................................. 3
Invoking the Command Line Compiler....................................................................................... 4
PCW Overview .............................................................................................................................. 6
Program Syntax ............................................................................................................................. 17
Overall Structure ........................................................................................................................ 17
Comment..................................................................................................................................... 17
Trigraph Sequences................................................................................................................... 19
Multiple Project Files ................................................................................................................. 19
Multiple Compilation Units ........................................................................................................ 20
Example ...................................................................................................................................... 22
Statements ..................................................................................................................................... 23
Statements.................................................................................................................................. 23
if ................................................................................................................................................... 24
while ............................................................................................................................................ 25
do................................................................................................................................................. 25
do-while....................................................................................................................................... 25
for ................................................................................................................................................ 26
switch .......................................................................................................................................... 26
return........................................................................................................................................... 27
goto ............................................................................................................................................. 27
label ............................................................................................................................................. 27
break............................................................................................................................................ 28
continue ...................................................................................................................................... 28
expr.............................................................................................................................................. 28
; .................................................................................................................................................... 29
stmt.............................................................................................................................................. 29
Expressions ................................................................................................................................... 31
Expressions................................................................................................................................ 31
Operators .................................................................................................................................... 31
operator precedence.................................................................................................................. 33
Reference Parameters ............................................................................................................... 34
Variable Argument Lists ............................................................................................................ 34
Default Parameters..................................................................................................................... 35
Overloaded Functions ............................................................................................................... 36
Data Definitions ............................................................................................................................. 37
Basic and Special types ............................................................................................................ 37
Declarations................................................................................................................................ 41
Non-RAM Data Definitions......................................................................................................... 41
Using Program Memory for Data .............................................................................................. 43
Function Definition..................................................................................................................... 45
Functional Overviews.................................................................................................................... 47
I2C................................................................................................................................................ 47
ADC ............................................................................................................................................. 48
Analog Comparator.................................................................................................................... 49
CAN Bus...................................................................................................................................... 50
CCP1............................................................................................................................................ 53
CCP2, CCP3, CCP4, CCP5, CCP6.............................................................................................. 54
Configuration Memory ............................................................................................................... 54
Data Eeprom ............................................................................................................................... 55
External Memory ........................................................................................................................ 56
General Purpose I/O................................................................................................................... 57
Internal LCD................................................................................................................................ 58
Internal Oscillator....................................................................................................................... 59
Interrupts .................................................................................................................................... 60
Linker .......................................................................................................................................... 61
Low Voltage Detect .................................................................................................................... 65
Power PWM................................................................................................................................. 66
Program Eeprom ........................................................................................................................ 67
PSP .............................................................................................................................................. 69
PMP ............................................................................................................................................. 70
RS232 I/O .................................................................................................................................... 71
RTOS ........................................................................................................................................... 73
SPI ............................................................................................................................................... 75
Timer0 ......................................................................................................................................... 76
Timer1 ......................................................................................................................................... 77
Timer2 ......................................................................................................................................... 78
Timer3 ......................................................................................................................................... 79
Timer4 ......................................................................................................................................... 79
Timer5 ......................................................................................................................................... 79
USB.............................................................................................................................................. 80
Voltage Reference ...................................................................................................................... 83
WDT or Watch Dog Timer .......................................................................................................... 84
Pre-Processor Directives .............................................................................................................. 85
PRE-PROCESSOR...................................................................................................................... 85
#ASM #ENDASM ..................................................................................................................... 87
#BIT.......................................................................................................................................... 90
#BUILD..................................................................................................................................... 91
#BYTE ...................................................................................................................................... 92
#CASE...................................................................................................................................... 93
_DATE_.................................................................................................................................... 93
#DEFINE .................................................................................................................................. 94
#DEVICE .................................................................................................................................. 95
_DEVICE_ ................................................................................................................................ 97
#ERROR................................................................................................................................... 97
#EXPORT (options)................................................................................................................. 98
__FILE__.................................................................................................................................. 99
__FILENAME__ ..................................................................................................................... 100
#FILL_ROM............................................................................................................................ 100
vi
Table Of Contents
#FUSES.................................................................................................................................. 101
#HEXCOMMENT.................................................................................................................... 102
#ID .......................................................................................................................................... 102
#IF exp #ELSE #ELIF #ENDIF ............................................................................................. 103
#IFDEF #IFNDEF #ELSE #ELIF #ENDIF.............................................................................. 104
#IGNORE_WARNINGS.......................................................................................................... 105
#IMPORT (options) ............................................................................................................... 105
#INCLUDE.............................................................................................................................. 107
#INLINE.................................................................................................................................. 107
#INT_xxxx.............................................................................................................................. 108
#INT_DEFAULT ..................................................................................................................... 112
#INT_GLOBAL....................................................................................................................... 112
__LINE__ ............................................................................................................................... 113
#LIST...................................................................................................................................... 113
#LINE ..................................................................................................................................... 114
#LOCATE............................................................................................................................... 114
#MODULE .............................................................................................................................. 115
#NOLIST ................................................................................................................................ 116
#OPT ...................................................................................................................................... 116
#ORG ..................................................................................................................................... 117
#OCS...................................................................................................................................... 118
__PCB__ ................................................................................................................................ 119
__ PCM __.............................................................................................................................. 119
__ PCH __ .............................................................................................................................. 120
#PRAGMA.............................................................................................................................. 120
#PRIORITY............................................................................................................................. 121
#RESERVE ............................................................................................................................ 121
#ROM ..................................................................................................................................... 122
#SEPARATE .......................................................................................................................... 123
#SERIALIZE ........................................................................................................................... 123
#TASK.................................................................................................................................... 125
__ TIME __ ............................................................................................................................. 126
#TYPE .................................................................................................................................... 126
#UNDEF ................................................................................................................................. 128
#USE DELAY ......................................................................................................................... 128
#USE DYNAMIC_MEMORY .................................................................................................. 130
#USE FAST_IO ...................................................................................................................... 130
#USE FIXED_IO ..................................................................................................................... 131
#USE I2C................................................................................................................................ 131
#USE RS232 ......................................................................................................................... 133
#USE RTOS .......................................................................................................................... 136
#USE SPI ............................................................................................................................... 137
#USE STANDARD_IO ........................................................................................................... 139
#WARNING ............................................................................................................................ 139
#WORD .................................................................................................................................. 140
#ZERO_RAM ......................................................................................................................... 140
vii
viii
Table Of Contents
ix
Table Of Contents
setup_psp(option,address_mask)....................................................................................... 247
setup_timer_0( ) .................................................................................................................... 248
setup_timer_1( ) .................................................................................................................... 249
setup_timer_2( ) .................................................................................................................... 250
setup_timer_3( ) .................................................................................................................... 250
setup_timer_4( ) .................................................................................................................... 251
setup_timer_5( ) .................................................................................................................... 252
setup_uart( ) .......................................................................................................................... 252
steup_vref( ) .......................................................................................................................... 253
setup_wdt( ) .......................................................................................................................... 254
shift_left( ) ............................................................................................................................. 255
shift_right( )........................................................................................................................... 256
sin( ) cos( ) tan( ) asin( ) acos() atan() sinh() cosh() tanh() atan2( ) .................................. 257
sleep( ) ................................................................................................................................... 258
sleep_ulpwu( )....................................................................................................................... 259
spi_data_is_in( ) spi_data_is_in2( )..................................................................................... 259
spi_read( ) spi_read2( ) ........................................................................................................ 260
spi_write( ) spi_write2( )....................................................................................................... 261
spi_xfer( ) .............................................................................................................................. 261
sprintf( ) ................................................................................................................................. 262
sqrt( ) ..................................................................................................................................... 263
srand( ) .................................................................................................................................. 264
STANDARD STRING FUNCTIONS( ).................................................................................... 265
memchr( ) memcmp( ) strcat( ) strchr( ) strcmp( ) strcoll( ) strcspn( ) ............................. 265
strerror( ) stricmp( ) strlen( ) strlwr( ) strncat( ) strncmp( ) strncpy( ) strpbrk( ) strrchr( )
strspn( ) strstr( ) strxfrm( ) ................................................................................................... 265
strtod( ) .................................................................................................................................. 266
strtok( ) .................................................................................................................................. 267
strtol( ) ................................................................................................................................... 268
strtoul( ) ................................................................................................................................. 268
swap( ) ................................................................................................................................... 269
tolower( ) toupper( ).............................................................................................................. 270
va_arg( )................................................................................................................................. 270
va_end ................................................................................................................................... 271
va_start.................................................................................................................................. 272
write_bank( ) ......................................................................................................................... 273
write_configuration_memory( ) ........................................................................................... 274
write_eeprom( ) ..................................................................................................................... 274
write_external_memory( ) .................................................................................................... 275
write_program_eeprom( ) .................................................................................................... 276
write_program_memory( ) ................................................................................................... 276
Standard C Include Files ............................................................................................................. 279
errno.h....................................................................................................................................... 279
float.h ........................................................................................................................................ 279
limits.h....................................................................................................................................... 280
locale.h...................................................................................................................................... 281
setjmp.h .................................................................................................................................... 281
stddef.h ..................................................................................................................................... 281
xi
xii
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 16-bit opcode PIC microcontrollers. Due to many similarities, all three
compilers are covered in this reference manual. Features and limitations that apply to only specific
microcontrollers are indicated within. These compilers are specifically designed to meet the unique
needs of the PIC microcontroller. This allows developers to quickly design applications software
in a more readable, high-level language.
When compared to a more traditional C compiler, PCB, PCM, and PCH have some limitations. As
an example of the limitations, function recursion is not allowed. This is due to the fact that the
PIC has no stack to push variables onto, and also because of the way the compilers optimize the
code. The compilers can efficiently implement normal C constructs, input/output operations, and bit
twiddling operations. All normal C data types are supported along with pointers to constant arrays,
fixed point decimal, and arrays of bits.
Installation
Technical Support
Directories
The compiler will search the following directories for Include files.
Overview
File Formats
The compiler can output 8-bet hex, 16-bit hex, and binary files. Three listing formats are available:
1) Standard format resembles the Microchip tools, and may be required by other Third-Party tools.
2) Simple format is generated by compiler and is easier to read.
3) Symbolic format uses names versus addresses for registers.
The debug files may be output as Microchip .COD file, Advanced Transdata .MAP file, expanded
.COD file for CCS debugging or MPLAB 7.xx .COF file. All file formats and extensions may be
selected via Options File Associations option in Windows IDE.
.C
.H
These are standard or custom header files used to define pins, register, register bits,
functions and preprocessor directives.
.PJT
This is the project file which contains information related to the project.
.LST
This is the listing file which shows each C source line and the associated assembly code
generated for that line.
The elements in the .LST file may be selected in PCW under Options>Project
Options>File Formats
Match
-Includes the HEX opcode for each instruction
code
SFR
-Instead of an address a name is used. For example instead of 044
names
is will show CORCON
Symbols
-Shows variable names instead of addresses
Interpret
-Adds a pseudo code interpretation to the right of assembly
instruction to help understand the operation.
For example:
LSR W4,#8,W5
W5=W4>>8
.SYM
This is the symbol map which shows each register location and what program variables
are stored in each location.
.STA
The statistics file shows the RAM, ROM, and STACK usage. It provides information on
the source codes structural and textual complexities using Halstead and McCabe
metrics.
.TRE
The tree file shows the call tree. It details each function and what functions it calls along
with the ROM and RAM usage for each function.
.HEX
The compiler generates standard HEX files that are compatible with all programmers.
.COF
.COD
.RTF
The output of the Documentation Generator is exported in a Rich Text File format which
can be viewed using the RTF editor or wordpad.
.RVF
The Rich View Format is used by the RTF Editor within the IDE to view the Rich Text
File.
.DGR
.ESYM
This file is generated for the IDE users. The file contains Identifiers and Comment
information. This data can be used for automatic documentation generation and for the
IDE helpers.
.OSYM
This file is generated when the compiler is set to export a relocatable object file. This file
is a .sym file for just the one unit.
[options]
Valid options:
+FB
+FM
+FH
+Yx
+FS
+ES
+T
+A
+EW
+EA
[cfilename]
-D
+DS
+DM
+DC
+EO
-T
-A
-EW
-E
+DF
Overview
The xxx in the following are optional. If included it sets the file extension:
+LNxxx
+O8xxx
Normal list file
8-bit Intel HEX output file
+LSxxx
+OWxxx
MPASM format list file
16-bit Intel HEX output file
+LOxxx
+OBxxx
Old MPASM list file
Binary output file
+LYxxx
-O
Symbolic list file
Do not create object file
-L
Do not create list file
+P
+Pxx
+PN
+PE
+Z
+DF
I+="..."
I="..."
-P
+M
-M
+J
-J
+ICD
#xxx="yyy"
+Gxxx="yyy"
+?
-?
Same as #xxx="yyy"
Brings up a help file
Same as +?
+STDOUT
+SETUP
+V
+Q
A / character may be used in place of a + character. The default options are as follows:
+FM +ES +J +DC +Y9 -T -A +M +LNlst +O8hex -P -Z
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
PCW Overview
Beginning in version 4.XXX of PCW, the menus and toolbars are set-up in specially organized
Ribbons. Each Ribbon relates to a specific type of activity an is only shown when selected. CCS
has included a "User Toolbar" Ribbon that allows the user to customize the Ribbon for individual
needs.
File Menu
Click on this icon for the following items:
New
Open
Opens a file to the editor. Includes options for Source, Project, Output, RTF, Flow
Chart, Hex or Text. Ctrl+O is the shortcut.
Close
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.
Close All
Save
Saves the file currently selected for editing. Crtl+S is the shortcut.
Save As
Save All
Overview
Encrypt
Creates an encrypted include file. The standard compiler #include directive will
accept files with this extension and decrypt them when read. This allows include files
to be distributed without releasing the source code.
Recent
Files
Exit
The right-side of the menu has a Recent Files list for commonly used files.
The bottom of the menu has an icon to terminate PCW.
Project
Open an existing project (.PJT) file as specified and the main source file is loaded.
PIC
Wizard
This command is a fast way to start a new project. It will bring up a screen with fill-inthe-blanks to create a new project. When items such as RS232 I/O, i2C, timers,
interrupts, A/D options, drivers and pin name are specified by the user, the Wizard
will select required pins and pins that may have combined use. After all selections
are made, the initial .c and .h files are created with #defines, #includes and
initialization commands required for the project.
Create
Create a new project with the ability to add/remove source files, include files, global
defines and specify output files.
Open All
Files
Close
Project
Find
Text in
Project
Open all files in a project so that all include files become known for compilation.
Close all files associated with project.
Ability to search all files for specific text string.
Undo
Redo
Cut
Copy
Paste
Unindent
Selection
Indent
Selection
Select All
Copy
from File
Past to
File
Macros
Overview
Find
Find Text
in Project
Find Next
Word at
Cursor
Goto Line
Toggle
Bookmark
Goto
Bookmark
Project
Options
Editor
Properties
Allows user to define the set-up of editor properties for Windows options.
Tools
Window display of User Defined Tools and options to add and apply.
Software
Updates
Properties
Printer
Setup
Toolbar
Setup
File
Associations
Set the printer port and paper and other properties for printing.
Customize the toolbar properties to add/remove icons and keyboard commands.
Customize the settings for files according to software being used.
Compile
Compiles the current project in status bar using the current compiler.
Build
Compiler
Lookup
Part
Program
Chip
Debug
Allows for input of .hex and will output .asm for debugging.
C/ASM
List
Opens listing file in read-only mode. Will show each C source line code and the
associated assembly code generated.
Symbol
Map
Opens the symbol file in read-only mode. Symbol map shows each register location
and what program variable are saved in each location.
Call Tree
Opens the tree file in read-only mode. The call tree shows each function and what
functions it calls along with the ROM and RAM usage for each.
Statistics
Opens the statistics file in read-only mode. The statistics file shows each function,
the ROM and RAM usage by file, segment and name.
Debug
File
Opens the debug file in read-only mode. The listing file shows each C source line
code and the associated assembly code generated.
10
Lists the options of CCS ICD or Mach X programmers and will connect to SIOW
program.
Overview
Valid
Interrupts
This displays a list of valid interrupts used with the #INT_keyword for the chip used
in the current project. The interrupts for other chips can be viewed using the drop
down menu.
Valid
Fuses
This displays a list of valid FUSE used with the #FUSES directive associated with
the chip used in the current project. The fuses for other chips can be viewed using
the drop down menu.
Data
Sheets
This tool is used to view the Manufacturer data sheets for all the Microchip parts
supported by the compiler.
Part
Errata
This allows user to view the errata database to see what errata is associated with a
part and if the compiler has compensated for the problem.
Special
Registers
This displays the special function registers associated with the part.
New Edit
Window
This will open a new edit window which can be tiled to view files side by side.
Dock
Editor
Window
Selecting this checkbox will dock the editor window into the IDE.
Project
Files
When this checkbox is selected, the Project files slide out tab is displayed. This will
allow quicker access to all the project source files and output files.
Project
List
Selecting this checkbox displays the Project slide out tab. The Project slide out tab
displays all the recent project files.
Output
Selecting this checkbox will enable the display of warning and error messages
generated by the compiler.
Identifier
List
Selecting this checkbox displays the Identifier slide out tab. It allows quick access to
project identifiers like functions, types, variables and defines.
11
Device Editor
This tool is used to edit the device database used by the compiler to control
compilations. The user can edit the chip memory, interrupts, fuses and other
peripheral settings for all the supported devices.
Device
Selector
This tool uses the device database to allow for parametric selection of devices.
The tool displays all eligible devices based on the selection criteria.
File Compare
This utility is used to compare two files. Source or text files can be compared line
by line and list files can be compared by ignoring the RAM/ROM addresses to
make the comparisons more meaningful.
Numeric
Converter
This utility can be used to convert data between different formats. The user can
simultaneously view data in various formats like binary, hex, IEEE, signed and
unsigned.
Serial Port
Monitor
This tool is an easy way of connecting a PIC to a serial port. Data can be viewed
in ASCII or hex format. An entire hex file can be transmitted to the PIC which is
useful for bootloading application.
Disassembler
This tool will take an input hex file and output an ASM.
Convert Data
to C
This utility will input data from a text file and generate code is form of a #ROM or
CONST statement.
Extract
Calibration
This tool will input a hex file and extract the calibration data to a C include file.
This feature is useful for saving calibration data stored at top of program memory
from certain PIC chips.
MACH X
This will call the Mach-X.exe program and will download the hex file for the
current project onto the chip.
ICD
This will call the ICD.exe program and will download the hex file for the current
project onto the chip.
12
Overview
Enable
Debugger
Enables the debugger. Opens the debugger window, downloads the code and onchip debugger and resets the target into the debugger.
Reset
Single
Step
Executes one source code line at a time. A single line of C source code or ASM
code is executed depending on whether the source code or the list file tab in the
editor is active.
Step Over
This steps over the target code. It is useful for stepping over function calls.
Run to
Cursor
Runs the target code to the cursor. Place the cursor at the desired location in the
code and click on this button to execute the code till that address.
Snapshot
This allows users to record various debugging information. Debug information like
watches, ram values, data eeprom values, rom values , peripheral status can be
conveniently logged. This log can be saved, printed, overwritten or appended.
Run
Script
This tool allows the IDE's integrated debugger to execute a C-style script. The
functions and variable of the program can be accesses and the debugger creates a
report of the results.
Debug
Windows
This drop down menu allows viewing of a particular debug tab. Click on the tab
name in the drop down list which you want to view and it will bring up that tab in the
debugger window.
13
Format
Source
This utility formats the source file for indenting, color syntax highlighting, and other
formatting options.
Generate
Document
This will call the document generator program which uses a user generated
template in .RTF format to merge with comment from the source code to produce
an output file in .RTF format as source code documentation.
RTF Editor
Open the RTF editor program which is a fully featured RTF editor to make
integration of documentation into your project easier.
Flow Chart
Opens a flow chart program for quick and easy charting. This tool can be used to
generate simple graphics including schematics.
Quotes
Comments
Print all
Files
14
Overview
Help Menu
Click on this icon for the following items:
Contents
Index
Keyword at
Cursor
Index search in Help File for the keyword at the cursor location. Press F1 to use
this feature.
Debugger
Help
Editor
Lists the Editor Keys available for use in PCW. Shft+F12 will also call this
function help file page for quick review.
Data Types
Operators
Specific Help File page for table of operators that may be used in PCW.
Statements
Preprocessor
Commands
Specific Help File page for listing of commonly used preprocessor commands.
Built-in
Functions
Specific Help File page for listing of commonly used built-in functions provided by
the compiler.
Technical
Support
Technical Support wizard to directly contact Technical Support via email and the
ability to attach files.
Check for
Software
Updates
Internet
About
15
PROGRAM SYNTAX
Overall Structure
Comment
17
Global Comments These are named comments that appear at the top of your source code. The
comment names are case sensitive and they must match the case used in the documentation
template.
For example:
//*PURPOSE This program implements a Bootloader.
//*AUTHOR John Doe
A '//' followed by an * will tell the compiler that the keyword which follows it will be the named
comment. The actual comment that follows it will be exported as a paragraph to the documentation
generator.
Multiple line comments can be specified by adding a : after the *, so the compiler will not
concatenate the comments that follow. For example:
/**:CHANGES
05/16/06 Added PWM loop
05/27.06 Fixed Flashing problem
*/
Variable Comments A variable comment is a comment that appears immediately after a variable
declaration. For example:
int seconds; // Number of seconds since last entry
long day, // Current day of the month
int month, /* Current Month */
long year;
// Year
Function Comments A function comment is a comment that appears just before a function
declaration. For example:
// The following function initializes outputs
void function_foo()
{
init_outputs();
}
Function Named Comments The named comments can be used for functions in a similar manner
to the Global Comments. These comments appear before the function, and the names are
exported as-is to the documentation generator.
For example:
//*PURPOSE This function displays data in BCD format
void display_BCD( byte n)
{
display_routine();
}
18
Program Syntax
Trigraph Sequences
The compiler accepts three character sequences instead of some special characters not available
on all keyboards as follows:
Sequence Same as
??=
#
??(
[
??/
\
??)
]
??'
^
??<
{
??!
|
??>
}
??~
When there are multiple files in a project they can all be included using the #include in the main file
or the subfiles to use the automatic linker included in the compiler. All the header files, standard
libraries and driver files can be included using this method to automatically link them.
For example: if you have main.c, x.c, x.h, y.c,y.h and z.c and z.h files in your project, you can say
in:
main.c
#include <device
header file>
x.c
y.c
#include <x.h>
#include <y.h>
z.c
#include <z.h>
#include <x.c>
#include <y.c>
#include <z.c>
In this example there are 8 files and one compilation unit. Main.c is the only file compiled.
Note that the #module directive can be used in any include file to limit the visibility of the symbol in
that file.
To separately compile your files see the section "multiple compilation units".
19
Traditionally the CCS C compilers used only one compilation unit and multiple files were
implemented with #include files. When using multiple compilation units care must be given that
preprocessor commands that control the compilation are compatible across all units. It is
recommended directives such as #fuses, #use and the device header file all be put in an include
file included by all units. When a unit is compiled it will output a relocatable object file (.o) and
symbol file (.osym).
For a detailed example see MCV.zip in the examples directory.
The following is an overview of a multiple compilation unit example:
main.c
filter.c
report.c
project.h
filter.h
report.h
build.bat
build.bat
project.pjt
main
filter
report
#include's:
project.h
filter.h
report.h
#include's:
project.h
report.h
#include's:
project.h
Definitions:
main() program
Public Definitions:
clear_data()
filter_data()
Public Definitions:
report_line_number
report_data_line()
report_error()
Uses:
clear_data()
filter_data()
report_data_line()
report_line_number
Uses:
report_error()
Each unit:
*.o (relocatable object)
*.err (error file)
*.osym (unit symbols)
20
Program Syntax
Notes
By default, variables declared at the unit level (outside a function) are visible to all other
units. To make a variable private to the unit use the keyword static. Notice report.c
defines the varable report_line_number. If the definition were changed to look as the
following line, then there would be a link time error since main.c attempts to use the
variable.
static long report_line_number;
This same rule applies to functions. Use static to make a function local to the unit.
Should two units have a function, or unit level variable with the same name, an error is
generated unless one of the following is true:
The identifier is qualified with static.
The argument list is different and two instances of the function can co-exist in
the project in accordance with the normal overload rules.
The contents of the functions are absolutely identical. In this case the CCS
linker simply deletes the duplicate function.
The standard C libraries (like stdlib.h) are supplied with source code in the .h file.
Because of the above rule, these files may be #include'd in multiple units without taking
up extra ROM and with no need to include these in the link command since they are not
units.
#define's are never exported to other units. If a #define needs to be shared between
units put them in an include file that is #include'd by both units. Project wide defines in
our example could go into prject.h
It is best to have an include file like project.h that all units #include. This file should
define the chip, speed, fuses and any other compiler settings that should be the same
for all units in the project.
In this example project a #USE RS232 is in the project.h file. This creates an RS232
library in each unit. The linker is able to determine the libraries are the same and the
duplicates removed in the final link.
Each unit has it own error file (like filter.err). When the compilations are done in a batch
file it may be useful to terminate the batch run on the first error. The +CC command
line option will cause the compiler to return a windows error code if the compilation
fails. This can be tested in the batch file like this:
"c:\program files\picc\ccsc"+FM +CC +EXPORT report.c
if not errorlevel 1 goto abort
...
goto end
:abort
echo COMPILE ERROR
:end
21
Example
Here is a sample program with explanation using CCS C to read adc samples over rs232:
///////////////////////////////////////////////////////
/// This program displays the min and max of 30,
///
/// comments that explains what the program does, ///
/// and A/D samples over the RS-232 interface.
///
///////////////////////////////////////////////////////
#if defined(__PCM__)
// preprocessor directive that
chooses the compiler
#include <16F877.h>
// preprocessor directive that
selects the chip PIC16F877
#fuses HS,NOWDT,NOPROTECT,NOLVP
// preprocessor directive that
defines fuses for the chip
#use delay(clock=20000000)
// preprocessor directive that
specifies the clock speed
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7) // preprocessor directive that
includes the rs232 libraries
#elif defined(__PCH__)
// same as above but for the
PCH compiler and PIC18F452
#include <18F452.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7)
#endif
void main() {
// main function
int i, value, min, max;
// local variable declaration
printf("Sampling:");
// printf function included in
the RS232 library
setup_port_a( ALL_ANALOG );
// A/D setup functions- builtin
setup_adc( ADC_CLOCK_INTERNAL );
// A/D setup functions- builtin
set_adc_channel( 0 );
// A/D setup functions- builtin
do {
// do while statement
min=255;
// expression
max=0;
for(i=0; i<=30; ++i) {
// for statement
delay_ms(100);
// delay built-in function
call
value = Read_ADC();
// A/D read functions- builtin
if(value<min)
// if statement
min=value;
if(value>max)
// if statement
max=value;
}
printf("\n\rMin: %2X Max: %2X\n\r",min,max);
} while (TRUE);
}
22
STATEMENTS
Statements
STATEMENT
if (expr) stmt; [else stmt;]
c()!=0)
());
;
;++i)
r\n,i);
intf(cmd 0);
intf(cmd 1);
intf(bad cmd);
return [expr];
goto label;
label: stmt;
break;
continue;
expr;
;
{[stmt]}
Zero or more
Note: Items in [ ] are optional
23
if
if-else
The if-else statement is used to make decisions.
The syntax is :
if (expr)
stmt-1;
[else
stmt-2;]
The expression is evaluated; if it is true stmt-1 is done. If it is false then stmt-2 is done.
else-if
This is used to make multi-way decisions.
The syntax is
if (expr)
stmt;
[else if (expr)
stmt;]
...
[else
stmt;]
The expression's are evaluated in order; if any expression is true, the statement associated with it
is executed and it terminates the chain. If none of the conditions are satisfied the last else part is
executed.
Example:
if (x==25)
x=1;
else
x=x+1;
24
Statements
while
do
do-while
It differs from While and For loop in that the termination condition is checked at the bottom of the
loop rather than at the top and so the body of the loop is always executed at least once.
The syntax is
do
statement
while (expr);
The statement is executed; the expr is evaluated. If true, the same is repeated and when it
becomes false the loop terminates.
Also See: Statements , While
25
for
switch
26
Statements
return
goto
label
27
break
Statement: break;
The break statement is used to exit out of a control loop. It provides an early exit from while, for ,do
and switch.
The syntax is
break;
It causes the innermost enclosing loop(or switch) to be exited immediately.
Example:
break;
continue
Statement: continue;
The continue statement causes the next iteration of the enclosing loop(While, For, Do) to begin.
The syntax is
continue;
It causes the test part to be executed immediately in case of do and while and the control passes
the re-initialization step in case of for.
Example:
continue;
expr
Statement: expr;
Example:
i=1;
28
Statements
Statement: ;
Example:
;
stmt
Statement: {[stmt]}
Zero or more semi colon separated
Example:
{a=1;
b=1;}
29
EXPRESSIONS
Expressions
Constants:
123
0123
0x123
0b010010
'x'
'\010'
'\xA5
'\c'
"abcdef"
Identifiers:
ABCDE
ID[X]
ID[X][X]
ID.ID
ID->ID
Operators
+
Addition Operator
+=
&=
&
Address operator
&
^=
31
l=
?:
--
Decrement
/=
Division operator
==
Equality
>
>=
++
Increment
Indirection operator
!=
Inequality
<<=
<
<<
<=
&&
ll
Logical OR operator
%=
Modules operator
*=
Multiplication operator
>>=
>>
->
-=
Subtraction operator
sizeof
32
Expressions
operator precedence
~expr
++expr
expr++
(type)expr
*expr
&value
sizeof(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
expr ? expr: expr
lvalue = expr
expr!=expr
lvalue+=expr
lvalue-=expr
lvalue*=expr
lvalue/=expr
lvalue%=expr
lvalue>>=expr
lvalue<<=expr
lvalue&=expr
lvalue^=expr
lvalue|=expr
expr, expr
- -expr
expr - -
expr>=expr
33
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);
funct_b(int&x,int&y){
/*Reference params*/
if(x!=5)
y=x+3;
}
funct_b(a,b);
A function with variable number of parameters requires two things. First, it requires the ellipsis
(...), which must be the last parameter of the function. The ellipsis represents the variable argument
list. Second, it requires one more variable before the ellipsis (...). Usually you will use this variable
as a method for determining how many variables have been pushed onto the ellipsis.
34
Expressions
Here is a function that calculates and returns the sum of all variables:
int Sum(int count, ...)
{
//a pointer to the argument list
va_list al;
int x, sum=0;
//start the argument list
//count is the first variable before the ellipsis
va_start(al, count);
while(count--) {
//get an int from the list
x = var_arg(al, int);
sum += x;
}
//stop using the list
va_end(al);
return(sum);
}
Default Parameters
Default parameters allows a function to have default values if nothing is passed to it when called.
int mygetc(char *c, int n=100){
}
This function waits n milliseconds for a character over RS232. If a character is received, it saves it
to the pointer c and returns TRUE. If there was a timeout it returns FALSE.
35
Overloaded Functions
Overloaded functions allow the user to have multiple functions with the same name, but they must
accept different parameters. The return types must remain the same.
Here is an example of function overloading: Two functions have the same name but differ in the
types of parameters. The compiler determines which data type is being passed as a parameter and
calls the proper function.
This function finds the square root of a long integer variable.
long FindSquareRoot(long n){
}
FindSquareRoot is now called. If variable is of long type, it will call the first FindSquareRoot()
example. If variable is of float type, it will call the second FindSquareRoot() example.
result=FindSquareRoot(variable);
36
DATA DEFINITIONS
This section describes what the basic data types and specifiers are and how variables can be
declared using those types. In C all the variables should be declared before they are used. They
can be defined inside a function (local) or outside all functions (global). This will affect the visibility
and life of the variables.
Basic Types
Range
Type-Specifier
Unsigned
Size
Signed
Digits
int1
1 bit number
0 to 1
N/A
1/2
int8
8 bit number
0 to 255
-128 to 127
2-3
int16
16 bit number
0 to 65535
-32768 to 32767
4-5
int32
32 bit number
0 to 4294967295
-2147483648 to 2147483647
9-10
float32
32 bit float
C Standard Type
short
char
int
long
long long
float
7-8
Default Type
int1
unsigned int8
int8
int16
int32
float32
37
Note: All types, except float, by default are unsigned; however, may be preceded by unsigned or
signed. Short and long may have the keyword INT following them with no effect. Also see #TYPE
to change the default size.
SHORT is a special type used to generate very efficient code for bit operations and I/O. Arrays of
bits (INT1) in RAM are now supported. Pointers to bits are not permitted. The device header files
contain defines for BYTE as an int8 and BOOLEAN as an int1.
Integers are stored in little endian format. The LSB is in the lowest address. Float formats are
described in common questions.
Type-Qualifier
static
Variable is globally active and initialized to 0. Only accessible from this compilation
unit.
auto
Variable exists only while the procedure is active. This is the default and AUTO
need not be used.
double
extern
register
_fixed(n)
Creates a fixed point decimal number where n is how many decimal places to
implement.
unsigned
Data is always positive. This is the default data type if not specified.
signed
volatile
Tells the compiler optimizer that this variable can be changed at any point during
execution.
const
void
Built-in basic type. Type void is used for declaring main programs and subroutines.
38
Data Definitions
Special types
Enum enumeration type: creates a list of integer constants.
enum
[id]
{ [ id [ = cexpr]] }
One or more comma separated
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 =cexpr follows an id that id will have the value of the constant expression and the
following list will increment by one.
For example:
enum colors{red, green=2,blue};
blue will be 3
Struct structuretype: creates a collection of one or more variables, possibly of different types,
grouped together as a single unit.
struct[*] [id] {
type-qualifier [*] id
[:bits];
One or more,
semi-colon
separated
Zero
or more
} [id]
For example:
struct data_record {
int
a [2];
int b : 2; /*2 bits */
int c : 3; /*3 bits*/
int d;
}data_var;
39
Union union type: holds objects of different types and sizes, with the compiler keeping track of
size and alignment requirements. They provide a way to manipulate different kinds of data in a
single area of storage.
union[*] [id] {
type-qualifier [*] id
[:bits];
One or more,
semi-colon
separated
Zero
or more
For example:
union u_tab {
int ival;
long lval;
float fval;
};
a float
} [id]
If typedef is used with any of the basic or special types it creates a new type name that can be
used in declarations. The identifier does not allocate space but rather may be used as a type
specifier in other data definitions.
typedef
For example:
typedef
specify
typedef
specify
typedef
used to
int mybyte;
// mybyte can be used in declaration to
the int type
short mybit;
// mybyte can be used in declaration to
the int type
enum {red, green=2,blue}colors;
//colors can be
declare variables of
//this enum type
__ADDRESS__: A predefined symbol __ADDRESS__ may be used to indicate a type that must
hold a program memory address.
For example:
___ADDRESS__ testa = 0x1000
initialize to 0x1000
40
Data Definitions
Declarations
A declaration specifies a type qualifier and a type specifier, and is followed by a list of one or more
variables of that type.
For e.g.:
int a,b,c,d;
mybit e,f;
mybyte g[3][2];
char *h;
colors j;
struct data_record data[10];
static int i;
extern long j;
Variables can also be declared along with the definitions of the special types.
For eg:
enum colors{red, green=2,blue}i,j,k;
i,j,k are variables of that type
CCS C compiler also provides a custom qualifier addressmod which can be used to define a
memory region that can be RAM, program eeprom, data eeprom or external memory. Addressmod
replaces the older typemod (with a different syntax).
The usage is :
addressmod (name,read_function,write_function,start_address,end_address);
Where the read_function and write_function should be blank for RAM, or for other memory should
be the following prototype:
// read procedure for reading n bytes from the memory starting at location
addr
void read_function(int32 addr,int8 *ram, int nbytes){
}
//write procedure for writing n bytes to the memory starting at location addr
void write_function(int32 addr,int8 *ram, int nbytes){
}
41
Example:
void DataEE_Read(int32 addr, int8 * ram, int bytes) {
int i;
for(i=0;i<=bytes;i++,ram++,addr++)
*ram=read_eeprom(addr);
}
void DataEE_Write(int32 addr, int8 * ram, int bytes) {
int i;
for(i=0;i<=bytes;i++,ram++,addr++)
write_eeprom(addr,*ram);
}
addressmod (DataEE,Data_EE_read,DataEE_write,5,0xff;
// would define a region called DataEE between
// 0x5 and 0xff in the chip data EEprom.
void main (void)
{
int DataEE test;
int x,y;
x=12;
test=x; // writes x to the Data EEPROM
y=test; // Reads the Data EEPROM
}
Note: If the area is defined in RAM then read and write functions are not required, the variables
assigned in the memory region defined by the addressmod can be treated as a regular variable in
all valid expressions. Any structure or data type can be used with an addressmod. Pointers can
also be made to an addressmod data type. The #type directive can be used to make this memory
region as default for variable allocations.
The syntax is :
#type default=addressmodname
#type default=
For example:
Type default=emi
char buffer[8192];
#include <memoryhog.h>
#type default=
42
Data Definitions
CCS C Compiler provides a few different ways to use program memory for data. The different ways
are discussed below:
Constant Data:
The CONST qualifier will place the variables into program memory. If the keyword CONST is used
before the identifier, the identifier is treated as a constant. Constants should be initialized and may
not be changed at run-time. This is an easy way to create lookup tables.
The ROM Qualifier puts data in program memory with 3 bytes per instruction space. The address
used for ROM data is not a physical address but rather a true byte address. The & operator can be
used on ROM variables however the address is logical not physical.
The syntax is:
const type id[cexpr] = {value}
For example:
Placing data into ROM
const int table[16]={0,1,2...15}
The #org preprocessor can be used to place the constant to specified address blocks.
For example:
The constant ID will be at 1C00.
#ORG 0x1C00, 0x1C0F
CONST CHAR ID[10]= {"123456789"};
The compiler allows a non-standard C feature to implement a constant array of variable length
strings.
The syntax is:
const char id[n] [*] = { "string", "string" ...};
43
#ROM directive:
Another method is to use #rom to assign data to program memory.
The syntax is:
#rom address = {data, data, , data}
For example:
Places 1,2,3,4 to ROM addresses starting at 0x1000
#rom 0x1000 = {1, 2, 3, 4}
write_program_eeprom(address,data);
- Writes data to program memory
44
Data Definitions
Function Definition
[qualifier] id
( [type-specifier id] )
{ [stmt] }
45
FUNCTIONAL OVERVIEWS
I2C
Relevant Preprocessor:
#use i2c
Relevant Interrupts:
#INT_SSP
#INT_BUSCOL
#INT_I2C
#INT_BUSCOL2
#INT_SSP2
47
Example Code:
#define Device_SDA
PIN_C3
#define Device_SLC
PIN_C4
#use i2c(master,
sda=Device_SDA,
scl=Device_SCL)
..
..
BYTE data;
i2c_start();
i2c_write(data);
i2c_stop();
// Pin defines
// Data to be transmitted
// Issues a start command when in the I2C master mode.
// Sends a single byte over the I2C interface.
//Issues a stop command when in the I2C master mode.
ADC
These options let the user configure and use the analog to digital converter module. They are only
available on devices with the ADC hardware. The options for the functions and directives vary
depending on the chip and are listed in the device header file. On some devices there are two
independent ADC modules, for these chips the second module is configured using secondary ADC
setup functions (Ex. setup_ADC2).
Relevant Functions:
setup_adc(mode)
setup_adc_ports(value)
set_adc_channel(channel)
read_adc(mode)
ADC_done()
Relevant Preprocessor:
#DEVICE ADC=xx
Relevant Interrupts :
INT_AD
INT_ADOF
48
Sets up the a/d mode like off, the adc clock etc.
Sets the available adc pins to be analog or digital.
Specifies the channel to be use for the a/d call.
Starts the conversion and reads the value. The mode
can also control the functionality.
Returns 1 if the ADC module has finished its
conversion.
Functional Overviews
Analog Comparator
These functions sets up the analog comparator module. Only available in some devices.
Relevant Functions:
setup_comparator(mode)
Relevant Preprocessor:
None
49
Relevant Interrupts:
INT_COMP
Example Code:
For PIC12F675
setup_adc_ports(NO_ANALOGS);
setup_comparator(A0_A1_OUT_ON_A2);
CAN Bus
These functions allow easy access to the Controller Area Network (CAN) features included with the
MCP2515 CAN interface chip and the PIC18 MCU. These functions will only work with the
MCP2515 CAN interface chip and PIC microcontroller units containing either a CAN or an ECAN
module. Some functions are only available for the ECAN module and are specified by the work
ECAN at the end of the description. The listed interrupts are no available to the MCP2515 interface
chip.
Relevant Functions:
can_init(void);
can_set_baud(void);
can_set_mode
(CAN_OP_MODE mode);
can_set_functional_mode
(CAN_FUN_OP_MODE mode);
50
Functional Overviews
can_putd
(int32 id, int * data, int len,
int priority, int1 ext, int1 rtr);
can_getd
(int32 & id, int * data, int & len,
struct rx_stat & stat);
can_enable_rtr(PROG_BUFFER b);
can_disable_rtr(PROG_BUFFER b);
can_load_rtr
(PROG_BUFFER b, int * data, int len);
can_enable_filter(long filter);
can_disable_filter(long filter);
can_associate_filter_to_buffer
(CAN_FILTER_ASSOCIATION_BUFFERS
buffer,CAN_FILTER_ASSOCIATION
filter);
can_associate_filter_to_mask
(CAN_MASK_FILTER_ASSOCIATE mask,
CAN_FILTER_ASSOCIATION filter);
Relevant Preprocessor:
None
51
Relevant Interrupts:
#int_canirx
#int_canwake
#int_canerr
#int_cantx0
#int_cantx1
#int_cantx2
#int_canrx0
#int_canrx1
can_getd(ID,data,len,stat);
52
Functional Overviews
CCP1
These options lets to configure and use the CCP module. There might be multiple CCP modules for
a device. These functions are only available on devices with CCP hardware. They operate in 3
modes: capture, compare and PWM. The source in capture/compare mode can be timer1 or timer3
and in PWM can be timer2 or timer4. The options available are different for different devices and
are listed in the device header file. In capture mode the value of the timer is copied to the CCP_X
register when the input pin event occurs. In compare mode it will trigger an action when timer and
CCP_x values are equal and in PWM mode it will generate a square wave.
Relevant Functions:
setup_ccp1(mode)
set_pwm1_duty(value)
Relevant Preprocessor:
None
Relevant Interrupts :
INT_CCP1
Some chips also have fuses which allows to multiplex the ccp/pwm on different pins. So check the
fuses to see which pin is set by default. Also fuses to enable/disable pwm outputs.
53
Configuration Memory
On all pic18s the configuration memory is readable and writable. This functionality is not available
on pic16s.
Relevant Functions:
write_configuration_memory
(ramaddress, count)
or
write_configuration_memory
(offset,ramaddress, count)
read_configuration_memory
(ramaddress,count)
Relevant Preprocessor:
None
Relevant Include Files:
None, all functions built-in
Relevant getenv() parameters:
None
Example Code:
For PIC18f452
int16 data=0xc32;
...
write_configuration_memory(data,2);
54
Functional Overviews
Data Eeprom
The data eeprom memory is readable and writable in some chips. These options lets the user read
and write to the data eeprom memory. These functions are only available in flash chips.
Relevant Functions:
(8 bit or 16 bit depending on the
device)
read_eeprom(address)
write_eeprom(address, value)
Relevant Preprocessor:
#ROM address={list}
Relevant Interrupts:
INT_EEPROM
write_eeprom(0x0,0x12);
value=read_eeprom(0x0);
#ROM 0x007FFC00={1,2,3,4,5}
write_eeprom(0x10, 0x1337);
value=read_eeprom(0x0);
//inserts this data into the hex file. The data eeprom
address differs for
//different family of chips. Please refer to the programming
specs to
//find the right value for the device.
//writes 0x12 to data eeprom location 0
//reads data eeprom location 0x0 returns 0x12
// Inserts this data into the hex file
// The data EEPROM address differs between PICs
// Please refer to the device editor for device specific
values.
// Writes 0x1337 to data EEPROM location 10.
// Reads data EEPROM location 10 returns 0x1337.
55
External Memory
Some pic18s have the external memory functionality where the external memory can be mapped to
external memory devices like(Flash, EPROM or RAM). These functions are available only on
devices that support external memory bus.
Relevant Functions:
setup_external_memory(mode)
read_external_memory
(address, dataptr,count)
write_external_memory
(address_dataptr,count)
These functions don't use any flash/eeprom write algorithm. The data is only copied to/from register
data address space to/from program memory address space.
Relevant Preprocessor:
None
Relevant Interrupts :
None
Relevant Include Files:
None, all functions built-in
Relevant getenv() parameters:
None
Example Code:
write_external_memory(0x20000,data,2);
read_external_memory(0x20000,value,2)
56
Functional Overviews
output_high(PIN_B7)
;}
57
Internal LCD
Some families of PICmicro controllers can drive an LCD glass directly, without the need of an LCD
controller. For example, the PIC16C926, PIC16F916 and the PIC18F8490 have an internal LCD
controller.
Relevant Functions:
Configures the LCD module to use the specified segments, specified
setup_lcd
(mode, prescale,
mode and specified timer prescalar. For more information on valid
segments)
modes see the setup_lcd() manual page and the .H header file for your
PICmicro controller.
lcd_symbol
(symbol, segment_b7 ..
segment_b0)
Relevant
Preprocessor:
None
Relevant Interrupts:
#int_lcd
Relevant Inlcude
Files:
Relevant getenv()
Parameters:
LCD
Example Program:
//how each segment is set (on or off) for ascii digits 0 to 9.
byte CONST DIGIT_MAP[10]={0X90,0XB7,0X19,0X36, 0X54,0X50,0XB5,0X24};
//define the segment information for the 1st digit of the glass LCD.
//in this example the first segment uses the second seg signal on COM0
#define DIGIT_1_CONFIG COM0+2,COM0+4,COM0+5, COM2+4,COM2+1, COM1+4,COM1+5
//display digits 1 to 9 on the first digit of the LCD
for(i=1; i<=9; ++i) {
LCD_SYMBOL(DIGIT_MAP[i],DIGIT_1_CONFIG);
delay_ms(1000);
}
58
Functional Overviews
Internal Oscillator
Many chips have internal oscillator. There are different ways to configure the internal oscillator.
Some chips have a constant 4 Mhz factory calibrated internal oscillator. The value is stored in
some location (mostly the highest program memory) and the compiler moves it to the osccal
register on startup. The programmers save and restore this value but if this is lost they need to be
programmed before the oscillator is functioning properly. Some chips have factory calibrated
internal oscillator that offers software selectable frequency range(from 31Kz to 8 Mhz) and they
have a default value and can be switched to a higher/lower value in software. They are also
software tunable. Some chips also provide the PLL option for the internal oscillator.
Relevant Functions:
setup_oscillator(mode,
finetune)
Sets the value of the internal oscillator and also tunes it. The
options vary depending on the chip and are listed in the device
header files.
Relevant Preprocessor:
None
Relevant Interrupts:
INT_OSC_FAIL or INT_OSCF
Interrupt fires when the system oscillator fails and the processor
switches to the internal oscillator.
If the internal oscillator fuse option are specified in the #fuses and a valid clock is specified in the
#use delay(clock=xxx) directive the compiler automatically sets up the oscillator. The #use delay
statements should be used to tell the compiler about the oscillator speed.
59
Interrupts
The following functions allow for the control of the interrupt subsystem of the microcontroller. With
these functions, interrupts can be enable, disabled, and cleared. With the preprocessor directives,
a default function can be called for any interrupt that does not have an associated isr, and a global
function can replace the compiler generated interrupt dispatcher.
Relevant Functions:
disable_interrupts()
Disables the specified interrupt.
enable_interrupts()
ext_int_edge()
Enables the edge on which the edge interrupt should trigger. This
can be either rising or falling edge.
clear_interrupt()
This function will the specified interrupt flag. This can be used if a
global isr is used, or to prevent an interrupt from being serviced.
Relevant Preprocessor:
#device high_ints=
#int_xxx fast
Relevant Interrupts:
#int_default
This directive tells the compiler to generate code for high priority
interrupts.
This directive tells the compiler that the specified interrupt should
be treated as a high priority interrupt.
This directive specifies that the following function should be called
if an interrupt is triggered but no routine is associated with that
interrupt.
#int_global
#int_xxx
60
Functional Overviews
Linker
The linker allows allows multiple files to be compiled into multiple objects (.o files) and finally linked
together to form a final .hex file. The linker can be used from inside the PCW IDE, through the
MPLAB IDE and from the command line.
CCS provides an example that demonstrates the use of the linker in the mcu.zip files present in the
Examples folder. The files in this project are as follows:
main.c
filter.c
report.c
project.h
filter.h
report.h
buildall.bat
build.bat
project.pjt
61
62
The above screen is from OPTIONS > PROJECT OPTIONS after loading the project.pjt file.
If the file does not exist create the project manually and make screen like the above.
The pane to the left is the FILES slide out that is available from VIEW > PROJECT FILES.
Right click on a unit name (like filter) select COMPILE to compile just that unit.
Click on the build icon (third from the right) to rebuild and link the whole project.
This pane is helpful in managing each unit in the project. Review the right click options for
the full range of options.
Functional Overviews
Add source files by either a.) right clicking on 'Source Files' in the MPLAB Project window or b.)
selecting Project -> Add New File to Project.. from the MPLAB toolbar.
Performing a Make (hotkey is F10) or Build All will compile the source files separately, and link
the .o files in the final step. Make only compiles files that have changed, Build All will delete all
intermediate files first and then compile all files regardless if they have changed since last build
An individual unit can be compiled by right clicking on the file in the MPLAB Project window and
choosing 'Compile.' This will not re-link the project when it is done compiling this unit.
An already compiled .o file can be added to the project, and will be linked during the Make/Build
process.
If there is only one source in the project, it will be compiled and linked in one phase (no .o file will
be created).
Many project build options (such as output directory, include directories, output files generated,
etc) can be changed by selecting "Project -> Build Options from the MPLAB toolbar.
If the compile fails with an error that says something like Target chip not supported or
Compiler not found make sure that
a.) you have the proper PIC selected(use Configure->Select Device from the MPLAB toolbar)
b.) the CCS C Toolsuite has been selected for this project (use Project -> Set Language
Toolsuite from the MPLAB toolbar) and
c.) the path for CCSC.EXE is configured correctly for your installation of the CCS C Compiler
(use Project -> Set Language Tool Locations on the MPLAB toolbar)
63
Notes
By default variables declared at the unit level (outside a function) are visible to all other units. To
make a variable private to the unit use the keyword static. Notice report.c defines the variable
report_line_number. If the definition were changed to look as the following line then there
would be a link time error since main.c attempts to use the variable.
static long report_line_number;
This same rule applies to functions. Use static to make a function local to the unit.
Should two units have a function or unit level variable with the same name an error is generated
unless one of the following is true:
The identifier is qualified with static.
The argument list is different and two instances of the function can co-exist in the
project in accordance with the normal overload rules.
The contents of the functions are absolutely identical. In this case the CCS linker
simply deletes the duplicate function.
The standard C libraries (like stdlib.h) are supplied with source code in the .h file. Because of the
above rule these files may be #include'd in multiple units without taking up extra ROM and with
no need to include these in the link command since they are not units.
#define's are never exported to other units. If a #define needs to be shared between units put
them in an include file that is #include'd by both units. Project wide defines in our example could
go into project.h.
It is best to have an include file like project.h that all units #include. This file should define the
chip, speed, fuses and any other compiler settings that should be the same for all units in the
project.
In this example project a #USE RS232 is in the project.h file. This creates an RS232 library in
each unit. The linker is able to determine the libraries are the same and the duplicates removed
in the final link.
Each unit has its own error file (like filter.err). When the compilations are done in a batch file it
may be useful to terminate the batch run on the first error. The +CC command line option will
cause the compiler to return a windows error code if the compilation fails. This can be tested in
the batch file like this:
"c:\program files\picc\ccsc" +FM +CC +EXPORT report.c
if not errorlevel 1 goto abort ...
goto end
:abort
echo COMPILE ERROR
:end
64
Functional Overviews
Sets the voltage trigger levels and also the mode (below
or above in case of the high/low voltage detect module).
The options vary depending on the chip and are listed in
the device header files.
Relevant Preprocessor:
None
Relevant Interrupts :
INT_LOWVOLT
65
Power PWM
These options lets the user configure the Pulse Width Modulation (PWM) pins. They are only
available on devices equipped with PWM. The options for these functions vary depending on the
chip and are listed in the device header file.
Relevant Functions:
setup_power_pwm(config)
setup_power_pwm_pins(module x)
set_power_pwmx_duty(duty)
set_power_pwm_override(pwm,override,value)
Relevant Preprocessor:
None
Relevant Interrupts:
#INT_PWMTB
66
Functional Overviews
Program Eeprom
The flash program memory is readable and writable in some chips and is just readable in some.
These options lets the user read and write to the flash program memory. These functions are only
available in flash chips.
Relevant Functions:
read_program_eeprom
(address)
write_program_eeprom
(address, value)
erase_program_eeprom
(address)
write_program_memory
address,dataptr,count)
read_program_memory
(address,dataptr,count)
Relevant Preprocessor:
#ROM address={list}
#DEVICE(WRITE_EEPROM=ASYNC)
Relevant Interrupts:
INT_EEPROM
67
Example Code:
For 18F452 where the write size is 8 bytes and erase size is 64 bytes
#rom 0xa00={1,2,3,4,5}
//inserts this data into the hex file.
erase_program_eeprom(0x1000);
//erases 64 bytes strting at 0x1000
write_program_eeprom(0x1000,0x1234);
//writes 0x1234 to 0x1000
value=read_program_eeprom(0x1000);
//reads 0x1000 returns 0x1234
write_program_memory(0x1000,data,8);
//erases 64 bytes starting at 0x1000 as 0x1000 is a
multiple
//of 64 and writes 8 bytes from data to 0x1000
read_program_memory(0x1000,value,8);
//reads 8 bytes to value from 0x1000
erase_program_eeprom(0x1000);
//erases 64 bytes starting at 0x1000
write_program_memory(0x1010,data,8);
//writes 8 bytes from data to 0x1000
read_program_memory(0x1000,value,8);
//reads 8 bytes to value from 0x1000
For chips where getenv("FLASH_ERASE_SIZE") > getenv("FLASH_WRITE_SIZE")
WRITE_PROGRAM_EEPROM Writes 2 bytes,does not erase (use
ERASE_PROGRAM_EEPROM)
WRITE_PROGRAM_MEMORY Writes any number of bytes,will erase a block
whenever the first (lowest) byte in a block is written
to. If the first address is not the start of a block that
block is not erased.
ERASE_PROGRAM_EEPROM Will erase a block. The lowest address bits are not
used.
For chips where getenv("FLASH_ERASE_SIZE") = getenv("FLASH_WRITE_SIZE")
WRITE_PROGRAM_EEPROM Writes 2 bytes, no erase is needed.
WRITE_PROGRAM_MEMORY Writes any number of bytes, bytes outside the range
of the write block are not changed. No erase is
needed.
ERASE_PROGRAM_EEPROM Not available.
68
Functional Overviews
PSP
These options let to configure and use the Parallel Slave Port on the supported devices.
Relevant Functions:
setup_psp(mode)
psp_output_full()
psp_input_full
psp_overflow
Relevant Preprocessor:
None
Relevant Interrupts :
INT_PSP
Relevant getenv()
parameters:
PSP
Example Code:
while(psp_output_full());
psp_data=command;
while(!input_buffer_full());
if (psp_overflow())
error=true
else
data=psp_data;
69
PMP
The Parallel Master Port(PMP) is a parallel 8-bit I/O module specifically designed to communicate
with a wide variety of parallel devices. Key features of the PMP module are:
8 Data lines
Up to 16 Programmable Address Lines
Up to 2 Chip Select Lines
Programmable Strobe option
Address Auto-Increment/Auto-Decrement
Programmable Address/Data Multiplexing
Programmable Polarity on Control Signals
Legacy Parallel Slave(PSP) Support
Enhanced Parallel Slave Port Support
Programmable Wait States
Relevant Functions:
setup_pmp
(options,address_mask)
setup_psp
(options,address_mask)
pmp_write ( data )
psp_write(address,data)/
psp_write(data)
pmp_read ( )
psp_read (address)/
psp_read()
pmp_address ( address );
pmp_overflow ( );
pmp_input_full ( );
psp_input_full ( );
pmp_output_full ( );
psp_output_full ( );
Relevant Preprocessor:
None
Relevant Interrupts :
#INT_PMP
Relevant Include Files:
None, all functions built-in
Relevant getenv()
parameters:
None
70
This will setup the PMP module for various mode and specifies
which address lines to be used.
This will setup the PSP module for various mode and specifies
which address lines to be used.
Write the data byte to the next buffer location.
This will write a byte of data to the next buffer location or will write
a byte to the specified buffer location.
Reads a byte of data.
psp_read() will read a byte of data from the next buffer location
and psp_read ( address ) will read the buffer location address.
Configures the address register of the PMP module with the
destination address during Master mode operation.
This will return the status of the output buffer underflow bit.
This will return the status of the input buffers.
This will return the status of the input buffers.
This will return the status of the output buffers.
This will return the status of the output buffers.
Functional Overviews
Example Code:
setup_pmp( PAR_ENABLE |
PAR_MASTER_MODE_1 |
PAR_STOP_IN_IDLE,0x00FF
);
If ( pmp_output_full ( ))
{
pmp_write(next_byte);
}
RS232 I/O
These functions and directives can be used for setting up and using RS232 I/O functionality.
Relevant Functions:
GETC() or GETCH
GETCHAR or FGETC
GETS() or FGETS
PUTC or PUTCHAR or
FPUTC
PUTS or FPUTS
Puts a string over the transmit pin(on the specified stream in the
case of FPUTC, stdout by default). Uses putc to send each
character.
PRINTF or FPRINTF
KBHIT
71
SETUP_UART
(baud,[stream])
or
SETUP_UART_SPEED(
baud,[stream])
ASSERT(condition)
Checks the condition and if false prints the file name and line to
STDERR. Will not generate code if #define NODEBUG is used.
PERROR(message)
Relevant Preprocessor:
#use rs232(options)
Relevant Interrupts:
INT_RDA
INT_TBE
This directive tells the compiler the baud rate and other options like
transmit, receive and enable pins. Please refer to the #use rs232
help for more advanced options. More than one RS232 statements
can be used to specify different streams. If stream is not specified
the function will use the
last #use rs232.
Interrupt fires when the receive data available
Interrupt fires when the transmit data empty
Some chips have more than one hardware uart, and hence more interrupts.
Relevant Include Files:
None, all functions built-in
Relevant getenv()
parameters:
UART Returns the number of UARTs on this PIC
AUART Returns true if this UART is an advanced UART
UART_RX Returns the receive pin for the first UART on this PIC (see PIN_XX)
UART_TX Returns the transmit pin for the first UART on this PIC
UART2_RX Returns the receive pin for the second UART on this PIC
UART2_TX Returns the transmit pin for the second UART on this PIC
Example Code:
/* configure and enable uart, use first hardware UART on PIC */
#use rs232(uart1, baud=9600)
/* print a string */
printf(enter a character);
/* get a character */
if (kbhit())
//wait until a character has been received
c = getc();
//read character from UART
72
Functional Overviews
RTOS
These functions control the operation of the CCS Real Time Operating System (RTOS). This
operating system is cooperatively multitasking and allows for tasks to be scheduled to run at
specified time intervals. Because the RTOS does not use interrupts, the user must be careful to
make use of the rtos_yield() function in every task so that no one task is allowed to run forever.
Relevant Functions:
rtos_run()
rtos_terminate()
rtos_enable(task)
rtos_disable(task)
rtos_msg_poll()
rtos_msg_read()
rtos_msg_send(task,byte)
rtos_yield()
rtos_signal(sem)
rtos_wait(sem)
rtos_await(expre)
73
rtos_overrun(task)
Will return true if the given task over ran its alloted time.
rtos_stats(task,stat)
Relevant Preprocessor:
#use rtos(options) This directive is used to specify several different RTOS attributes including the
timer to use, the minor cycle time and whether or not statistics should be enabled.
#task(options) This directive tells the compiler that the following function is to be an RTOS task.
#task specifies the rate at which the task should be called, the maximum time the task shall be
allowed to run, and how large it's queue should be.
Relevant Interrupts:
none
Relevant Include Files:
none all functions are built in
Relevant getenv() Parameters:
none
Example Code:
#USE RTOS(timer=0,minor_cycle=20ms) // RTOS will use timer zero, minor cycle will be 20ms
...
int sem;
...
#TASK(rate=1s,max=20ms,queue=5)
// Task will run at a rate of once per second
void task_name();
// with a maximum running time of 20ms and
// a 5 byte queue
rtos_run();
// begins the RTOS
rtos_terminate();
// ends the RTOS
rtos_enable(task_name);
rtos_disable(task_name);
rtos_msg_send(task_name,5);
rtos_yield();
rtos_sigal(sem);
74
Functional Overviews
SPI
SPI is a fluid standard for 3 or 4 wire, full duplex communications named by Motorola. Most PIC
devices support most common SPI modes. CCS provides a support library for taking advantage
of both hardware and software based SPI functionality. For software support, see #use spi.
Relevant Functions:
setup_spi(mode)
setup_spi2
Note: for devices with dual SPI interfaces a second function, setup_spi2(), is provided to configure
the second interface.
spi_data_is_in()
spi_data_is_in2()
spi_write(value)
spi_write2(value)
Transmits the value over the SPI interface. This will cause the data to
be clocked out on the SDO pin.
spi_read(value)
spi_read2(value)
Relevant
Preprocessor:
None
Relevant Interrupts:
#int_sspA
#int_ssp2
75
Timer0
These options lets the user configure and use timer0. It is available on all devices and is always
enabled. The clock/counter is 8-bit on pic16s and 8 or 16 bit on pic18s. It counts up and also
provides interrupt on overflow. The options available differ and are listed in the device header file.
Relevant Functions:
setup_timer_0(mode)
set_timer0(value) or
set_rtcc(value)
value=get_timer0
Relevant
Preprocessor:
None
Relevant Interrupts :
INT_TIMER0 or
INT_RTCC
Relevant Include
Files:
None, all functions
built-in
Relevant getenv()
parameters:
TIMER0
Example Code:
For PIC18F452
setup_timer0(RTCC_INTERNAL|RTCC_DIV_2|RTCC_8_BIT);//sets the internal clock as source
//and prescale 2. At 20Mhz timer0
//will increment every 0.4us in this
//setup and overflows every
//102.4us
set_timer0(0);
//this sets timer0 register to 0
time=get_timer0();
//this will read the timer0 register
//value
76
Functional Overviews
Timer1
These options lets the user configure and use timer1. The clock/counter is 16-bit on pic16s and
pic18s. It counts up and also provides interrupt on overflow. The options available differ and are
listed in the device header file.
Relevant Functions:
setup_timer_1(mode)
set_timer1(value)
value=get_timer1
Relevant Preprocessor:
None
Relevant Interrupts:
INT_TIMER1
set_timer1(0);
time=get_timer1();
//disables timer1
//sets the internal clock as source
//and prescale as 8. At 20Mhz timer1 will
increment
//every 1.6us in this setup and overflows every
//104.896ms
//this sets timer1 register to 0
//this will read the timer1 register value
77
Timer2
These options lets the user configure and use timer2. The clock/counter is 8-bit on pic16s and
pic18s. It counts up and also provides interrupt on overflow. The options available differ and are
listed in the device header file.
Relevant Functions:
setup_timer_2
(mode,period,postscale)
set_timer2(value)
value=get_timer2
Relevant Preprocessor:
None
Relevant Interrupts:
INT_TIMER2
set_timer2(0);
time=get_timer2();
78
//disables timer2
//sets the prescale as 4, period as 0xc0 and postscales as
2.
//At 20Mhz timer2 will increment every .8us in this
//setup overflows every 154.4us and interrupt every
308.2us
//this sets timer2 register to 0
//this will read the timer1 register value
Functional Overviews
Timer3
Timer3 is very similar to timer1. So please refer to the timer1 section for more details.
Timer4
Timer4 is very similar to timer2. So please refer to the timer2 section for more details.
Timer5
These options lets the user configure and use timer5. The clock/counter is 16-bit and is avaialbale
only on 18Fxx31 devices. It counts up and also provides interrupt on overflow. The options
available differ and are listed in the device header file.
Relevant Functions:
setup_timer_5(mode)
set_timer5(value)
value=get_timer5
Relevant Preprocessor:
None
Relevant Interrupts :
INT_TIMER5
Example Code:
For PIC18F4431
setup_timer5(T5_DISABLED)
or
setup_timer1(T5_INTERNAL|T5_DIV_BY_1);
set_timer5(0);
time=get_timer5();
//disables timer5
//sets the internal clock as source and prescale as
1.
//At 20Mhz timer5 will increment every .2us in this
//setup and overflows every 13.1072ms
//this sets timer5 register to 0
//this will read the timer5 register value
79
USB
Universal Serial Bus, or USB, is used as a method for peripheral devices to connect to and talk to a
personal computer. CCS provides libraries for interfacing a PIC to PC using USB by using a PIC
with an internal USB peripheral (like the PIC16C765 or the PIC18F4550 family) or by using any PIC
with an external USB
peripheral (the National USBN9603 family).
Relevant Functions:
usb_init()
Initializes the USB hardware. Will then wait in an infinite loop for the
USB peripheral to be connected to bus (but that doesn't mean it has
been enumerated by the PC). Will enable and use the USB interrupt.
usb_init_cs()
The same as usb_init(), but does not wait for the device to be connected
to the bus. This is useful if your device is not bus powered and can
operate without a USB connection.
usb_task()
If you use connection sense, and the usb_init_cs() for initialization, then
you must periodically call this function to keep an eye on the connection
sense pin. When the PIC is connected to the BUS, this function will then
perpare the USB peripheral. When the PIC is disconnected from the
BUS, it will reset the USB stack and peripheral. Will enable and use the
USB interrupt.
Note: In your application you must define USB_CON_SENSE_PIN to the connection sense pin.
usb_detach()
usb_attach()
usb_attached()
usb_enumerated()
Returns TRUE if the device has been enumerated by the PC. If the
device has been enumerated by the PC, that means it is in normal
operation mode and you can send/receive packets.
usb_put_packet
(endpoint, data, len,
tgl)
usb_puts
(endpoint, data, len,
timeout)
Places the packet of data into the specified endpoint buffer. Returns
TRUE if success, FALSE if the buffer is still full with the last packet.
80
Functional Overviews
usb_kbhit(endpoint)
Returns TRUE if the specified endpoint has data in it's receive buffer
usb_get_packet
(endpoint, ptr, max)
Reads up to max bytes from the specified endpoint buffer and saves it to
the pointer ptr. Returns the number of bytes saved to ptr.
usb_gets(endpoint,
ptr,
max, timeout)
usb_cdc_getc()
The same as getc(), reads and returns a character from the receive
buffer. If there is no data in the receive buffer it will wait indefinitely until
there a character has been received.
usb_cdc_putc(c)
usb_cdc_putc_fast(c)
The same as usb_cdc_putc(), but will not wait indefinitely until there is
space for the character in the transmit buffer. In that situation the
character is lost.
usb_cdc_putready()
Relevant Preporcessor:
None
Relevant Interrupts:
#int_usb
Relevant Include files:
pic_usb.h
81
pic_18usb.h
usbn960x.h
usb.h
usb.c
The USB stack, which handles the USB interrupt and USB Setup
Requests on Endpoint 0.
usb_cdc.h
A driver that takes the previous include files to make a CDC USB device,
which emulates an RS232 legacy device and shows up as a COM port in
the MS Windows device manager.
ex_usb_kbmouse.c
ex_usb_kbmouse2.c
An example of how to use multiple HID report Ids to transmit more than
one type of HID packet, as demonstrated by a keyboard and mouse on
one device.
ex_usb_scope.c
ex_usb_serial.c
The CDC virtual RS232 library is demonstrated with this RS232 < - >
USB example.
ex_usb_serial2.c
Another CDC virtual RS232 library example, this time a port of the
ex_intee.c example to use USB instead of RS232.
82
Functional Overviews
Voltage Reference
These functions configure the voltage reference module. These are available only in the supported
chips.
Relevant Functions:
setup_vref(mode| value)
Relevant Preprocessor:
None
Relevant Interrupts:
None
Relevant Include Files:
None, all functions built-in
Relevant getenv() parameters:
VREF
Example Code:
For eg:
For PIC12F675
#INT_COMP //comparator interrupt handler
void isr() {
safe_conditions=FALSE;
printf("WARNING!! Voltage level is above 3.6 V. \r\n");
}
setup_comparator(A1_VR_OUT_ON_A2);
// sets two comparators(A1 and VR and A2 as the
output)
setup_vref(VREF_HIGH|15);
//sets 3.6(vdd *value/32 +vdd/4) if vdd is 5.0V
enable_interrupts(INT_COMP);
//enables the comparator interrupt
enable_interrupts(GLOBAL);
//enables global interrupts
83
Relevant Interrupts:
None
Relevant Include Files:
None, all functions built-in
Relevant getenv() parameters:
None
Example Code:
For eg:
For PIC16F877
#fuses wdt
setup_wdt(WDT_2304MS);
while(true){
restart_wdt();
perform_activity();
}
For PIC18F452
#fuse WDT1
setup_wdt(WDT_ON);
while(true){
restart_wdt();
perform_activity();
}
Some of the PCB chips are share the WDT prescalar bits with timer0 so the WDT prescalar
constants can be used with setup_counters or setup_timer0 or setup_wdt functions.
84
PRE-PROCESSOR DIRECTIVES
PRE-PROCESSOR
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
Standard C
Function
Qualifier
Pre-Defined
Identifier
#IF expr
#IFDEF id
#IFNDEF
#ELSE
#ELIF
#ENDIF
#DEFINE id string
#UNDEF id
#INCLUDE "FILENAME"
#WARNING
#LIST
#NOLIST
#PRAGMA cmd
#ERROR
#INLINE
#SEPARATE
#INT_xxx
#INT_DEFAULT
#INT_GLOBAL
_ _DATE_ _
_ _DEVICE_ _
_ _FILE_ _
_ _LINE_ _
_ _FILENAME_ _
_ _TIME_ _
_ _PCH_ _
_ _PCM_ _
_ _PCB_ _
85
#TASK
#USE RTOS
#DEVICE chip
#FUSES options
#ID CHECKSUM
#ID "filename"
#ID number
#SERIALIZE
#HEXCOMMENT
#USE DELAY
#USE FAST_IO
#USE SPI
#USE FIXED_IO
#USE I2C
#USE RS232
#USE STANDARD_IO
RTOS
Device
Specification
Built-in
Libraries
Memory
Control
#ASM
#ENDASM
#ROM
#BIT id=id.const
#FILL_ROM
#TYPE
#BIT id=const.const
#LOCATE id=const
#ZERO_RAM
#BYTE id=const
#BYTE id=id
#ORG
#RESERVE
#WORD
#LINE
#CASE
#IMPORT
#PRIORITY
#EXPORT
#OPT
#OCS
#IGNORE_WARNINGS
#MODULE
#IMPORT
#EXPORT
#USE DYNAMIC_MEMORY
Compiler
Control
Linker
86
#BUILD
Pre-Processor Directives
#ASM
#ENDASM
Syntax:
#asm
or
#asm ASIS
code
#endasm
Elements:
Purpose:
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. Function return values are sent in
W0 for 16-bit, and W0,
w1 for 32 bit. 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
optimization on the assembly. The assembly code is used as-is.
Examples:
Example Files:
ex_glint.c
Also See:
None
87
ANDWF f,d
CLRF f
CLRW
COMF f,d
DECF f,d
DECFSZ f,d
INCF f,d
INCFSZ f,d
IORWF f,d
MOVF f,d
MOVPHW
MOVPLW
MOVWF f
NOP
RLF f,d
RRF f,d
SUBWF f,d
SWAPF f,d
XORWF f,d
BCF f,b
BSF f,b
BTFSC f,b
BTFSS f,b
ANDLW k
CALL k
CLRWDT
GOTO k
IORLW k
MOVLW k
RETLW k
SLEEP
XORLW
OPTION
TRIS k
14 Bit
ADDLW k
SUBLW k
RETFIE
RETURN
f
d
f,b
k
88
Pre-Processor Directives
PIC 18
ADDWF
CLRF
CPFSGT
DECFSZ
INFSNZ
MOVFF
f,d
f
f
f,d
f,d
fs,d
ADDWFC
COMF
CPFSLT
DCFSNZ
IORWF
MOVWF
f,d
f,d
f
f,d
f,d
f
ANDWF
CPFSEQ
DECF
INCF
MOVF
MULWF
f,d
f
f,d
f,d
f,d
f
NEGF
RRCF
SUBFWB
SWAPF
BCF
BTFSS
BN
BNOV
BRA
CLRWDT
NOP
PUSH
RETFIE
SLEEP
IORLW
MOVLW
SUBLW
TBLRD
TBLWT
TBLWT
f
f,d
f,d
f,d
f,b
f,b
n
n
n
s
k
k
k
*+
*
+*
RLCF
RRNCF
SUBWF
TSTFSZ
BSF
BTG
BNC
BNZ
BZ
DAW
NOP
RCALL
RETLW
ADDLW
LFSR
MULLW
XORLW
TBLRD
TBLWT
f,d
f,d
f,d
f
f,b
f,d
n
n
n
n
k
k
f,k
k
k
**+
RLNCF
SETF
SUBWFB
XORWF
BTFSC
BC
BNN
BOV
CALL
GOTO
POP
RESET
RETURN
ANDLW
MOVLB
RETLW
TBLRD
TBLRD
TBLWT
f,d
f
f,d
f,d
f,b
n
n
n
n,s
n
s
k
k
k
*
+*
*-
The compiler will set the access bit depending on the value of the file register.
If there is just a variable identifier in the #asm block then the compiler inserts an & before it. And if
it is an expression it must be a valid C expression that evaluates to a constant (no & here). In C an
un-subscripted array name is a pointer and a constant (no need for &).
89
#BIT
Syntax:
#bit id = x.y
Elements:
id is a valid C identifier,
x is a constant or a C variable,
y is a constant 0-7.
Purpose:
A new C variable (one bit) is created and is placed in memory at byte x and bit
y. This is useful to gain access in 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:
int result;
#bit result_odd = result.0
...
if (result_odd)
Example Files:
Also See:
90
ex_glint.c
#byte, #reserve, #locate, #word
Pre-Processor Directives
#BUILD
Syntax:
#build(segment = address)
#build(segment = address, segment = address)
#build(segment = start:end)
#build(segment = start: end, segment = start: end)
#build(nosleep)
Elements:
Purpose:
Examples:
#build(memory=0x20000:0x2FFFF)
//Assigns memory space
#build(reset=0x200,interrupt=0x208) //Assigns start
//location
//of reset and
//interrupt
//vectors
#build(reset=0x200:0x207, interrupt=0x208:0x2ff)
//Assign limited space
//for reset and
//interrupt vectors.
#build(memory=0x20000:0x2FFFF)
//Assigns memory space
Example Files:
None
Also See:
91
#BYTE
Syntax:
#byte id = x
Elements:
id is a valid C identifier,
x is a C variable or a constant
Purpose:
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 known 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
struct {
short int r_w;
short int c_d;
int unused : 2;
int data
: 4; } a_port;
#byte a_port = 5
...
a_port.c_d = 1;
Example Files:
ex_glint.c
Also See:
92
Pre-Processor Directives
#CASE
Syntax:
#case
Elements:
None
Purpose:
Will cause the compiler to be case sensitive. By default the compiler is case
insensitive. When linking multiple compilation units, this directive must appear
exactly the same in each compilation unit.
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
}
Example Files:
ex_cust.c
Also See:
None
_DATE_
Syntax:
__DATE__
Elements:
None
Purpose:
This pre-processor identifier is replaced at compile time with the date of the
compile in the form: "31-JAN-03"
Examples:
Example Files:
None
Also See:
None
93
#DEFINE
Syntax:
#define id text
or
#define id(x,y...) text
Elements:
Purpose:
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
a=a+8;
a=(a<<4);
Example Files:
ex_stwt.c, ex_macro.c
Also See:
94
Pre-Processor Directives
#DEVICE
Syntax:
Elements:
Chip Optionschip 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 all parts)
*=8
Use 8 bit pointers (14 and 16 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.
WRITE_EEPROM=ASYNC
Prevents WRITE_EEPROM from hanging
while writing is taking place. When used,
do not write to EEPROM from both ISR
and outside ISR.
HIGH_INTS=TRUE
Use this option for high/low priority
interrupts on the PIC18.
%f=.
No 0 before a decimal pint on %f numbers
less than 1.
OVERLOAD=KEYWORD
Overloading of functions is now supported.
Requires the use of the keyword for
overloading.
OVERLOAD=AUTO
Default mode for overloading.
PASS_STRINGS=IN_RAM
A new way to pass constant strings to a
function by first copying the string to RAM
and then passing a pointer to RAM to the
function.
CONST=READ_ONLY
Uses the ANSI keyword CONST definition,
making CONST variables read only, rather
than located in program memory.
CONST=ROM
Uses the CCS compiler traditional keyword
CONST definition, making CONST
variables located in program memory. This
is the default mode.
95
Both chip and options are optional, so multiple #device lines may be used to
fully define the device. Be warned that a #device with a chip identifier, will
clear all previous #device and #fuse settings.
Compilation mode selectionThe #device directive supports compilation mode selection. The valid keywords
are CCS2, CCS3, CCS4 and ANSI. The default mode is CCS4. For the CCS4
and ANSI mode, the compiler uses the default fuse settings NOLVP, PUT for
chips with these fuses. The NOWDT fuse is default if no call is made to
restart_wdt().
CCS4
This is the default compilation mode. The pointer size in this
mode for PCM and PCH is set to *=16 if the part has RAM
over 0FF.
ANSI
Default data type is SIGNED all other modes default is
UNSIGNED. Compilation is case sensitive, all other modes
are case insensitive. Pointer size is set to *=16 if the part has
RAM over 0FF.
CCS2
var16 = NegConst8 is compiled as: var16 = NegConst8 &
CCS3
0xff (no sign extension)Pointer size is set to *=8 for PCM and
PCH and *=5 for PCB. The overload keyword is required.
CCS2
The default #device ADC is set to the resolution of the part,
only
all other modes default to 8.
onebit = eightbits is compiled as onebit = (eightbits != 0)
All other modes compile as: onebit = (eightbits & 1)
Purpose:
Examples:
Chip Options -Defines the target processor. Every program must have exactly
one #device with a chip. When linking multiple compilation units, this directive
must appear exactly the same in each compilation unit.
Compilation mode selection - The compilation mode selection allows existing
code to be compiled without encountering errors created by compiler
compliance. As CCS discovers discrepancies in the way expressions are
evaluated according to ANSI, the change will generally be made only to the
ANSI mode and the next major CCS release.
Chip Options#device PIC16C74
#device PIC16C67 *=16
#device *=16 ICD=TRUE
#device PIC16F877 *=16 ADC=10
#device %f=.
printf("%f",.5); //will print .5, without the directive it
will print 0.5
Example Files:
Also See:
96
Pre-Processor Directives
_DEVICE_
Syntax:
__DEVICE__
Elements:
None
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.
Examples:
#if __device__==71
SETUP_ADC_PORTS( ALL_DIGITAL );
#endif
Example Files:
None
Also See:
#device
#ERROR
Syntax:
Elements:
#error text
#error / warning text
#error / information text
text is optional and may be any text
Purpose:
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.
Examples:
#if BUFFER_SIZE>16
#error Buffer size is too large
#endif
#error
Macro test: min(x,y)
Example Files:
ex_psp.c
Also See:
#warning
97
#EXPORT (options)
Syntax:
#EXPORT (options)
Elements:
FILE=filname
The filename which will be generated upon compile. If not given, the filname will
be the name of the file you are compiling, with a .o or .hex extension (depending
on output format).
ONLY=symbol+symbol+.....+symbol
Only the listed symbols will be visible to modules that import or link this
relocatable object file. If neither ONLY or EXCEPT is used, all symbols are
exported.
EXCEPT=symbol+symbol+.....+symbol
All symbols except the listed symbols will be visible to modules that import or link
this relocatable object file. If neither ONLY or EXCEPT is used, all symbols are
exported.
RELOCATABLE
CCS relocatable object file format. Must be imported or linked before loading into
a PIC. This is the default format when the #EXPORT is used.
HEX
Intel HEX file format. Ready to be loaded into a PIC. This is the default format
when no #EXPORT is used.
RANGE=start:stop
Only addresses in this range are included in the hex file.
OFFSET=address
Hex file address starts at this address (0 by default)
ODD
Only odd bytes place in hex file.
EVEN
Only even bytes placed in hex file.
Purpose:
98
This directive will tell the compiler to either generate a relocatable object file or
a stand-alone HEX binary. A relocatable object file must be linked into your
application, while a stand-alone HEX binary can be programmed directly into
the PIC.
The command line compiler and the PCW IDE Project Manager can also be
used to compile/link/build modules and/or projects.
Multiple #EXPORT directives may be used to generate multiple hex files. this
may be used for 8722 like devices with external memory.
Pre-Processor Directives
Examples:
#EXPORT(RELOCATABLE, ONLY=TimerTask)
void TimerFunc1(void) { /* some code */ }
void TimerFunc2(void) { /* some code */ }
void TimerFunc3(void) { /* some code */ }
void TimerTask(void)
{
TimerFunc1();
TimerFunc2();
TimerFunc3();
}
/*
This source will be compiled into a relocatable object, but
the object this is being linked to can only see TimerTask()
*/
Example Files:
None
See Also:
__FILE__
Syntax:
__FILE__
Elements:
None
Purpose:
The pre-processor identifier is replaced at compile time with the file path and
the filename of the file being compiled.
Examples:
if(index>MAX_ENTRIES)
printf("Too many entries, source file: "
__FILE__ " at line " __LINE__ "\r\n");
Example Files:
assert.h
Also See:
_ _ line_ _
99
__FILENAME__
Syntax:
__FILENAME__
Elements:
None
Purpose:
The pre-processor identifier is replaced at compile time with the filename of the
file being compiled.
Examples:
if(index>MAX_ENTRIES)
printf("Too many entries, source file: "
__FILENAME__ " at line " __LINE__ "\r\n");
Example Files:
None
Also See:
_ _ line_ _
#FILL_ROM
Syntax:
#fill_rom value
Elements:
Purpose:
This directive specifies the data to be used to fill unused ROM locations. When
linking multiple compilation units, this directive must appear exactly the same in
each compilation unit.
Examples:
#fill_rom 0x36
Example Files:
None
Also See:
#rom
100
Pre-Processor Directives
#FUSES
Syntax:
#fuses options
Elements:
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 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 non-program data in the Hex
file. This is required for some device programmers.
Some processors allow different levels for certain fuses. To access these
levels, assign a value to the fuse. For example, on the 18F452, the fuse
PROTECT=6 would place the value 6 into CONFIG5L, protecting code blocks 0
and 3.
When linking multiple compilation units be aware this directive applies to the
final object file. Later files in the import list may reverse settings in previous
files.
Examples:
#fuses
Example Files:
ex_sqw.c
Also See:
None
HS,NOWDT
101
#HEXCOMMENT
Syntax:
Elements:
Purpose:
None
Puts a comment in the hex file
Some programmers (MPLAB in particular) do not like comments at the top of
the hex file.
Examples:
Example Files:
Also See:
None
None
#ID
Syntax:
#ID number 16
#ID number, number, number, number
#ID "filename"
#ID CHECKSUM
Elements:
Purpose:
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.
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
Example Files:
ex_cust.c
Also See:
None
102
0x1234
"serial.num"
CHECKSUM
Pre-Processor Directives
#IF exp
#ELSE
#ELIF
#ENDIF
Syntax:
#if expr
code
#elif expr //Optional, any number may be used
code
#else
//Optional
code
#endif
Elements:
Purpose:
Examples:
Example Files:
ex_extee.c
Also See:
103
#IFDEF
#IFNDEF
#ELSE
#ELIF
#ENDIF
Syntax:
#ifdef id
code
#elif
code
#else
code
#endif
#ifndef id
code
#elif
code
#else
code
#endif
Elements:
Purpose:
This directive acts much like the #IF except that the preprocessor simply
checks to see if the specified ID is known to the preprocessor (created with a
#DEFINE). #IFDEF checks to see if defined and #IFNDEF checks to see if it is
not defined.
Examples:
#define debug
...
#ifdef DEBUG
printf("debug point a");
#endif
Example Files:
ex_sqw.c
Also See:
#if
104
Pre-Processor Directives
#IGNORE_WARNINGS
Syntax:
#ignore_warnings ALL
#IGNORE_WARNINGS NONE
#IGNORE_WARNINGS warnings
Elements:
Purpose:
This function will suppress warning messages from the compiler. ALL indicates
no warning will be generated. NONE indicates all warnings will be generated.
If numbers are listed then those warnings are suppressed.
Examples:
#ignore_warnings 203
while(TRUE) {
#ignore_warnings NONE
Example Files:
None
Also See:
Warning messages
#IMPORT (options)
Syntax:
#Import (options)
Elements:
FILE=filname
The filename of the object you want to link with this compilation.
ONLY=symbol+symbol+.....+symbol
Only the listed symbols will imported from the specified relocatable object file.
If neither ONLY or EXCEPT is used, all symbols are imported.
EXCEPT=symbol+symbol+.....+symbol
The listed symbols will not be imported from the specified relocatable object
file. If neither ONLY or EXCEPT is used, all symbols are imported.
RELOCATABLE
CCS relocatable object file format. This is the default format when the
#IMPORT is used.
COFF
COFF file format from MPASM, C18 or C30.
105
HEX
Imported data is straight hex data.
RANGE=start:stop
Only addresses in this range are read from the hex file.
LOCATION=id
The identifier is made a constant with the start address of the imported data.
SIZE=id
The identifier is made a constant with the size of the imported data.
Purpose:
This directive will tell the compiler to include (link) a relocatable object with this
unit during compilation. Normally all global symbols from the specified file will
be linked, but the EXCEPT and ONLY options can prevent certain symbols
from being linked.
The command line compiler and the PCW IDE Project Manager can also be
used to compile/link/build modules and/or projects.
Examples:
#IMPORT(FILE=timer.o, ONLY=TimerTask)
void main(void)
{
while(TRUE)
TimerTask();
}
/*
timer.o is linked with this compilation, but only TimerTask()
is visible in scope from this object.
*/
Example Files:
None
See Also:
106
Pre-Processor Directives
#INCLUDE
Syntax:
#include <filename>
or
#include "filename"
Elements:
Purpose:
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 is searched last.
Examples:
#include
<16C54.H>
#include
<C:\INCLUDES\COMLIB\MYRS232.C>
Example Files:
Also See:
ex_sqw.c
None
#INLINE
Syntax:
#inline
Elements:
Purpose:
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.
Examples:
#inline
swapbyte(int &a, int &b) {
int t;
t=a;
a=b;
b=t;
}
Example Files:
Also See:
ex_cust.c
#separate
107
#INT_xxxx
Syntax:
108
#INT_AD
#INT_ADOF
#INT_BUSCOL
Bus collision
#INT_BUSCOL2
#INT_BUTTON
Pushbutton
#INT_CANERR
#INT_CANIRX
#INT_CANRX0
#INT_CANRX1
#INT_CANTX0
#INT_CANTX1
#INT_CANTX2
#INT_CANWAKE
#INT_CCP1
#INT_CCP2
#INT_CCP3
#INT_CCP4
#INT_CCP5
#INT_COMP
Comparator detect
#INT_COMP0
Comparator 0 detect
#INT_COMP1
Comparator 1 detect
#INT_COMP2
Comparator 2 detect
#INT_CR
#INT_EEPROM
Write complete
#INT_ETH
Pre-Processor Directives
#INT_EXT
External interrupt
#INT_EXT1
External interrupt #1
#INT_EXT2
External interrupt #2
#INT_EXT3
External interrupt #3
#INT_I2C
#INT_IC1
Input Capture #1
#INT_IC2QEI
#IC3DR
#INT_LCD
LCD activity
#INT_LOWVOLT
#INT_LVD
#INT_OSC_FAIL
#INT_OSCF
#INT_PMP
#INT_PSP
#INT_PWMTB
#INT_RA
#INT_RB
#INT_RC
#INT_RDA
#INT_RDA0
#INT_RDA1
#INT_RDA2
#INT_RTCC
#INT_SPP
#INT_SSP
109
#INT_SSP2
#INT_TBE
#INT_TBE0
#INT_TBE1
#INT_TBE2
#INT_TIMER0
#INT_TIMER1
Timer 1 overflow
#INT_TIMER2
Timer 2 overflow
#INT_TIMER3
Timer 3 overflow
#INT_TIMER4
Timer 4 overflow
#INT_TIMER5
Timer 5 overflow
#INT_ULPWU
#INT_USB
Note many more #INT_ options are available on specific chips. Check the
devices .h file for a full list for a given chip.
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. To prevent the flag from being cleared add NOCLEAR
after the #INT_xxxx. The application program must call
ENABLE_INTERRUPTS(INT_xxxx) to initially activate the interrupt along with
the ENABLE_INTERRUPTS(GLOBAL) to enable interrupts.
The keywords HIGH and FAST may be used with the PCH compiler to mark an
interrupt as high priority. A high-priority interrupt can interrupt another interrupt
handler. An interrupt marked FAST is performed without saving or restoring
any registers. You should do as little as possible and save any registers that
need to be saved on your own. Interrupts marked HIGH can be used normally.
See #DEVICE for information on building with high-priority interrupts.
110
Pre-Processor Directives
#int_ad
adc_handler() {
adc_active=FALSE;
}
#int_rtcc noclear
isr() {
...
}
Example Files:
Also See:
111
#INT_DEFAULT
Syntax:
#int_default
Elements:
None
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.
Examples:
#int_default
default_isr() {
printf("Unexplained interrupt\r\n");
}
Example Files:
None
Also See:
#INT_xxxx, #INT_global
#INT_GLOBAL
Syntax:
#int_global
Elements:
None
Purpose:
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.
Examples:
#int_global
isr() {
// Will be located at location 4 for PIC16 chips.
#asm
bsf
isr_flag
retfie
#endasm
}
Example Files:
ex_glint.c
Also See:
#int_xxxx
112
Pre-Processor Directives
__LINE__
Syntax:
__line__
Elements:
None
Purpose:
Examples:
if(index>MAX_ENTRIES)
printf("Too many entries, source file: "
__FILE__" at line " __LINE__ "\r\n");
Example Files:
assert.h
Also See:
_ _ file_ _
#LIST
Syntax:
#list
Elements:
None
Purpose:
#List begins inserting or resumes inserting source lines into the .LST file after
a #NOLIST.
Examples:
#NOLIST
// Don't clutter up the list file
#include <cdriver.h>
#LIST
Example Files:
16c74.h
Also See:
#nolist
113
#LINE
Syntax:
Elements:
Purpose:
Examples:
1. void main(){
#line 10
should be reported.
//
Example Files:
Also See:
None
None
#LOCATE
Syntax:
#locate id=x
Elements:
id is a C variable,
x is a constant memory address
Purpose:
#LOCATE works like #BYTE however in addition it prevents C from using the
area.
A special form of this directive may be used to locate all A functions local
variables starting at a fixed location.
Use: #locate Auto = address
This directive will place the indirected C variable at the requested address.
Examples:
Example Files:
Also See:
ex_glint.c
#byte, #bit, #reserve, #word
114
Pre-Processor Directives
#MODULE
Syntax:
#MODULE
Elements:
None
Purpose:
All global symbols created from the #MODULE to the end of the file will only be
visible within that same block of code (and files #included within that block).
This may be used to limit the scope of global variables and functions within
include files. This directive also applies to pre-processor #defines.
Note: The extern and static data qualifiers can also be used to denote scope of
variables and functions as in the standard C methodology. #MODULE does
add some benefits in that pre-processor #defines can be given scope, which
cannot normally be done in standard C methodology.
Examples:
int GetCount(void);
void SetCount(int newCount);
#MODULE
int g_count;
#define G_COUNT_MAX 100
int GetCount(void) {return(g_count);}
void SetCount(int newCount) {
if (newCount>G_COUNT_MAX)
newCount=G_COUNT_MAX;
g_count=newCount;
}
/*
the functions GetCount() and SetCount() have global scope, but
the variable g_count and the #define G_COUNT_MAX only has
scope to this file.
*/
Example Files:
None
See Also:
115
#NOLIST
Syntax:
#nolist
Elements:
None
Purpose:
Stops inserting source lines into the .LST file (until a #LIST)
Examples:
#NOLIST
// Don't clutter up the list file
#include <cdriver.h>
#LIST
Example Files:
16c74.h
Also See:
#LIST
#OPT
Syntax:
#OPT n
Elements:
Purpose:
The optimization level is set with this directive. This setting applies to the entire
program and may appear anywhere in the file. The PCW default is 9 for full
optimization. PIC18XXX devices may utilize levels 10 and 11 for extended
optimization. Level 9 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.
Examples:
#opt 5
Example Files:
None
Also See:
None
116
Pre-Processor Directives
#ORG
Syntax:
Elements:
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
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.
If the keyword DEFAULT is used then this address range is used for all
functions user and compiler generated from this point in the file until a #ORG
DEFAULT is encountered (no address range). If a compiler function is called
from the generated code while DEFAULT is in effect the compiler generates a
new version of the function within the specified address range.
When linking multiple compilation units be aware this directive applies to the
final object file. It is an error if any #org overlaps between files unless the #org
matches exactly.
Examples:
117
}
#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 (){
.
.
.
}
Example Files:
loader.c
Also See:
#ROM
#OCS
Syntax:
#OCS x
Elements:
Purpose:
Examples:
#include <18F4520.h>
#device ICD=TRUE
#OCS 20 MHz
#use rs232(debugger)
void main(){
-------;
}
Example Files:
None
Also See:
#use delay
118
Pre-Processor Directives
__PCB__
Syntax:
__PCB__
Elements:
None
Purpose:
Examples:
#ifdef __pcb__
#device PIC16c54
#endif
Example Files:
ex_sqw.c
Also See:
__PCM__, __PCH__
__ PCM __
Syntax:
__PCM__
Elements:
None
Purpose:
Examples:
#ifdef __pcm__
#device PIC16c71
#endif
Example Files:
ex_sqw.c
Also See:
__PCB__, __PCH__
119
__ PCH __
Syntax:
__PCH__
Elements:
None
Purpose:
Examples:
#ifdef _ _ PCH _ _
#device PIC18C452
#endif
Example Files:
ex_sqw.c
Also See:
__PCB__, __PCM__
#PRAGMA
Syntax:
#pragma cmd
Elements:
Purpose:
Examples:
#pragma device
Example Files:
ex_cust.c
Also See:
None
120
PIC16C54
Pre-Processor Directives
#PRIORITY
Syntax:
#priority ints
Elements:
Purpose:
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. When linking multiple compilation units be aware only the one
in the last compilation unit is used.
Examples:
#priority rtcc,rb
Example Files:
Also See:
None
#int_xxxx
#RESERVE
Syntax:
#reserve address
or
#reserve address, address, address
or
#reserve start:end
Elements:
address is a RAM address, start is the first address and end is the last
address
Purpose:
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.
When linking multiple compilation units be aware this directive applies to the
final object file.
Examples:
#DEVICE PIC16C74
#RESERVE 0x60:0X6f
Example Files:
ex_cust.c
Also See:
#org
121
#ROM
Syntax:
Elements:
Purpose:
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.
Note that if the #ROM address is inside the program memory space, the
directive creates a segment for the data, resulting in an error if a #ORG is over
the same area. The #ROM data will also be counted as used program memory
space.
The int8 option indicates each item is 8 bits, the default is 16 bits.
The char option treats each item as 7 bits packing 2 chars into every pcm 14bit word.
When linking multiple compilation units be aware this directive applies to the
final object file.
Examples:
#rom
Example Files:
None
Also See:
#org
122
0x2100={1,2,3,4,5,6,7,8}
Pre-Processor Directives
#SEPARATE
Syntax:
#separate
Elements:
None
Purpose:
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.
Examples:
#separate
swapbyte (int *a, int *b) {
int t;
t=*a;
*a=*b;
*b=t;
}
Example Files:
ex_cust.c
Also See:
#inline
#SERIALIZE
Syntax:
Elements:
id=xxx - Specify a C CONST identifier, may be int8, int16, int32 or char array
Use in place of id parameter, when storing serial number to EEPROM:
dataee=x - The address x is the start address in the data EEPROM.
binary=x - The integer x is the number of bytes to be written to address
specified. -orstring=x - The integer x is the number of bytes to be written to address
specified.
123
Assists in making serial numbers easier to implement when working with CCS
ICD units. Comments are inserted into the hex file that the ICD software
interprets.
Examples:
Example Files:
None
Also See:
None
124
Pre-Processor Directives
#TASK
(The RTOS is only included with the PCW and PCWH packages.)
Each RTOS task is specified as a function that has no parameters and no return. The #task
directive is needed just before each RTOS task to enable the compiler to tell which functions are
RTOS tasks. An RTOS task cannot be called directly like a regular function can.
Syntax:
#task (options)
Elements:
Purpose:
This directive tells the compiler that the following function is an RTOS
task.
The rate option is used to specify how often the task should execute. This must be a
multiple of the minor_cycle option if one is specified in the #use rtos directive.
The max option is used to specify how much processor time a task will use in one
execution of the task. The time specified in max must be equal to or less than the
time specified in the minor_cycle option of the #use rtos directive before the project
will compile successfully. The compiler does not have a way to enforce this limit on
processor time, so a programmer must be careful with how much processor time a
task uses for execution. This option does not need to be specified.
The queue option is used to specify the number of bytes to be reserved
for the task to receive messages from other tasks or functions. The default queue
value is 0.
Examples:
Also See:
#use rtos
125
__ TIME __
Syntax:
__TIME__
Elements:
None
Purpose:
This pre-processor identifier is replaced at compile time with the time of the
compile in the form: "hh:mm:ss"
Examples:
Example Files:
None
Also See:
None
#TYPE
Syntax:
#type standard-type=size
#type default=area
#type unsigned
#type signed
Elements:
Purpose:
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 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 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.
126
Pre-Processor Directives
This directive may also be used to change the default RAM area used for
variable storage. This is done by specifying default=area where area is a
addressmod address space.
When linking multiple compilation units be aware this directive only applies to
the current compilation unit.
The #TYPE directive allows the keywords UNSIGNED and SIGNED to set the
default data type.
Examples:
#TYPE
#TYPE default=area
addressmod (user_ram_block, 0x100, 0x1FF);
#type default=user_ram_block // all variable declarations
// in this area will be in
// 0x100-0x1FF
#type default=
// back to normal
#TYPE SIGNED
...
void main()
{
int variable1;
127
...
...
}
Example Files:
ex_cust.c
Also See:
None
127
#UNDEF
Syntax:
#undef id
Elements:
Purpose:
Examples:
#if MAXSIZE<100
#undef MAXSIZE
#define MAXSIZE 100
#endif
Example Files:
None
Also See:
#define
#USE DELAY
Syntax:
Elements:
128
Pre-Processor Directives
Purpose:
Tells the compiler the speed of the processor and enables the use of the
built-in functions: delay_ms() and delay_us(). Will also set the proper
configuration bits, and if needed configure the internal oscillator. Speed is in
cycles per second. An optional restart_WDT may be used to cause the
compiler to restart the WDT while delaying. When linking multiple
compilation units, this directive must appear in any unit that needs timing
configured (delay_ms(), delay_us(), UART, SPI).
In multiple clock speed applications, this directive may be used more than
once. Any timing routines (delay_ms(), delay_us, UART, SPI) that need
timing information will use the last defined #use delay(). For initialization
purposes, the compiler will initialize the configuration bits and internal
oscillator based upon the first #use delay().
Examples:
Example Files:
ex_sqw.c
Also See:
delay_ms(), delay_us()
129
#USE DYNAMIC_MEMORY
Syntax:
#USE DYNAMIC_MEMORY
Elements:
None
Purpose:
Examples:
#USE DYNAMIC_MEMORY
void main ( ){
}
Example Files:
EX_MALLOC.C
Also See:
None
#USE FAST_IO
Syntax:
Elements:
port is A, B, C, D, E, F, G, H, J or ALL
Purpose:
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 compiler's default
operation is the opposite of this command, the direction I/O will be set/cleared
on each I/O operation. The user must ensure the direction register is set
correctly via set_tris_X(). When linking multiple compilation units be aware this
directive only applies to the current compilation unit.
Examples:
#use fast_io(A)
Example Files:
ex_cust.c
Also See:
130
Pre-Processor Directives
#USE FIXED_IO
Syntax:
Elements:
port is A-G, pin is one of the pin constants defined in the devices .h file.
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. When linking multiple compilation units be aware this directive only applies
to the current compilation unit.
Examples:
Example Files:
None
Also See:
#USE I2C
Syntax:
Elements:
131
NOFLOAT_HIGH
SMBUS
STREAM=id
NO_STRETCH
MASK=nn
I2C1
I2C2
Purpose:
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 FORCE_HW is specified. The SLAVE mode should
only be used with the built-in SSP. The functions created with this directive are
exported when using multiple compilation units. To access the correct function
use the stream identifier.
Examples:
Example Files:
Also See:
i2c_read(), i2c_write()
132
Pre-Processor Directives
#USE RS232
Syntax:
Elements:
XMIT=pin
RCV=pin
FORCE_SW
BRGH1OK
ENABLE=pin
DEBUGGER
RESTART_WDT
INVERT
PARITY=X
Where x is N, E, or O.
BITS =X
FLOAT_HIGH
133
134
ERRORS
SAMPLE_EARLY
RETURN=pin
MULTI_MASTER
LONG_DATA
DISABLE_INTS
STOP=X
TIMEOUT=X
SYNC_SLAVE
Pre-Processor Directives
Purpose:
SYNC_MASTER
SYNC_MATER_CONT
UART1
UART2
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 must appear before this directive can be used. This
directive enables use of built-in functions such as GETC, PUTC, and PRINTF.
The functions created with this directive are exported when using multiple
compilation units. To access the correct function use the stream identifier.
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.
Warning:
The PIC UART will shut down on overflow (3 characters received by the
hardware with a GETC() call). The "ERRORS" option prevents the shutdown
by detecting the condition and resetting the UART.
Examples:
Example Files:
ex_cust.c
Also See:
135
#USE RTOS
(The RTOS is only included with the PCW and PCWH packages.)
The CCS Real Time Operating System (RTOS) allows a PIC micro controller to run regularly
scheduled tasks without the need for interrupts. This is accomplished by a function (RTOS_RUN())
that acts as a dispatcher. When a task is scheduled to run, the dispatch function gives control of
the processor to that task. When the task is done executing or does not need the processor
anymore, control of the processor is returned to the dispatch function which then will give control of
the processor to the next task that is scheduled to execute at the appropriate time. This process is
called cooperative multi-tasking.
Syntax:
Elements:
Purpose:
This directive can also be used to specify the longest time that a task will ever take to
execute with the minor_cycle option. This simply forces all task execution rates to be
a multiple of the minor_cycle before the project will compile successfully. If the this
option is not specified the
compiler will use a minor_cycle value that is the smallest possible
factor of the execution rates of the RTOS tasks.
If the statistics option is specified then the compiler will keep track of
the minimum processor time taken by one execution of each task, the maximum
processor time taken by one execution of each task, and the total processor time
used by each task.
When linking multiple compilation units, this directive must appear exactly the same
in each compilation unit.
Examples:
Also See:
#task
136
Pre-Processor Directives
#USE SPI
Syntax:
Elements:
137
Purpose:
The SPI library contains functions to implement an SPI bus. After setting all of
the proper parameters in #use spi, the spi_xfer() function can be used to both
transfer and receive data on the SPI bus.
The SPI1 and SPI2 options will use the SPI hardware onboard the PIC. The
most common pins present on hardware SPI are: DI, DO, and CLK. These pins
dont need to be assigned values through the options; the compiler will
automatically assign hardware-specific values to these pins. Consult your PICs
data sheet as to where the pins for hardware SPI are. If hardware SPI is not
used, then software SPI will be used. Software SPI is much slower than
hardware SPI, but software SPI can use any pins to transfer and receive data
other than just the pins tied to the PICs hardware SPI pins.
The MODE option is more or less a quick way to specify how the stream is
going to sample data. MODE=0 sets IDLE=0 and SAMPLE_RISE. MODE=1
sets IDLE=0 and SAMPLE_FALL. MODE=2 sets IDLE=1 and SAMPLE_FALL.
MODE=3 sets IDLE=1 and SAMPLE_RISE. There are only these 4 MODEs.
SPI cannot use the same pins for DI and DO. If needed, specify two streams:
one to send data and another to receive data.
The pins must be specified with DI, DO, CLK or SPIx, all other options are
defaluted as indicated above.
Examples:
Example Files:
None
Also See:
spi_xfer()
138
Pre-Processor Directives
#USE STANDARD_IO
Syntax:
Elements:
port is A, B, C, D, E, F, G, H, J or ALL
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 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.
When linking multiple compilation units be aware this directive only applies to
the current compilation unit.
Examples:
#use standard_io(A)
Example Files:
ex_cust.c
Also See:
#WARNING
Syntax:
#warning text
Elements:
Purpose:
Forces the compiler to generate a warning 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.
Examples:
Example Files:
ex_psp.c
Also See:
#error
139
#WORD
Syntax:
#word id = x
Elements:
id is a valid C identifier,
x is a C variable or a constant
Purpose:
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 known a new C variable is created and placed at
address x with the type int16
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:
Example Files:
Also See:
None
#bit, #byte, #locate, #reserve
#ZERO_RAM
Syntax:
#zero_ram
Elements:
Purpose:
None
This directive zero's out all of the internal registers that may be used to hold
variables before program execution begins.
Examples:
#zero_ram
void main() {
}
Example Files:
ex_cust.c
Also See:
None
140
BUILT-IN-FUNCTIONS
BUILT-IN-FUNCTIONS
The CCS compiler provides a lot of built-in functions to access and use the pic microcontroller's
peripherals. This makes it very easy for the users to configure and use the peripherals without
going into in depth details of the registers associated with the functionality. The functions
categorized by the peripherals associated with them are listed on the next page. Click on the
function name to get a complete description and parameter and return value descriptions.
RS232 I/O
assert( )
fgetc( )
fgets( )
fprintf( )
fputc( )
fputs( )
getc( )
getch( )
getchar( )
gets( )
kbhit( )
perror( )
printf( )
putc( )
putchar( )
puts( )
setup_uart( )
set_uart_speed( )
SPI TWO
WIRE I/O
setup_spi( )
setup_spi2( )
spi_xfer( )
spi_data_is_in( )
spi_data_is_in2( )
spi_read( )
spi_read2( )
spi_write( )
spi_write2( )
output_float( )
output_high( )
output_drive( )
output_low( )
output_toggle( )
DISCRETE
I/O
PARALLEL
PORT
I2C I/O
get_tris_x( )
input( )
input_state( )
port_x_pullups( )
input_x( )
output_X( )
output_bit( )
set_tris_x( )
psp_input_full( )
psp_overflow( )
psp_output_full( )
setup_psp(option, address_mask)
i2c_isr_state( )
i2c_poll( )
i2c_read( )
i2c_slaveaddr( )
i2c_start( )
i2c_stop( )
i2c_write( )
141
PROCESSOR
CONTROLS
BIT/BYTE
MANIPULATION
STANDARD
C MATH
VOLTAGE
REF
A/D
CONVERSION
STANDARD
C CHAR /
STRING
142
clear_interrupt( )
disable_interrupts( )
enable_interrupts( )
ext_int_edge( )
getenv( )
brownout_enable( )
goto_address( )
interrupt_active( )
jump_to_isr( )
label_address( )
read_bank( )
reset_cpu( )
restart_cause( )
setup_oscillator( )
sleep( )
write_bank( )
bit_clear( )
bit_set( )
bit_test( )
make8( )
make16( )
make32( )
_mul( )
rotate_left( )
rotate_right( )
shift_left( )
shift_right( )
swap( )
abs( )
acos( )
asin( )
atan( )
atan2( )
atoe( )
ceil( )
cos( )
cosh( )
div( )
exp( )
fabs( )
floor( )
fmod( )
frexp( )
labs( )
ldexp( )
ldiv( )
log( )
log10( )
modf( )
pow( )
sin( )
sinh( )
sqrt( )
tan( )
tanh( )
setup_low_volt_detect( )
setup_vref( )
set_adc_channel( )
setup_adc( )
adc_done( )
setup_adc_ports( )
read_adc( )
atof( )
atoi( )
atol32( )
atol( )
isalnum( )
isalpha(char)
isamoung( )
iscntrl(x)
isdigit(char)
isgraph(x)
islower(char)
isprint(x)
ispunct(x)
isspace(char)
isupper(char)
isxdigit(char)
itoa( )
sprintf( )
strcat( )
strchr( )
strcmp( )
strcoll( )
strcpy( )
strcspn( )
strerror( )
stricmp( )
strlen( )
strlwr( )
strncat( )
strncmp( )
strncpy( )
strpbrk( )
strrchr( )
strspn( )
strstr( )
strtod( )
strtok( )
strtol( )
strtoul( )
strxfrm( )
tolower( )
toupper( )
Built-in-Functions
TIMERS
STANDARD
C MEMORY
CAPTURE/
COMPARE/
PWM
NONVOLATILE
MEMORY
STANDARD
C SPECIAL
DELAYS
ANALOG
COMPARE
get_timer_x( )
setup_timer_1( )
setup_timer_4( )
restart_wdt( )
set_timer_x( )
setup_timer_2( )
setup_timer_5( )
setup_wdt( )
setup_timer_0( )
setup_timer_3( )
setup_counters( )
calloc( )
free( )
longjmp( )
malloc( )
memchr( )
memcmp( )
memcpy( )
memmove( )
memset( )
offsetof( )
offsetofbit( )
realloc( )
setjmp( )
set_power_pwm_override( )
set_power_pwmx_duty( )
set_pwm1_duty( )
set_pwm2_duty( )
set_pwm3_duty( )
set_pwm4_duty( )
set_pwm5_duty( )
setup_ccp1( )
setup_ccp2( )
setup_ccp3( )
setup_ccp4( )
setup_ccp5( )
setup_ccp6( )
setup_power_pwm( )
setup_power_pwm_pins( )
erase_eeprom( )
erase_program_eeprom( )
read_calibration( )
read_configuration_memory( )
read_eeprom( )
read_external_memory( )
read_program_eeprom( )
read_program_memory( )
setup_external_memory( )
write_configuration_memory( )
write_eeprom( )
write_external_memory( )
write_program_eeprom( )
write_program_memory( )
bsearch( )
nargs( )
qsort( )
rand( )
delay_cycles( )
delay_ms( )
srand( )
va_arg( )
va_end( )
va_start( )
delay_us( )
setup_comparator( )
143
RTOS
LCD
MISC.
144
rtos_await( )
rtos_disable( )
rtos_enable( )
rtos_msg_poll( )
rtos_msg_read( )
rtos_msg_send( )
rtos_overrun( )
rtos_run( )
rtos_signal( )
rtos_stats( )
rtos_terminate( )
rtos_wait( )
rtos_yield( )
lcd_load( )
lcd_symbol( )
setup_lcd( )
setup_opamp1( )
setup_opamp2( )
sleep_ulpwu( )
Built-in-Functions
abs( )
Syntax:
value = abs(x)
Parameters:
Returns:
Function:
Availability:
All devices
Requires:
#include <stdlib.h>
Examples:
Example Files:
None
Also See:
labs()
adc_done( )
Syntax:
value = adc_done();
Parameters:
None
Returns:
A short int. TRUE if the A/D converter is done with conversion, FALSE if it is
still busy.
Function:
Availability:
Requires:
None
145
Examples:
int16 value;
setup_adc_ports(sAN0|sAN1, VSS_VDD);
setup_adc(ADC_CLOCK_DIV_4|ADC_TAD_MUL_8);
set_adc_channel(0);
read_adc(ADC_START_ONLY);
int1 done = adc_done();
while(!done) {
done = adc_done();
}
value = read_adc();
printf(A/C value = %LX\n\r, value);
}
Example Files:
Also See:
None
setup_adc(), set_adc_channel(), setup_adc_ports(), read_adc(), adc overview
adc_done( )
Syntax:
value = adc_done();
Parameters:
Returns:
None
A short int. TRUE if the A/D converter is done with conversion, FALSE if it is
still busy.
Function:
Availability:
Requires:
Examples:
None
int16 value;
setup_adc_ports(sAN0|sAN1, VSS_VDD);
setup_adc(ADC_CLOCK_DIV_4|ADC_TAD_MUL_8);
set_adc_channel(0);
read_adc(ADC_START_ONLY);
int1 done = adc_done();
while(!done) {
done = adc_done();
}
value = read_adc();
printf(A/C value = %LX\n\r, value);
}
Example Files:
Also See:
146
None
setup_adc(), set_adc_channel(), setup_adc_ports(), read_adc(), adc overview
Built-in-Functions
assert( )
Syntax:
assert (condition);
Parameters:
Returns:
Nothing
Function:
This function tests the condition and if FALSE will generate an error message
on STDERR (by default the first USE RS232 in the program). The error
message will include the file and line of the assert(). No code is generated for
the assert() if you #define NODEBUG. In this way you may include asserts in
your code for testing and quickly eliminate them from the final program.
Availability:
All devices
Requires:
Examples:
assert( number_of_entries<TABLE_SIZE );
// If number_of_entries is >= TABLE_SIZE then
// the following is output at the RS232:
// Assertion failed, file myfile.c, line 56
Example Files:
None
Also See:
atoe( )
Syntax:
Parameters:
Returns:
Function:
Converts the string passed to the function into a floating point representation. If
the result cannot be represented, the behavior is undefined. This function also
handles E format numbers
All devices
Availability:
147
Requires:
#include <stdlib.h>
Examples:
Example Files:
Also See:
None
atoi(), atol(), atoi32(), atof(), printf()
atof( )
Syntax:
Parameters:
Returns:
Function:
Converts the string passed to the function into a floating point representation.
If the result cannot be represented, the behavior is undefined.
Availability:
All devices
Requires:
#include <stdlib.h>
Examples:
Example Files:
ex_tank.c
Also See:
148
Built-in-Functions
atoi( )
atol( )
atoi32( )
Syntax:
ivalue = atoi(string)
or
lvalue = atol(string)
or
i32value = atoi32(string)
Parameters:
Returns:
Function:
Converts the string passed to the function into an int representation. Accepts
both decimal and hexadecimal argument. If the result cannot be represented,
the behavior is undefined.
Availability:
All devices
Requires:
#include <stdlib.h>
Examples:
char string[10];
int x;
strcpy(string,"123");
x = atoi(string);
// x is now 123
Example Files:
input.c
Also See:
printf()
149
bit_clear( )
Syntax:
bit_clear(var, bit)
Parameters:
Returns:
Function:
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 similar to: var &= ~(1<<bit);
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
ex_patg.c
Also See:
bit_set(), bit_test()
int x;
x=5;
bit_clear(x,2);
// x is now 1
bit_set( )
Syntax:
bit_set(var, bit)
Parameters:
Returns:
Function:
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 similar to: var |= (1<<bit);
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
ex_patg.c
Also See:
bit_clear(), bit_test()
150
int x;
x=5;
bit_set(x,3);
// x is now 13
Built-in-Functions
bit_test( )
Syntax:
Parameters:
Returns:
0 or 1
Function:
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
similar to: ((var & (1<<bit)) != 0)
Availability:
All devices
Requires:
Nothing
Examples:
if(data!=0)
for(i=31;!bit_test(data, i);i--) ;
// i now has the most significant bit in data
// that is set to a 1
Example Files:
ex_patg.c
Also See:
bit_clear(), bit_set()
151
brownout_enable( )
Syntax:
brownout_enable (value)
Parameters:
Returns:
Function:
undefined
Enable or disable the software controlled brownout. Brownout will cause the
PIC to reset if the power voltage goes below a specific set-point.
Availability:
Requires:
Examples:
Nothing
Example Files:
Also See:
None
restart_cause()
brownout_enable(TRUE);
bsearch( )
Syntax:
ip = bsearch
(&key, base, num, width, compare)
Parameters:
Returns:
Function:
Availability:
All devices
Requires:
#include <stdlib.h>
152
Built-in-Functions
Examples:
int nums[5]={1,2,3,4,5};
int compar(const void *arg1,const void *arg2);
void main() {
int *ip, key;
key = 3;
ip = bsearch(&key, nums, 5, sizeof(int), compar);
}
int compar(const void *arg1,const void *arg2) {
if ( * (int *) arg1 < ( * (int *) arg2) return 1
else if ( * (int *) arg1 == ( * (int *) arg2) return 0
else return 1;
}
Example Files:
None
Also See:
qsort()
calloc( )
Syntax:
ptr=calloc(nmem, size)
Parameters:
Returns:
Function:
The calloc function allocates space for an array of nmem objects whose size is
specified by size. The space is initialized to all bits zero.
Availability:
All devices
Requires:
#include <stdlibm.h>
Examples:
int * iptr;
iptr=calloc(5,10);
// iptr will point to a block of memory of
// 50 bytes all initialized to 0.
Example Files:
None
Also See:
153
ceil( )
Syntax:
Parameters:
value is a float
Returns:
A float
Function:
Availability:
Requires:
All devices
#include <math.h>
Examples:
Example Files:
Also See:
None
floor()
clear_interrupt( )
Syntax:
clear_interrupt(level)
Parameters:
Returns:
Function:
undefined
Clears the interrupt flag for the given level. This function is designed for use
with a specific interrupt, thus eliminating the GLOBAL level as a possible
parameter. Some chips that have interrupt on change for individual pins allow
the pin to be specified like INT_RA1.
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
Also See:
None
enable_interrupts(), #INT, Interrupts overview
154
clear_interrupt(int_timer1);
Built-in-Functions
delay_cycles( )
Syntax:
delay_cycles (count)
Parameters:
Returns:
Function:
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.
The delay time may be longer than requested if an interrupt is serviced during
the delay. The time spent in the ISR does not count toward the delay time.
Availability:
Requires:
Examples:
All devices
Nothing
delay_cycles( 1 ); // Same as a NOP
delay_cycles(25); // At 20 mhz a 5us delay
Example Files:
ex_cust.c
Also See:
delay_us(), delay_ms()
delay_ms( )
Syntax:
delay_ms (time)
Parameters:
Returns:
Function:
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.
The delay time may be longer than requested if an interrupt is serviced during
the delay. The time spent in the ISR does not count toward the delay time.
155
Availability:
All devices
Requires:
#use delay
Examples:
Example Files:
ex_sqw.c
Also See:
delay_us( )
Syntax:
delay_us (time)
Parameters:
Returns:
Undefined
Function:
Availability:
All devices
Requires:
#use delay
156
Built-in-Functions
Examples:
#use delay(clock=20000000)
do {
output_high(PIN_B0);
delay_us(duty);
output_low(PIN_B0);
delay_us(period-duty);
} while(TRUE);
Example Files:
Also See:
ex_sqw.c
delay_ms(), delay_cycles(), #use delay
diable_interrupts( )
Syntax:
disable_interrupts (level)
Parameters:
Returns:
Function:
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. Some chips that have interrupt on change for individual
pins allow the pin to be specified like INT_RA1.
Availability:
Requires:
Examples:
Example Files:
Also See:
ex_sisr.c, ex_stwt.c
enable_interrupts(), clear_interrupt (), #int_xxxx, Interrupts overview
157
div( )
ldiv( )
Syntax:
idiv=div(num, denom)
ldiv =ldiv(lnum, ldenom)
Parameters:
Returns:
idiv is a structure of type div_t and lidiv is a structure of type ldiv_t. The div
function returns a structure of type div_t, comprising of both the quotient and
the remainder. The ldiv function returns a structure of type ldiv_t, comprising of
both the quotient and the remainder.
Function:
The div and ldiv function computes the quotient and remainder of the division of
the numerator by the denominator. If the division is inexact, the resulting
quotient is the integer or long of lesser magnitude that is the nearest to the
algebraic quotient. If the result cannot be represented, the behavior is
undefined; otherwise quot*denom(ldenom)+rem shall equal num(lnum).
Availability:
All devices.
Requires:
#include <STDLIB.H>
Examples:
div_t idiv;
ldiv_t lidiv;
idiv=div(3,2);
//idiv will contain quot=1 and rem=1
lidiv=ldiv(300,250);
//lidiv will contain quot=1 and rem=50
Example Files:
None
Also See:
None
158
Built-in-Functions
enable_interrupts( )
Syntax:
enable_interrupts (level)
Parameters:
Returns:
Function:
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. Some chips that have interrupt on change for
individual pins allow the pin to be specified like INT_RA1.
Enabling an interrupt does not clear the interrupt flag if there was a pending
interrupt prior to the call. Use clear_interrupt to clear pending interrupts before
the call to enable_interrupts to discard prior interrupts.
Availability:
Requires:
Examples:
enable_interrupts(GLOBAL);
enable_interrupts(INT_TIMER0);
enable_interrupts(INT_TIMER1);
Example Files:
ex_sisr.c, ex_stwt.c
Also See:
159
erase_eeprom
Syntax:
erase_eeprom (address);
Parameters:
Returns:
Function:
undefined
This will erase a row of the EEPROM or Flash Data Memory.
Availability:
Requires:
Examples:
Nothing
Example Files:
Also See:
None
write program eeprom(), write program memory(), program eeprom overview
erase_eeprom(0);
bytes)
erase_program_eeprom( )
Syntax:
erase_program_eeprom (address);
Parameters:
address is 16 bits on PCM parts and 32 bits on PCH parts. The least
significant bits may be ignored.
Returns:
Function:
undefined
Erases FLASH_ERASE_SIZE bytes to 0xFFFF in program memory.
FLASH_ERASE_SIZE varies depending on the part. For example, if it is 64
bytes then the least significant 6 bits of address is ignored.
See WRITE_PROGRAM_MEMORY for more information on program memory
access.
Availability:
Requires:
Examples:
Nothing
Example Files:
Also See:
None
write program eeprom(), write program memory(), program eeprom overview
160
for(i=0x1000;i<=0x1fff;i+=getenv("FLASH_ERASE_SIZE"))
erase_program_memory(i);
Built-in-Functions
exp( )
Syntax:
Parameters:
value is a float
Returns:
A float
Function:
Availability:
All devices
Requires:
#include <math.h>
Examples:
Example Files:
None
Also See:
161
ext_int_edge( )
Syntax:
Parameters:
Returns:
Function:
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.
Availability:
Requires:
Examples:
// Sets up EXT
Example Files:
ex_wakup.c
Also See:
fabs( )
Syntax:
result=fabs (value)
Parameters:
value is a float
Returns:
result is a float
Function:
Availability:
Requires:
All devices.
#include <math.h>
Examples:
float result;
result=fabs(-40.0)
// result is 40.0
Example Files:
Also See:
None
abs(), labs()
162
Built-in-Functions
floor( )
Syntax:
Parameters:
value is a float
Returns:
result is a float
Function:
Computes the greatest integer value not greater than the argument. Floor
(12.67) is 12.00.
Availability:
Requires:
All devices.
#include <math.h>
Examples:
Example Files:
Also See:
None
ceil()
fmod( )
Syntax:
Parameters:
val1 is a float
val2 is a float
Returns:
result is a float
Function:
Returns the floating point remainder of val1/val2. Returns the value val1 i*val2 for some integer i such that, if val2 is nonzero, the result has the same
sign as val1 and magnitude less than the magnitude of val2.
Availability:
Requires:
All devices.
#include <math.h>
Examples:
float result;
result=fmod(3,2);
// result is 1
Example Files:
Also See:
None
None
163
free( )
Syntax:
free(ptr)
Parameters:
Returns:
Function:
No value
The free function causes the space pointed to by the ptr to be deallocated, that
is made available for further allocation. If ptr is a null pointer, no action occurs.
If the ptr does not match a pointer earlier returned by the calloc, malloc or
realloc, or if the space has been deallocated by a call to free or realloc function,
the behavior is undefined.
All devices.
#include <stdlibm.h>
Availability:
Requires:
Examples:
int * iptr;
iptr=malloc(10);
free(iptr)
// iptr will be deallocated
Example Files:
Also See:
None
realloc(), malloc(), calloc()
frexp( )
Syntax:
Parameters:
value is a float
exp is a signed int.
Returns:
result is a float
Function:
The frexp function breaks a floating point number into a normalized fraction and
an integral power of 2. It stores the integer in the signed int object exp. The
result is in the interval [1/2,1) or zero, such that value is result times 2 raised to
power exp. If value is zero then both parts are zero.
All devices.
#include <math.h>
Availability:
Requires:
Examples:
float result;
signed int exp;
result=frexp(.5,&exp);
// result is .5 and exp is 0
Example Files:
Also See:
None
ldexp(), exp(), log(), log10(), modf()
164
Built-in-Functions
get_timerx( )
Syntax:
Parameters:
None
Returns:
Function:
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...).
Availability:
Requires:
Nothing
Examples:
set_timer0(0);
while ( get_timer0() < 200 ) ;
Example Files:
ex_stwt.c
Also See:
value=get_rtcc()
165
get_tris_x( )
Syntax:
value = get_tris_A();
value = get_tris_B();
value = get_tris_C();
value = get_tris_D();
value = get_tris_E();
value = get_tris_F();
value = get_tris_G();
value = get_tris_H();
value = get_tris_J();
value = get_tris_K()
Parameters:
None
Returns:
Function:
Availability:
All devices.
Requires:
Nothing
Examples:
tris_a = GET_TRIS_A();
Example Files:
Also See:
None
input(), output_low(), output_high()
166
Built-in-Functions
getc( )
getch( )
getcha( )
fgetc( )
Syntax:
value = getc()
value = fgetc(stream)
value=getch()
value=getchar()
Parameters:
Returns:
An 8 bit character
Function:
This function waits for a character to come in over the RS232 RCV pin and
returns the character. If you do not want to hang forever waiting for an
incoming character use kbhit() to test for a character available. If a built-in
USART is used the hardware can buffer 3 characters otherwise GETC must be
active while the character is being received by the PIC.
If fgetc() is used then the specified stream is used where getc() defaults to
STDIN (the last USE RS232).
Availability:
Requires:
All devices
#use rs232
Examples:
printf("Continue (Y,N)?");
do {
answer=getch();
}while(answer!='Y' && answer!='N');
#use rs232(baud=9600,xmit=pin_c6,
rcv=pin_c7,stream=HOSTPC)
#use rs232(baud=1200,xmit=pin_b1,
rcv=pin_b0,stream=GPS)
#use rs232(baud=9600,xmit=pin_b3,
stream=DEBUG)
...
while(TRUE) {
c=fgetc(GPS);
fputc(c,HOSTPC);
if(c==13)
fprintf(DEBUG,"Got a CR\r\n");
}
Example Files:
ex_stwt.c
Also See:
167
getenv( )
Syntax:
Parameters:
Returns:
Function:
168
Built-in-Functions
I2C_MASTER
PSP
COMP
VREF
LCD
UART
AUART
CCPx
TIMERx
FLASH_WRITE_SIZE
FLASH_ERASE_SIZE
BYTES_PER_ADDRESS
BITS_PER_INSTRUCTION
RAM
SFR:name
BIT:name
PIN:PB
Availability:
All devices
Requires:
Examples:
Nothing
#IF
getenv("VERSION")<3.050
169
#ERROR
#ENDIF
for(i=0;i<getenv("DATA_EEPROM");i++)
write_eeprom(i,0);
#IF getenv("FUSE_VALID:BROWNOUT")
#FUSE BROWNOUT
#ENDIF
#byte status_reg=GETENV(SFR:STATUS)
#bit carry_flag=GETENV(BIT:C)
Example Files:
Also See:
None
None
gets( )
fgets( )
Syntax:
gets (string)
value = fgets (string, stream)
Parameters:
Returns:
Function:
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.
If fgets() is used then the specified stream is used where gets() defaults to
STDIN (the last USE RS232).
Availability:
Requires:
All devices
#use rs232
Examples:
char string[30];
printf("Password: ");
gets(string);
if(strcmp(string, password))
printf("OK");
Example Files:
Also See:
170
None
getc(), get_string in input.c
Built-in-Functions
goto_address( )
Syntax:
goto_address(location);
Parameters:
Returns:
Function:
Nothing
This function jumps to the address specified by location. Jumps outside of the
current function should be done only with great caution. This is not a normally
used function except in very special situations.
Availability:
Requires:
Examples:
All devices
Nothing
#define LOAD_REQUEST PIN_B1
#define LOADER 0x1f00
if(input(LOAD_REQUEST))
goto_address(LOADER);
Example Files:
setjmp.h
Also See:
label_address( )
i2c_isr_state( )
Syntax:
state = i2c_isr_state();
state = i2c_isr_state(stream);
Parameters:
Returns:
Function:
Returns the state of I2C communications in I2C slave mode after an SSP
interrupt. The return value increments with each byte received or sent.
Availability:
Requires:
#use i2c
171
Examples:
#INT_SSP
void i2c_isr() {
state = i2c_isr_state();
if(state >= 0x80)
i2c_write(send_buffer[state - 0x80]);
else if(state > 0)
rcv_buffer[state - 1] = i2c_read();
}
Example Files:
ex_slave.c
Also See:
i2c_poll( )
Syntax:
i2c_poll()
i2c_poll(stream)
Parameters:
Returns:
1 (TRUE) or 0 (FALSE)
Function:
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.
Availability:
Requires:
#use i2c
Examples:
i2c_start();
// Start condition
i2c_write(0xc1); // Device address/Read
count=0;
while(count!=4) {
while(!i2c_poll()) ;
buffer[count++]= i2c_read(); //Read Next
}
i2c_stop();
// Stop condition
Example Files:
ex_slave.c
Also See:
172
Built-in-Functions
I2C_read( )
Syntax:
data = i2c_read();
data = i2c_read(ack);
data = i2c_read(stream, ack);
Parameters:
Returns:
Function:
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.
Availability:
Requires:
#use i2c
Examples:
i2c_start();
i2c_write(0xa1);
data1 = i2c_read();
data2 = i2c_read();
i2c_stop();
Example Files:
Also See:
173
i2c_slaveaddr( )
Syntax:
I2C_SlaveAddr(addr);
I2C_SlaveAddr(stream, addr);
Parameters:
Returns:
Function:
nothing
This functions sets the address for the I2C interface in slave mode.
Availability:
Requires:
#use i2c
Examples:
i2c_SlaveAddr(0x08);
i2c_SlaveAddr(i2cStream1, 0x08);
Example Files:
ex_slave.c
Also See:
i2c_start( )
Syntax:
i2c_start()
i2c_start(stream)
i2c_start(stream, restart)
Parameters:
Returns:
Function:
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. The I2C_START function will now accept an optional parameter. If 1
the compiler assumes the bus is in the stopped state. If 2 the compiler treats
this I2C_START as a restart. If no parameter is passed a 2 is used only if the
compiler compiled a I2C_START last with no I2C_STOP since.
174
Built-in-Functions
Availability:
Requires:
All devices.
#use i2c
Examples:
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
Example Files:
Also See:
i2c_stop( )
Syntax:
i2c_stop()
i2c_stop(stream)
Parameters:
Returns:
undefined
Function:
Availability:
All devices.
Requires:
#use i2c
Examples:
i2c_start();
i2c_write(0xa0);
i2c_write(5);
i2c_write(12);
i2c_stop();
Example Files:
Also See:
//
//
//
//
//
Start condition
Device address
Device command
Device data
Stop condition
175
i2c_write( )
Syntax:
i2c_write (data)
i2c_write (stream, data)
Parameters:
Returns:
Function:
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.
Availability:
All devices.
Requires:
#use i2c
Examples:
long cmd;
...
i2c_start();
// Start condition
i2c_write(0xa0);// Device address
i2c_write(cmd);// Low byte of command
i2c_write(cmd>>8);// High byte of command
i2c_stop();
// Stop condition
Example Files:
Also See:
176
Built-in-Functions
input( )
Syntax:
Parameters:
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.
Returns:
The PIN could also be a variable. The variable must have a value equal to one
of the constants (like PIN_A1) to work properly. The tristate register is updated
unless the FAST_I0 mode is set on port A. note that doing I/0 with a variable
instead of a constant will take much longer time.
0 (or FALSE) if the pin is low,
1 (or TRUE) if the pin is high
Function:
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.
Availability:
All devices.
Requires:
Examples:
while ( !input(PIN_B1) );
// waits for B1 to go high
if( input(PIN_A0) )
printf("A0 is now high\r\n");
int16 i=PIN_B1;
while(!i);
//waits for B1 to go high
Example Files:
ex_pulse.c
Also See:
177
input_state( )
Syntax:
Parameters:
value = input_state(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.
Returns:
Bit specifying whether pin is high or low. A 1 indicates the pin is high and a 0
indicates it is low.
Function:
This function reads the level of a pin without changing the direction of the pin as
INPUT() does.
Availability:
Requires:
Examples:
All devices.
Nothing
Example Files:
Also See:
None
input(), set_tris_x(), output_low(), output_high(), General Purpose I/O
level = input_state(pin_A3);
printf("level: %d",level);
input_x( )
Syntax:
value = input_a()
value = input_b()
value = input_c()
value = input_d()
value = input_e()
value = input_f()
value = input_g()
value = input_h()
value = input_j()
value = input_k()
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
Availability:
Requires:
Examples:
Example Files:
Also See:
178
data = input_b();
ex_psp.c
input(), output_x(), #use fixed_io, #use fast_io, #use standard_io
Built-in-Functions
interrupt_active( )
Syntax:
interrupt_active (interrupt)
Parameters:
Returns:
Boolean value
Function:
The function checks the interrupt flag of the specified interrupt and returns true
in case the flag is set.
Availability:
Requires:
Examples:
interrupt_active(INT_TIMER0);
interrupt_active(INT_TIMER1);
Example Files:
None
Also See:
isxdigit(char)
iscntrl(x)
isgraph(x)
isprint(x)
ispunct(x)
isalnum(char)
isalpha(char)
isdigit(char)
islower(char)
isspace(char)
isupper(char)
Syntax:
value = isalnum(datac)
value = isalpha(datac)
value = isdigit(datac)
value = islower(datac)
value = isspace(datac)
value = isupper(datac)
value = isxdigit(datac)
value = iscntrl(datac)
value = isgraph(datac)
value = isprint(datac)
value = punct(datac)
Parameters:
179
Returns:
0 (or FALSE) if datac dose not match the criteria, 1 (or TRUE) if datac does
match the criteria.
Function:
Availability:
All devices.
Requires:
#include <ctype.h>
Examples:
char id[20];
...
if(isalpha(id[0])) {
valid_id=TRUE;
for(i=1;i<strlen(id);i++)
valid_id=valid_id && isalnum(id[i]);
} else
valid_id=FALSE;
Example Files:
ex_str.c
Also See:
isamong()
180
Built-in-Functions
isamong( )
Syntax:
Parameters:
value is a character
cstring is a constant sting
Returns:
Function:
Availability:
All devices
Requires:
Nothing
Examples:
char x= 'x';
...
if ( isamong ( x,
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ") )
printf ("The character is valid");
Example Files:
#include <ctype.h>
Also See:
itoa( )
Syntax:
Parameters:
Returns:
Function:
Converts the signed int32 to a string according to the provided base and returns
the converted value if any. If the result cannot be represented, the function will
return 0.
181
Availability:
All devices
Requires:
#include <stdlib.h>
Examples:
int32 x=1234;
char string[5];
itoa(x,10, string);
// string is now 1234
Example Files:
None
Also See:
None
jump_to_isr
Syntax:
jump_to_isr (address)
Parameters:
Returns:
No value
Function:
The jump_to_isr function is used when the location of the interrupt service
routines are not at the default location in program memory. When an interrupt
occurs, program execution will jump to the default location and then jump to the
specified address.
Availability:
All devices
Requires:
Nothing
Examples:
int_global
void global_isr(void) {
jump_to_isr(isr_address);
}
Example Files:
ex_bootloader.c
Also See:
#build( )
182
Built-in-Functions
kbhit( )
Syntax:
value = kbhit()
value = kbhit (stream)
Parameters:
Returns:
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()
Function:
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 if 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.
Availability:
All devices.
Requires:
#use rs232
Examples:
char timed_getc() {
long timeout;
timeout_error=FALSE;
timeout=0;
while(!kbhit()&&(++timeout<50000)) // 1/2
// second
delay_us(10);
if(kbhit())
return(getc());
else {
timeout_error=TRUE;
return(0);
}
}
Example Files:
ex_tgetc.c
Also See:
183
label_address( )
Syntax:
value = label_address(label);
Parameters:
Returns:
Function:
This function obtains the address in ROM of the next instruction after the label.
This is not a normally used function except in very special situations.
Availability:
Requires:
Examples:
All devices.
Nothing
Example Files:
setjmp.h
Also See:
goto_address()
start:
a = (b+c)<<2;
end:
printf("It takes %lu ROM locations.\r\n",
label_address(end)-label_address(start));
labs( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
All devices.
#include <stdlib.h>
Example Files:
Also See:
None
abs()
184
Built-in-Functions
lcd_load( )
Syntax:
Parameters:
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.
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.
Availability:
Requires
Examples:
lcd_load(buffer, 0, 16);
Example Files:
ex_92lcd.c
Also See:
lcd_symbol( )
Syntax:
Parameters:
Returns:
Function:
undefined
Loads bits into the segment data area for the LCD with each bit address
specified. If bit 0 in symbol is set the segment at B0_addr is set, otherwise it is
cleared. The same is true of all other bits in symbol. The B0_addr is a bit
address into the LCD RAM.
Availability:
185
Requires
Examples:
#define DIGIT_1_CONFIG
COM0+2,COM0+4,COM0+5,COM2+4,COM2+1,
COM1+4,COM1+5
for(i=1; i<=9; ++i) {
LCD_SYMBOL(DIGIT_MAP[i],DIGIT_1_CONFIG);
delay_ms(1000);
}
Example Files:
ex_92lcd.c
Also See:
ldexp( )
Syntax:
Parameters:
value is float
exp is a signed int.
Returns:
Function:
Availability:
All devices.
Requires:
#include <math.h>
Examples:
float result;
result=ldexp(.5,0);
// result is .5
Example Files:
None
Also See:
186
Built-in-Functions
log( )
Syntax:
Parameters:
value is a float
Returns:
A float
Function:
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.
Note on error handling:
"errno.h" is included then the domain and range errors are stored in the errno
variable. The user can check the errno to see if an error has occurred and print
the error using the perror function.
Domain error occurs in the following cases:
log: when the argument is negative
Availability:
All devices
Requires:
#include <math.h>
Examples:
lnx = log(x);
Example Files:
None
Also See:
187
log10( )
Syntax:
Parameters:
Returns:
A float
Function:
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.
Note on error handling:
If "errno.h" is included then the domain and range errors are stored in the errno
variable. The user can check the errno to see if an error has occurred and print
the error using the perror function.
Domain error occurs in the following cases:
log10: when the argument is negative
Availability:
Requires:
All devices
#include <math.h>
Examples:
Example Files:
Also See:
None
log(), exp(), pow()
longjmp( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
longjmp(jmpbuf, 1);
Example Files:
Also See:
None
setjmp()
188
Built-in-Functions
make8( )
Syntax:
i8 = MAKE8(var, offset)
Parameters:
Returns:
An 8 bit integer
Function:
Extracts the byte at offset from var. Same as: i8 = (((var >> (offset*8)) & 0xff)
except it is done with a single byte move.
Availability:
Requires:
Examples:
All devices
Nothing
int32 x;
int y;
y = make8(x,3);
Example Files:
Also See:
// Gets MSB of x
None
make16(), make32()
make16( )
Syntax:
Parameters:
Returns:
A 16 bit integer
Function:
Availability:
Requires:
Examples:
All device
Nothing
long x;
int hi,lo;
x = make16(hi,lo);
Example Files:
ltc1298.c
Also See:
make8(), make32()
189
make32( )
Syntax:
Parameters:
Returns:
A 32 bit integer
Function:
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.
Availability:
All devices
Requires:
Nothing
Examples:
int32 x;
int y;
long z;
x = make32(1,2,3,4);
// x is 0x01020304
y=0x12;
z=0x4321;
x = make32(y,z);
// x is 0x00124321
x = make32(y,y,z);
Example Files:
ex_freqc.c
Also See:
make8(), make16()
190
// x is 0x12124321
Built-in-Functions
malloc( )
Syntax:
ptr=malloc(size)
Parameters:
Returns:
Function:
The malloc function allocates space for an object whose size is specified by
size and whose value is indeterminate.
Availability:
All devices
Requires:
#include <stdlibm.h>
Examples:
int * iptr;
iptr=malloc(10);
// iptr will point to a block of memory of 10 bytes.
Example Files:
Also See:
None
realloc(), free(), calloc()
memcpy( )
memmove( )
Syntax:
Parameters:
Returns:
Function:
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).
Memmove performs a safe copy (overlapping objects doesn't cause a
problem). Copying takes place as if the n characters from the source are first
copied into a temporary array of n characters that doesn't overlap the
destination and source objects. Then the n characters from the temporary array
are copied to destination.
191
Availability:
All devices
Requires:
Nothing
Examples:
Example Files:
None
Also See:
strcpy(), memset()
memset( )
Syntax:
Parameters:
Returns:
undefined
Function:
Availability:
All devices
Requires:
Nothing
Examples:
memset(arrayA, 0, sizeof(arrayA));
memset(arrayB, '?', sizeof(arrayB));
memset(&structA, 0xFF, sizeof(structA));
Example Files:
None
Also See:
memcpy()
192
Built-in-Functions
modf( )
Syntax:
Parameters:
value is a float
integral is a float
Returns:
result is a float
Function:
The modf function breaks the argument value into integral and fractional parts,
each of which has the same sign as the argument. It stores the integral part as
a float in the object integral.
Availability:
Requires:
All devices
#include <math.h>
Examples:
Example Files:
Also See:
None
None
_mul( )
Syntax:
prod=_mul(val1, val2);
Parameters:
Returns:
A 16-bit integer if both parameters are 8-bit integers, or a 32-bit integer if both
parameters are 16-bit integers.
Function:
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
Also See:
None
None
193
nargs( )
Syntax:
Parameters:
The function can take variable parameters. The user can use stdarg library to
create functions that take variable parameters.
Returns:
Function dependent.
Function:
The stdarg library allows the user to create functions that supports variable
arguments.
The function that will accept a variable number of arguments must have at least
one actual, known parameters, and it may have more.The number of
arguments is often passed to the function in one of its actual parameters. If the
variable-length argument list can involve more that one type, the type
information is generally passed as well. Before processing can begin, the
function creates a special argument pointer of type va_list.
Availability:
All devices
Requires:
#include <stdarg.h>
Examples:
Example Files:
None
Also See:
194
Built-in-Functions
offsetof( )
offsetofbit( )
Syntax:
Parameters:
Returns:
An 8 bit byte
Function:
These functions return an offset into a structure for the indicated field. offsetof
returns the offset in bytes and offsetofbit returns the offset in bits.
Availability:
All devices
Requires:
#include <stddef.h>
Examples:
struct
time_structure {
int hour, min, sec;
int zone : 4;
intl daylight_savings;
}
x = offsetof(time_structure, sec);
// x will be 2
x = offsetofbit(time_structure, sec);
// x will be 16
x = offsetof (time_structure,
daylight_savings);
// x will be 3
x = offsetofbit(time_structure,
daylight_savings);
// x will be 28
Example Files:
None
Also See:
None
195
output_x( )
Syntax:
output_a (value)
output_b (value)
output_c (value)
output_d (value)
output_e (value)
output_f (value)
output_g (value)
output_h (value)
output_j (value)
output_k (value)
Parameters:
Returns:
undefined
Function:
Availability:
All devices, however not all devices have all ports (A-E)
Requires:
Nothing
Examples:
OUTPUT_B(0xf0);
Example Files:
ex_patg.c
Also See:
196
Built-in-Functions
output_bit( )
Syntax:
Parameters:
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. The PIN could also be a variable. The
variable must have a value equal to one of the constants (like PIN_A1) to work
properly. The tristate register is updated unless the FAST_I0 mode is set on
port A. Note that doing I/0 with a variable instead of a constant will take much
longer time. Value is a 1 or a 0.
Returns:
undefined
Function:
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.
Availability:
All devices.
Requires:
Examples:
output_bit( PIN_B0,
shift_left(&data,1,input(PIN_B1)));
// Output the MSB of data to
// B0 and at the same time
// shift B1 into the LSB of data
int16 i=PIN_B0;
ouput_bit(i,shift_left(&data,1,input(PIN_B1)));
//same as above example, but
//uses a variable instead of a constant
Example Files:
Also See:
197
output_drive( )
Syntax:
output_drive(pin)
Parameters:
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.
Returns:
Function:
Availability:
Requires:
Examples:
undefined
Sets the specified pin to the output mode.
All devices.
Pin constants are defined in the devices.h file.
Example Files:
Also See:
None
input(), output_low(), output_high(), output_bit(), output_x(), output_float()
output_float( )
Syntax:
output_float (pin)
Parameters:
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. The PIN could also be a variable to
identify the pin. The variable must have a value equal to one of the constants
(like PIN_A1) to work properly. Note that doing I/0 with a variable instead of a
constant will take much longer time.
Returns:
Function:
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.
Availability:
Requires:
Examples:
All devices.
Pin constants are defined in the devices .h file
Example Files:
Also See:
None
input(), output_low(), output_high(), output_bit(), output_x(), output_drive(),
#use fixed_io, #use fast_io, #use standard_io, General Purpose I/O
198
Built-in-Functions
output_high( )
Syntax:
output_high (pin)
Parameters:
Pin to write to. 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. The PIN could also be a
variable. The variable must have a value equal to one of the constants (like
PIN_A1) to work properly. The tristate register is updated unless the FAST_I0
mode is set on port A. Note that doing I/0 with a variable instead of a constant
will take much longer time.
Returns:
undefined
Function:
Sets a given pin to the high state. The method of I/O used is dependent on the
last USE *_IO directive.
Availability:
All devices.
Requires:
Examples:
output_high(PIN_A0);
Int16 i=PIN_A1;
output_low(PIN_A1);
Example Files:
ex_sqw.c
Also See:
199
output_low( )
Syntax:
output_low (pin)
Parameters:
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. The PIN could also be a variable. The
variable must have a value equal to one of the constants (like PIN_A1) to work
properly. The tristate register is updated unless the FAST_I0 mode is set on
port A. Note that doing I/0 with a variable instead of a constant will take much
longer time.
Returns:
Function:
undefined
Sets a given pin to the ground state. The method of I/O used is dependent on
the last USE *_IO directive.
Availability:
Requires:
Examples:
All devices.
Pin constants are defined in the devices .h file
output_low(PIN_A0);
Int16i=PIN_A1;
output_low(PIN_A1);
Example Files:
ex_sqw.c
Also See:
output_toggle( )
Syntax:
output_toggle(pin)
Parameters:
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.
Returns:
Function:
Undefined
Toggles the high/low state of the specified pin.
Availability:
Requires:
Examples:
All devices.
Pin constants are defined in the devices .h file
Example Files:
Also See:
None
Input(), output_high(), output_low(), output_bit(), output_x()
200
output_toggle(PIN_B4);
Built-in-Functions
perror( )
Syntax:
perror(string);
Parameters:
Returns:
Function:
Nothing
This function prints out to STDERR the supplied string and a description of the
last system error (usually a math error).
Availability:
Requires:
All devices.
#use rs232, #include <errno.h>
Examples:
x = sin(y);
if(errno!=0)
perror("Problem in find_area");
Example Files:
Also See:
None
RS232 I/O overview
port_x_pullups ( )
Syntax:
port_a_pullups (value)
port_b_pullups (value)
port_d_pullups (value)
port_e_pullups (value)
port_j_pullups (value)
port_x_pullups (upmask)
port_x_pullups (upmask, downmask)
Parameters:
value is TRUE or FALSE on most parts, some parts that allow pullups to be
specified on individual pins permit an 8 bit int here, one bit for each port pin.
upmask for ports that permit pullups to be specified on a pin basis. This mask
indicates what pins should have pullups activated. A 1 indicates the pullups is
on.
downmask for ports that permit pulldowns to be specified on a pin basis. This
mask indicates what pins should have pulldowns activated. A 1 indicates the
pulldowns is on.
Returns:
Undefined
201
Function:
Sets the input pullups. TRUE will activate, and a FALSE will deactivate.
Availability:
Only 14 and 16 bit devices (PCM and PCH). (Note: use SETUP_COUNTERS
on PCB parts).
Requires:
Examples:
Nothing
Example Files:
ex_lcdkb.c , kbd.c
Also See:
port_a_pullups(FALSE);
pow( )
pwr( )
Syntax:
f = pow (x,y)
f = pwr (x,y)
Parameters:
Returns:
A float
Function:
Availability:
All Devices
Requires:
#include <math.h>
Examples:
Example Files:
None
Also See:
None
202
Built-in-Functions
printf( )
fprintf( )
Syntax:
printf (string)
or
printf (cstring, values...)
or
printf (fname, cstring, values...)
fprintf (stream, cstring, values...)
Parameters:
Returns:
undefined
Function:
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.
If fprintf() is used then the specified stream is used where printf() defaults to
STDOUT (the last USE RS232).
Format:
The format takes the generic form %nt. n 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 and %w output. t is the type and may be one of the
following:
c
Character
s
String or character
u
Unsigned int
d
Signed int
Lu
Long unsigned int
Ld
Long signed int
x
Hex int (lower case)
X
Hex int (upper case)
Lx
Hex long int (lower case)
LX
Hex long int (upper case)
f
Float with truncated decimal
203
g
e
w
Example formats:
Specifier
Value=0x12
%03u
018
%u
18
%2u
18
%5
18
%d
18
%x
12
%X
12
%4X
0012
%3.1w
1.8
* Result is undefined - Assume garbage.
Value=0xfe
254
254
*
254
-2
fe
FE
00FE
25.4
Availability:
All devices
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);
Example Files:
ex_admm.c , ex_lcdkb.c
Also See:
atoi(), puts(), putc(), getc() (for a stream example), RS232 I/O overview
204
Built-in-Functions
psp_output_full( )
psp_input_full( )
psp_overflow( )
Syntax:
result = psp_output_full()
result = psp_input_full()
result = psp_overflow()
Parameters:
None
Returns:
A 0 (FALSE) or 1 (TRUE)
Function:
These functions check the Parallel Slave Port (PSP) for the indicated
conditions and return TRUE or FALSE.
Availability:
Requires:
Nothing
Examples:
while (psp_output_full()) ;
psp_data = command;
while(!psp_input_full()) ;
if ( psp_overflow() )
error = TRUE;
else
data = psp_data;
Example Files:
ex_psp.c
Also See:
205
putc( )
putchar( )
fputc( )
Syntax:
putc (cdata)
putchar (cdata)
fputc(cdata, stream)
Parameters:
Returns:
undefined
Function:
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.
If fputc() is used then the specified stream is used where putc() defaults to
STDOUT (the last USE RS232).
Availability:
All devices
Requires:
#use rs232
Examples:
putc('*');
for(i=0; i<10; i++)
putc(buffer[i]);
putc(13);
Example Files:
ex_tgetc.c
Also See:
206
Built-in-Functions
puts( )
fputs( )
Syntax:
puts (string).
fputs (string, stream)
Parameters:
Returns:
undefined
Function:
Sends each character in the string out the RS232 pin using PUTC(). After the
string is sent a RETURN (13) and LINE-FEED (10) are sent. In general printf()
is more useful than puts().
If fputs() is used then the specified stream is used where puts() defaults to
STDOUT (the last USE RS232)
Availability:
All devices
Requires:
#use rs232
Examples:
Example Files:
None
Also See:
207
qsort( )
Syntax:
Parameters:
Returns:
None
Function:
Performs the shell-metzner sort (not the quick sort algorithm). The contents of
the array are sorted into ascending order according to a comparison function
pointed to by compare.
Availability:
All devices
Requires:
#include <stdlib.h>
Examples:
Example Files:
ex_qsort.c
Also See:
bsearch()
208
Built-in-Functions
rand( )
Syntax:
re=rand()
Parameters:
Returns:
None
A pseudo-random integer.
Function:
Availability:
Requires:
All devices
#include <STDLIB.H>
Examples:
int I;
I=rand();
Example Files:
Also See:
None
srand()
read_adc( )
Syntax:
Parameters:
Returns:
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:
#DEVICE
8 bit
10 bit
11 bit
12 bit
16 bit
ADC=8
00-FF 00-FF
00-FF
00-FF
00-FF
ADC=10
x
0-3FF
x
0-3FF
x
ADC=11
x
x
0-7FF
x
x
ADC=16
0-FF00 0-FFC0 0-FFEO
0-FFF0
0-FFFF
Note: x is not defined
209
Availability:
Requires:
Examples:
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_adc(ADC_START_ONLY);
sleep();
value=read_adc(ADC_READ_ONLY);
Example Files:
ex_admm.c, ex_14kad.c
Also See:
read_bank( )
Syntax:
Parameters:
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),
Returns:
8 bit int
Function:
Read a data byte from 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, setting the pointer size to 5 bits on the
PIC16C57 chip will generate the most efficient ROM code. However, auto
variables can not be about 1Fh. Instead of going to 8 bit pointers, you can
save ROM by using this function to read from the hard-to-reach banks. In this
case, the bank may be 1-3 and the offset may be 0-15.
Availability:
All devices but only useful on PCB parts with memory over 1Fh
and PCM parts with memory over FFh.
Requires:
Nothing
210
Built-in-Functions
Examples:
Example Files:
ex_psp.c
Also See:
write_bank(), and the "Common Questions and Answers" section for more
information.
read_calibration( )
Syntax:
Parameters:
Returns:
An 8 bit byte
Function:
Availability:
Requires:
Nothing
Examples:
fin = read_calibration(16);
Example Files:
Also See:
None
211
read_configuration_memory( )
Syntax:
read_configuration_memory(ramPtr, n)
Parameters:
Returns:
Function:
undefined
Reads n bytes of configuration memory and saves the values to ramPtr.
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
Also See:
None
write_configuration_memory(), read_program_memory(), Configuration Memory
Overview
int data[6];
read_configuration_memory(data,6);
read_eeprom( )
Syntax:
Parameters:
Returns:
An 8 bit int
Function:
Reads a byte from the specified data EEPROM address. The address begins
at 0 and the range depends on the part.
Availability:
Requires:
Examples:
Nothing
Example Files:
Also See:
None
write_eeprom(), data eeprom overview
212
#define LAST_VOLUME 10
volume = read_EEPROM (LAST_VOLUME);
Built-in-Functions
read_program_eeprom( )
Syntax:
Parameters:
Returns:
16 bits
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
None
write_program_eeprom(), write_eeprom(), read_eeprom(), Program eeprom
overview
checksum = 0;
for(i=0;i<8196;i++)
checksum^=read_program_eeprom(i);
printf("Checksum is %2X\r\n",checksum);
read_program_memory( )
read_external_memory( )
Syntax:
Parameters:
address is 16 bits on PCM parts and 32 bits on PCH parts. The least
significant bit should always be 0 in PCM.
dataptr is a pointer to one or more bytes.
count is a 8 bit integer
Returns:
Function:
undefined
Reads count bytes from program memory at address to RAM at dataptr. Both
of these functions operate exactly the same.
Availability:
Requires:
Examples:
Nothing
Example Files:
Also See:
None
write program memory ( ), External memory overview, Program eeprom
overview
char buffer[64];
read_external_memory(0x40000, buffer, 64);
213
realloc( )
Syntax:
Parameters:
Returns:
Function:
The realloc function changes the size of the object pointed to by the ptr to the
size specified by the size. The contents of the object shall be unchanged up to
the lesser of new and old sizes. If the new size is larger, the value of the newly
allocated space is indeterminate. If ptr is a null pointer, the realloc function
behaves like malloc function for the specified size. If the ptr does not match a
pointer earlier returned by the calloc, malloc or realloc, or if the space has been
deallocated by a call to free or realloc function, the behavior is undefined. If the
space cannot be allocated, the object pointed to by ptr is unchanged. If size is
zero and the ptr is not a null pointer, the object is to be freed.
Availability:
All devices
Requires:
#include <stdlibm.h>
Examples:
int * iptr;
iptr=malloc(10);
realloc(iptr,20)
// iptr will point to a block of memory of 20 bytes, if
available.
Example Files:
None
Also See:
214
Built-in-Functions
reset_cpu( )
Syntax:
reset_cpu()
Parameters:
Returns:
None
This function never returns
Function:
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 PIC18XXX.
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
Also See:
None
None
if(checksum!=0)
reset_cpu();
restart_cause( )
Syntax:
value = restart_cause()
Parameters:
Returns:
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 values are: WDT_FROM_SLEEP, WDT_TIMEOUT,
MCLR_FROM_SLEEP and NORMAL_POWER_UP.
Function:
Availability:
Requires:
All devices
Constants are defined in the devices .h file.
Examples:
switch ( restart_cause() ) {
case WDT_FROM_SLEEP:
case WDT_TIMEOUT:
handle_error();
}
Example Files:
ex_wdt.c
Also See:
restart_wdt(), reset_cpu()
215
restart_wdt( )
Syntax:
restart_wdt()
Parameters:
None
Returns:
undefined
Function:
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:
Enable/Disable
Timeout time
restart
Availability:
All devices
Requires:
#fuses
Examples:
#fuses WDT
PCB/PCM
#fuses
setup_wdt()
restart_wdt()
PCH
setup_wdt()
#fuses
restart_wdt()
// PCB/PCM example
// See setup_wdt for a PIC18 example
main() {
setup_wdt(WDT_2304MS);
while (TRUE) {
restart_wdt();
perform_activity();
}
}
Example Files:
ex_wdt.c
Also See:
216
Built-in-Functions
rotate_left( )
Syntax:
Parameters:
Returns:
Undefined
Function:
Availability:
All devices
Requires:
Nothing
Examples:
x = 0x86;
rotate_left( &x, 1);
// x is now 0x0d
Example Files:
Also See:
None
rotate_right(), shift_left(), shift_right()
rotate_right( )
Syntax:
Parameters:
Returns:
Undefined
Function:
Availability:
All devices
Requires:
Nothing
217
Examples:
struct {
int cell_1
int cell_2
int cell_3
int cell_4
rotate_right(
rotate_right(
rotate_right(
rotate_right(
// cell_1->4,
: 4;
: 4;
: 4;
: 4; } cells;
&cells, 2);
&cells, 2);
&cells, 2);
&cells, 2);
2->1, 3->2 and 4-> 3
Example Files:
None
Also See:
rtos_await( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_await (expre)
Parameters:
Returns:
None
Function:
This function can only be used in an RTOS task. This function waits for expre to
be true before continuing execution of the rest of the code of the RTOS task. This
function allows other tasks to execute while the task waits for expre to be true.
Availability:
All devices
Requires:
#use rtos
Examples:
rtos_await(kbhit());
Also See:
None
218
Built-in-Functions
rtos_disable( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_disable (task)
Parameters:
Returns:
None
Function:
This function disables a task which causes the task to not execute until enabled
by RTOS_ENABLE. All tasks are enabled by default.
Availability:
All devices
Requires:
#use rtos
Examples:
rtos_disable(toggle_green)
Also See:
rtos enable()
rtos_enable( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_enable (task)
Parameters:
Returns:
None
Function:
This function enables a task to execute at it's specified rate. All tasks are enabled
by default.
Availability:
All devices
Requires:
#use rtos
Examples:
rtos_enable(toggle_green);
Also See:
rtos disable()
219
rtos_msg_poll( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
i = rtos_msg_poll()
Parameters:
Returns:
None
An integer that specifies how many messages are in the queue.
Function:
This function can only be used inside an RTOS task. This function returns the
number of messages that are in the queue for the task that the
RTOS_MSG_POLL function is used in.
Availability:
All devices
Requires:
#use rtos
Examples:
if(rtos_msg_poll())
Also See:
rtos_msg_read( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
b = rtos_msg_read()
Parameters:
Returns:
None
A byte that is a message for the task.
Function:
This function can only be used inside an RTOS task. This function reads
in the next (message) of the queue for the task that the
RTOS_MSG_READ function is used in.
Availability:
All devices
Requires:
#use rtos
Examples:
if(rtos_msg_poll()) {
b = rtos_msg_read();
Also See:
220
Built-in-Functions
rtos_msg_send( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_msg_send(task, byte)
Parameters:
Returns:
Function:
None
This function can be used anytime after RTOS_RUN() has been called.
This function sends a byte long message (byte) to the task identified by
task.
Availability:
All devices
Requires:
#use rtos
Examples:
if(kbhit())
{
rtos_msg_send(echo, getc());
}
Also See:
rtos_msg_poll(), rtos_msg_read()
rtos_overrun( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_overrun([task])
Parameters:
task is an optional parameter that is the identifier of a function that is being used
as an RTOS task
Returns:
A 0 (FALSE) or 1 (TRUE)
Function:
This function returns TRUE if the specified task took more time to execute than it
was allocated. If no task was specified, then it returns TRUE if any task ran over
it's alloted execution time.
Availability:
All devices
Requires:
#use rtos(statistics)
Examples:
rtos_overrun()
Also See:
None
221
rtos_run( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_run()
Parameters:
Returns:
Function:
None
None
This function begins the execution of all enabled RTOS tasks. (All tasks
are enabled by default.) This function controls the execution of the RTOS
tasks at the allocated rate for each task. This function will return only when
RTOS_TERMINATE() is called.
Availability:
All devices
Requires:
#USE RTOS
Examples:
rtos_run()
Also See:
rtos terminate()
rtos_signal( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_signal (sem)
Parameters:
Returns:
Function:
None
This function can only be used by an RTOS task. This function increments sem to
let waiting tasks know that a shared resource is available for use.
Availability:
All devices
Requires:
#use rtos
Examples:
rtos_signal(uart_use)
Also See:
rtos wait()
222
Built-in-Functions
rtos_stats( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_stats(task,stat)
Parameters:
Returns:
Function:
Availability:
All devices
Requires:
#use rtos(statistics)
Examples:
rtos_stats(echo, rtos_total_time)
Also See:
None
rtos_terminate( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_terminate()
Parameters:
Returns:
Function:
None
None
This function ends the execution of all RTOS tasks. The execution of the
program will continue with the first line of code after the RTOS_RUN()
call in the program. (This function causes RTOS_RUN() to return.)
Availability:
All devices
Requires:
#use rtos
Examples:
rtos_terminate()
Also See:
rtos run()
223
rtos_wait( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_wait (sem)
Parameters:
Returns:
Function:
None
This function can only be used by an RTOS task. This function waits for sem to
be greater than 0 (shared resource is available), then decrements sem to claim
usage of the shared resource and continues the execution of the rest of the code
the RTOS task. This function allows other tasks to execute while the task waits
for the shared resource to be available.
Availability:
All devices
Requires:
#use rtos
Examples:
rtos_wait(uart_use)
Also See:
rtos signal()
rtos_yield( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
rtos_yield()
Parameters:
Returns:
Function:
None
None
This function can only be used in an RTOS task. This function stops the
execution of the current task and returns control of the processor to
RTOS_RUN. When the next task executes, it will start it's execution on
the line of code after the RTOS_YIELD.
Availability:
All devices
Requires:
#use rtos
224
Built-in-Functions
Examples:
void yield(void)
{
printf(Yielding...\r\n);
rtos_yield();
printf(Executing code after yield\r\n);
}
Also See:
None
set_adc_channel( )
Syntax:
set_adc_channel (chan)
Parameters:
chan is the channel number to select. Channel numbers start at 0 and are
labeled in the data sheet AN0, AN1
Returns:
undefined
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.
Availability:
Requires:
Nothing
Examples:
set_adc_channel(2);
delay_us(10);
value = read_adc();
Example Files:
ex_admm.c
Also See:
225
set_adc_channel( )
Syntax:
set_adc_channel (chan)
Parameters:
chan is the channel number to select. Channel numbers start at 0 and are
labeled in the data sheet AN0, AN1
Returns:
Function:
undefined
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.
Availability:
Requires:
Examples:
Nothing
Example Files:
ex_admm.c
Also See:
set_adc_channel(2);
delay_us(10);
value = read_adc();
set_power_pwmx_duty( )
Syntax:
set_power_pwmX_duty(duty)
Parameters:
X is 0, 2, 4, or 6
Duty is an integer between 0 and 16383.
Returns:
Function:
undefined
Stores the value of duty into the appropriate PDCXL/H register. This duty value
is the amount of time that the PWM output is in the active state.
Availability:
Requires:
Examples:
None
Example Files:
None
Also See:
setup_power_pwm(), setup_power_pwm_pins(),set_power_pwm_override()
226
set_power_pwmx_duty(4000);
Built-in-Functions
set_power_pwm_override( )
Syntax:
Parameters:
Returns:
undefined
Function:
pwm selects which module will be affected. Override determines whether the
output is to be determined by the OVDCONS register or the PDC registers.
When override is false, the PDC registers determine the output. When
override is true, the output is determined by the value stored in OVDCONS.
When value is a 1, the PWM pin will be driven to its active state on the next
duty cycle. If value is 0, the pin will be inactive.
Availability:
Requires:
None
Examples:
Example Files:
None
Also See:
setup_power_pwm(), setup_power_pwm_pins(),set_power_pwmX_duty()
227
set_pwm1_duty( )
set_pwm2_duty( )
set_pwm3_duty( )
set_pwm4_duty( )
set_pwm5_duty( )
Syntax:
set_pwm1_duty (value)
set_pwm2_duty (value)
set_pwm3_duty (value)
set_pwm4_duty (value)
set_pwm5_duty (value)
Parameters:
Returns:
undefined
Function:
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).
Availability:
Requires:
Nothing
Examples:
Example Files:
ex_pwm.c
Also See:
228
Built-in-Functions
set_rtcc( )
set_timer0( )
set_timer1( )
set_timer2( )
set_timer3( )
set_timer4( )
set_timer5( )
Syntax:
set_timer0(value)
set_timer1(value)
set_timer2(value)
set_timer3(value)
set_timer4(value)
set_timer5(value)
Parameters:
Returns:
undefined
Function:
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...)
Availability:
Requires:
Nothing
Examples:
or set_rtcc (value)
// 256-(.000035/(4/20000000))
Example Files:
ex_patg.c
Also See:
229
set_timerx( )
Syntax:
set_timerX(value)
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Nothing
Example Files:
Also See:
None
Timer Overview, setup_timerX(), , set_timerX(),
if(EventOccured())
set_timer2(0);//reset the timer.
set_tris_x( )
Syntax:
set_tris_a (value)
set_tris_b (value)
set_tris_c (value)
set_tris_d (value)
set_tris_e (value)
set_tris_f (value)
set_tris_g (value)
set_tris_h (value)
set_tris_j (value)
set_tris_k (value)
Parameters:
value is an 16 bit int with each bit representing a bit of the I/O port.
Returns:
undefined
Function:
These functions allow the I/O port direction (TRI-State) registers to be set. This
must be used with FAST_IO and when I/O ports are accessed as memory such
as when a #word directive is used to access an I/O port. Using the default
standard I/O the built in functions set the I/O direction automatically.
Each bit in the value represents one pin. A 1 indicates the pin is input and a 0
indicates it is output.
230
Built-in-Functions
Availability:
All devices (however not all devices have all I/O ports)
Requires:
Examples:
Nothing
Example Files:
lcd.c
Also See:
SET_TRIS_B( 0x0F );
// B7,B6,B5,B4 are outputs
// B15,B14,B13,B12,B11,B10,B9,B8,B3,B2,B1,B0 are inputs
set_uart_speed( )
Syntax:
Parameters:
Returns:
Function:
undefined
Changes the baud rate of the built-in hardware RS232 serial port at run-time.
Availability:
Requires:
#use rs232
Examples:
input_b() & 3 ) {
0 : set_uart_speed(2400);
1 : set_uart_speed(4800);
2 : set_uart_speed(9600);
3 : set_uart_speed(19200);
break;
break;
break;
break;
Example Files:
loader.c
Also See:
231
setjmp( )
Syntax:
Parameters:
env: The data object that will receive the current environment
Returns:
Function:
Availability:
All devices
Requires:
#include <setjmp.h>
Examples:
result = setjmp(jmpbuf);
Example Files:
None
Also See:
longjmp()
setup_adc(mode)
Syntax:
Parameters:
setup_adc (mode);
setup_adc2(mode);
mode- Analog to digital mode. The valid options vary depending on the
device. See the devices .h file for all options. Some typical options include:
ADC_OFF
ADC_CLOCK_INTERNAL
ADC_CLOCK_DIV_32
Returns:
undefined
Function:
Availability:
Requires:
232
Built-in-Functions
Examples:
setup_adc_ports( ALL_ANALOG );
setup_adc(ADC_CLOCK_INTERNAL );
set_adc_channel( 0 );
value = read_adc();
setup_adc( ADC_OFF );
Example Files:
ex_admm.c
Also See:
setup_adc(mode)
Syntax:
Parameters:
setup_adc (mode);
setup_adc2(mode);
mode- Analog to digital mode. The valid options vary depending on the
device. See the devices .h file for all options. Some typical options include:
ADC_OFF
ADC_CLOCK_INTERNAL
ADC_CLOCK_DIV_32
Returns:
undefined
Function:
Availability:
Requires:
Examples:
setup_adc_ports( ALL_ANALOG );
setup_adc(ADC_CLOCK_INTERNAL );
set_adc_channel( 0 );
value = read_adc();
setup_adc( ADC_OFF );
Example Files:
ex_admm.c
Also See:
233
setup_adc_ports( )
Syntax:
setup_adc_ports (value)
Parameters:
Returns:
undefined
Function:
Sets up the ADC pins to be analog, digital, or a combination and the voltage
reference to use when computing the ADC value. The allowed analog pin
combinations vary depending on the chip and are defined by using the bitwise
OR to concatenate selected pins together. Check the device include file for a
complete list of available pins and reference voltage settings. The constants
ALL_ANALOG and NO_ANALOGS are valid for all chips. Some other example
pin definitions are:
ANALOG_RA3_REF- All analog and RA3 is the reference
RA0_RA1_RA3_ANALOG- Just RA0, RA1 and RA3 are analog
Availability:
Requires:
Examples:
Example Files:
ex_admm.c
Also See:
234
Built-in-Functions
setup_adc_ports( )
Syntax:
setup_adc_ports (value)
Parameters:
Returns:
undefined
Function:
Sets up the ADC pins to be analog, digital, or a combination and the voltage
reference to use when computing the ADC value. The allowed analog pin
combinations vary depending on the chip and are defined by using the bitwise
OR to concatenate selected pins together. Check the device include file for a
complete list of available pins and reference voltage settings. The constants
ALL_ANALOG and NO_ANALOGS are valid for all chips. Some other example
pin definitions are:
ANALOG_RA3_REF- All analog and RA3 is the reference
RA0_RA1_RA3_ANALOG- Just RA0, RA1 and RA3 are analog
Availability:
Requires:
Examples:
Example Files:
ex_admm.c
Also See:
235
setup_ccp1( )
setup_ccp2( )
setup_ccp3( )
setup_ccp4( )
setup_ccp5( )
setup_ccp6( )
Syntax:
Parameters:
pwm parameter is an optional parameter for chips that includes ECCP module.
This parameter allows setting the shutdown time. The value may be 0-255.
CCP_PWM_H_H
CCP_PWM_H_L
CCP_PWM_L_H
CCP_PWM_L_L
CCP_PWM_FULL_BRIDGE
CCP_PWM_FULL_BRIDGE_REV
CCP_PWM_HALF_BRIDGE
236
Built-in-Functions
CCP_SHUTDOWN_ON_COMP1
CCP_SHUTDOWN_ON_COMP
shutdown on Comparator 1
change
shutdown on Comparator 2
change
Either Comp. 1 or 2 change
CCP_SHUTDOWN_ON_INT0
CCP_SHUTDOWN_ON_COMP1_INT0
CCP_SHUTDOWN_ON_COMP2
CCP_SHUTDOWN_ON_COMP2_INT0
CCP_SHUTDOWN_ON_COMP_INT0
CCP_SHUTDOWN_AC_L
CCP_SHUTDOWN_AC_H
CCP_SHUTDOWN_AC_F
CCP_SHUTDOWN_BD_L
CCP_SHUTDOWN_BD_H
CCP_SHUTDOWN_BD_F
CCP_SHUTDOWN_RESTART
CCP_DELAY
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
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);
237
setup_comparator( )
Syntax:
setup_comparator (mode)
Parameters:
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
A3_VR_A2_VR
A0_A2_A1_A2_OUT_ON_A3_A4
A3_A2_A1_A2
Returns:
undefined
Function:
Sets the analog comparator module. The above constants have four parts
representing the inputs: C1-, C1+, C2-, C2+
Availability:
Requires
Examples:
Example Files:
ex_comp.c
Also See:
238
Built-in-Functions
setup_counters( )
Syntax:
Parameters:
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
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:
All devices
Requires:
Examples:
Example Files:
None
Also See:
239
setup_external_memory( )
Syntax:
SETUP_EXTERNAL_MEMORY( mode );
Parameters:
mode is one or more constants from the device header file OR'ed together.
Returns:
Function:
undefined
Sets the mode of the external memory bus.
Availability:
Requires:
Examples:
setup_external_memory(EXTMEM_WORD_WRITE
|EXTMEM_WAIT_0 );
setup_external_memory(EXTMEM_DISABLE);
Example Files:
Also See:
None
WRITE_PROGRAM_EEPROM(), WRITE_PROGRAM_MEMORY(), External
Memory overview
setup_lcd( )
Syntax:
Parameters:
240
Built-in-Functions
Returns:
undefined
Function:
Availability:
Requires
Examples:
setup_lcd(LCD_MUX14|STOP_ON_SLEEP,2);
Example Files:
ex_92lcd.c
Also See:
setup_low_volt_detect( )
Syntax:
setup_low_volt_detect(mode)
Parameters:
mode may be one of the constants defined in the devices .h file. LVD_LVDIN,
LVD_45, LVD_42, LVD_40, LVD_38, LVD_36, LVD_35, LVD_33, LVD_30,
LVD_28, LVD_27, LVD_25, LVD_23, LVD_21, LVD_19
One of the following may be ored(via |) with the above if high voltage detect is also
available in the device
LVD_TRIGGER_BELOW, LVD_TRIGGER_ABOVE
Returns:
undefined
Function:
This function controls the high/low voltage detect module in the device. The mode
constants specifies the voltage trip point and a direction of change from that
point(available only if high voltage detect module is included in the device). If the
device experiences a change past the trip point in the specified direction the
interrupt flag is set and if the interrupt is enabled the execution branches to the
interrupt service routine.
Availability:
This function is only available with devices that have the high/low voltage detect
module.
Requires
Examples:
This would trigger the interrupt when the voltage is below 3.6 volts
241
setup_oscillator( )
Syntax:
setup_oscillator(mode, finetune)
Parameters:
mode is dependent on the chip. For example, some chips allow speed setting
such as OSC_8MHZ or OSC_32KHZ. Other chips permit changing the source
like OSC_TIMER1.
The finetune (only allowed on certain parts) is a signed int with a range of -31
to +31.
Returns:
Function:
This function controls and returns the state of the internal RC oscillator on some
parts. See the devices .h file for valid options for a particular device.
Note that if INTRC or INTRC_IO is specified in #fuses and a #USE DELAY is
used for a valid speed option, then the compiler will do this setup automatically
at the start of main().
WARNING: If the speed is changed at run time the compiler may not generate
the correct delays for some built in functions. The last #USE DELAY
encountered in the file is always assumed to be the correct speed. You can
have multiple #USE DELAY lines to control the compilers knowledge about the
speed.
Availability:
Requires:
Examples:
setup_oscillator( OSC_2MHZ );
Example Files:
None
Also See:
242
Built-in-Functions
setup_opamp1( )
setup_opamp2( )
Syntax:
setup_opamp1(enabled)
setup_opamp2(enabled)
Parameters:
Returns:
Function:
undefined
Enables or Disables the internal operational amplifier peripheral of certain
PICmicros.
Availability:
Requires:
Examples:
setup_opamp1(TRUE);
setup_opamp2(boolean_flag);
Example Files:
Also See:
None
None
setup_power_pwm( )
Syntax:
Parameters:
243
postscale is an integer between 1 and 16. This value sets the PWM time base
output postscale.
time_base is an integer between 0 and 65535. This is the initial value of the
PWM base
period is an integer between 0 and 4095. The PWM time base is incremented
until it reaches this number.
compare is an integer between 0 and 255. This is the value that the PWM time
base is compared to, to determine if a special event should be triggered.
compare_postscale is an integer between 1 and 16. This postscaler affects
compare, the special events trigger.
dead_time is an integer between 0 and 63. This value specifies the length of
an off period that should be inserted between the going off of a pin and the
going on of it is a complementary pin.
Returns:
undefined
Function:
Initializes and configures the motor control Pulse Width Modulation (PWM)
module.
Availability:
Requires:
None
Examples:
setup_power_pwm(PWM_CLOCK_DIV_4 | PWM_FREE_RUN |
PWM_DEAD_CLOCK_DIV_4,1,10000,1000,0,1,0);
Example Files:
None
Also See:
set_power_pwm_override(), setup_power_pwm_pins(),
set_power_pwmX_duty()
244
Built-in-Functions
setup_power_pwm_pins( )
Syntax:
setup_power_pwm_pins(module0,module1,module2,module3)
Parameters:
Returns:
undefined
Function:
Availability:
Requires:
Examples:
None
Example Files:
Also See:
None
setup_power_pwm(), set_power_pwm_override(),set_power_pwmX_duty()
setup_pmp(option,address_mask)
Syntax:
setup_pmp (options,address_mask);
Parameters:
Options- The mode of the Parallel master port. This allows to set the Master
port mode, read-write strobe options and other functionality of the PMPort
module. See the devices .h file for all options. Some typical options include:
PAR_ENABLE
PAR_CONTINUE_IN_IDLE
PAR_INTR_ON_RW - Interrupt on read write
PAR_INC_ADDR Increment address by 1 every read/write cycle
PAR_MASTER_MODE_1 Master mode 1
PAR_WAITE4 4 Tcy Wait for data hold after strobe
address_mask- This allows the user to setup the address enable register with
a 16 bit value. This value determines which address lines are active from the
available 16 address lines PMA0 : PMA15
Returns:
Undefined.
245
Function:
Configures various options in the PMP module. The options are present in the
device.h file and they are used to setup the module. The PMP module is highly
configurable and this function allows users to setup configurations like the
Master mode, Interrupt options, address increment/decrement options, Address
enable bits and various strobe and delay options.
Availability:
Requires:
Examples:
Example Files:
Also See:
None
setup_pmp(), pmp_address(), pmp_read(), psp_read(), psp_write(),
pmp_write(), psp_output_full(), psp_input_full(), psp_overflow(),
pmp_output_full(), pmp_input_full(),pmp_overflow().
See header file for device selected.
setup_qei( )
Syntax:
setup_qei(options, filter,maxcount);
Parameters:
Options- The mode of the QEI module. See the devices .h file for all options
Some common options are:
QEI_MODE_X2
QEI_TIMER_GATED
QEI_TIMER_DIV_BY_1
filter- This parameter is optional and the user can specify the digital filter clock
divisor.
maxcount- This will specify the value at which to reset the position counter.
Returns:
Function:
void
Configures the Quadrature Encoder Interface. Various settings like modes,
direction can be setup.
Availability:
Requires:
Examples:
Nothing.
Example Files:
Also See:
None
qei_set_count() , qei_get_count() , qei_status().
246
setup_qei(QEI_MODE_X2|QEI_TIMER_INTERNAL,QEI_FILTER_DIV_2,QEI_
FORWARD);
Built-in-Functions
setup_spi( )
setup_spi2( )
Syntax:
setup_spi (mode)
setup_spi2 (mode)
Parameters:
Returns:
Function:
Availability:
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.
Requires:
Examples:
setup_spi(spi_master |spi_l_to_h |
spi_clk_div_16 );
Example Files:
ex_spi.c
Also See:
setup_psp(option,address_mask)
Syntax:
setup_psp (options,address_mask);
setup_psp(options);
Parameters:
Option- The mode of the Parallel slave port. This allows to set the slave port
mode, read-write strobe options and other functionality of the PMP module.
See the devices .h file for all options. Some typical options include:
PAR_PSP_AUTO_INC
PAR_CONTINUE_IN_IDLE
PAR_INTR_ON_RW - Interrupt on read write
PAR_INC_ADDR Increment address by 1 every read/write cycle
PAR_WAITE4 4 Tcy Wait for data hold after strobe
247
address_mask- This allows the user to setup the address enable register with
a 16 bit value. This value determines which address lines are active from the
available 16 address lines PMA0 : PMA15
Returns:
Function:
Undefined.
Configures various options in the PMP module. The options are present in the
device.h file and they are used to setup the module. The PMP module is highly
configurable and this function allows users to setup configurations like the
Slave mode, Interrupt options, address increment/decrement options, Address
enable bits and various strobe and delay options.
Availability:
Requires:
Examples:
Example Files:
Also See:
None
setup_pmp(), pmp_address(), pmp_read(), psp_read(), psp_write(),
pmp_write(), psp_output_full(), psp_input_full(), psp_overflow(),
pmp_output_full(), pmp_input_full(),pmp_overflow().
See header file for device selected.
setup_timer_0( )
Syntax:
setup_timer_0 (mode)
Parameters:
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
PIC18XXX only: RTCC_OFF, RTCC_8_BIT
One constant may be used from each group or'ed together with the | operator.
Returns:
Undefined
Function:
Availability:
All devices.
248
Built-in-Functions
Requires:
Examples:
setup_timer_0 (RTCC_DIV_2|RTCC_EXT_L_TO_H);
Example Files:
None
Also See:
setup_timer_1( )
Syntax:
setup_timer_1 (mode)
Parameters:
T1_CLK_OUT
Returns:
undefined
Function:
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 and with the T1_DIV_BY_8 mode, the timer will
increment every 1.6us. It will overflow every 104.8576ms.
Availability:
Requires:
Examples:
setup_timer_1 ( T1_DISABLED );
setup_timer_1 ( T1_INTERNAL | T1_DIV_BY_4 );
setup_timer_1 ( T1_INTERNAL | T1_DIV_BY_8 );
Example Files:
None
Also See:
249
setup_timer_2( )
Syntax:
Parameters:
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.
Availability:
Requires:
Examples:
Example Files:
Also See:
None
get_timer2(), set_timer2(), Timer2 overview
setup_timer_3( )
Syntax:
setup_timer_3 (mode)
Parameters:
Mode may be one of the following constants from each group or'ed (via |)
together:
Returns:
Undefined
Function:
Initializes timer 3 or 4. 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.
250
Built-in-Functions
Availability:
Requires:
Examples:
Example Files:
Also See:
None
get_timer3(), set_timer3()
setup_timer_4( )
Syntax:
Parameters:
Returns:
Function:
undefined
Initializes timer 4. The mode specifies the clock divisor (from the oscillator
clock). The timer value may be read and written to using GET_TIMER4() and
SET_TIMER4(). Timer 4 is a 8 bit counter/timer.
Availability:
Requires:
Examples:
Example Files:
Also See:
get_timer4(), set_timer4()
251
setup_timer_5( )
Syntax:
setup_timer_5 (mode)
Parameters:
mode may be one or two of the constants defined in the devices .h file.
T5_DISABLED, T5_INTERNAL, T5_EXTERNAL, or T5_EXTERNAL_SYNC
T5_DIV_BY_1, T5_DIV_BY_2, T5_DIV_BY_4, T5_DIV_BY_8
T5_ONE_SHOT, T5_DISABLE_SE_RESET, or T5_ENABLE_DURING_SLEEP
Returns:
Function:
undefined
Initializes timer 5. The mode specifies the clock divisor (from the oscillator
clock). The timer value may be read and written to using GET_TIMER5()
and SET_TIMER5(). Timer 5 is a 16 bit counter/timer.
Availability:
Requires:
Examples:
Example Files:
Also See:
None
get_timer5(), set_timer5(), Timer5 overview
setup_uart( )
Syntax:
setup_uart(baud, stream)
setup_uart(baud)
Parameters:
baud is a constant representing the number of bits per second. A one or zero
may also be passed to control the on/off status. Stream is an optional stream
identifier.
Chips with the advanced UART may also use the following constants:
UART_ADDRESS UART only accepts data with 9th bit=1
UART_DATA UART accepts all data
Chips with the EUART H/W may use the following constants:
UART_AUTODETECT Waits for 0x55 character and sets the UART baud rate
to match.
UART_AUTODETECT_NOWAIT Same as above function, except returns
before 0x55 is received. KBHIT() will be true when the match is made. A call
to GETC() will clear the character.
UART_WAKEUP_ON_RDA Wakes PIC up out of sleep when RCV goes from
high to low
252
Built-in-Functions
Returns:
Function:
undefined
Very similar to SET_UART_SPEED. If 1 is passed as a parameter, the UART
is turned on, and if 0 is passed, UART is turned off. If a BAUD rate is passed to
it, the UART is also turned on, if not already on.
Availability:
Requires:
#use rs232
Examples:
setup_uart(9600);
setup_uart(9600, rsOut);
Example Files:
Also See:
None
#USE RS232, putc(), getc(), RS232 I/O overview
steup_vref( )
Syntax:
Parameters:
FALSE
(off)
VREF_LOW
for VDD*VALUE/24
VREF_HIGH
for VDD*VALUE/32 + VDD/4
Returns:
Function:
undefined
Establishes the voltage of the internal reference that may be used for analog
compares and/or for output on pin A2.
Availability:
Requires:
Examples:
Example Files:
ex_comp.c
Also See:
253
setup_wdt( )
Syntax:
setup_wdt (mode)
Parameters:
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
#fuses
Timeout time
setup_wdt()
#fuses
restart
restart_wdt()
restart_wdt()
Availability:
Requires:
Examples:
Example Files:
Also See:
254
Note: For PCH parts and PCM parts with software controlled WDT,
setup_wdt( ) would enable/disable watchdog timer only if NOWDT fuse is set.
If WDT fuse is set, watchdog timer is always enabled.
Note: WDT_OFF should not be used with any other options.
Warning: SETUP_WDT() should be called before Timer0 is set up.
All devices
#fuses, Constants are defined in the devices .h file.
#fuses WDT1, WDT // PIC18 example, See
// restart_wdt for a PIC18 example
main() {
// WDT1 means 18ms*1 for old PIC18s and 4ms*1
for new PIC18s
// setup_wdt(WDT_ON);
while (TRUE) {
restart_wdt();
perform_activity();
}
}
ex_wdt.c
#fuses, restart_wdt(), WDT or Watch Dog Timer overview
Built-in-Functions
shift_left( )
Syntax:
Parameters:
Returns:
Function:
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.
Availability:
All devices
Requires:
Nothing
Examples:
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 a low to high on pin A2
Example Files:
ex_extee.c, 9356.c
Also See:
255
shift_right( )
Syntax:
Parameters:
Returns:
Function:
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.
Availability:
All devices
Requires:
Nothing
Examples:
Example Files:
ex_extee.c, 9356.c
Also See:
256
sin( )
cos( )
tan( )
asin( )
acos()
atan()
sinh()
cosh()
tanh()
atan2( )
Syntax:
Parameters:
Returns:
Function:
257
All devices
Requires:
#include <math.h>
Examples:
float phase;
// Output one sine wave
for(phase=0; phase<2*3.141596; phase+=0.01)
set_analog_voltage( sin(phase)+1 );
Example Files:
ex_tank.c
Also See:
sleep( )
Syntax:
sleep(mode)
Parameters:
Returns:
Function:
None
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().
Availability:
Requires:
Examples:
All devices
Nothing
Example Files:
ex_wakup.c
Also See:
reset_cpu()
258
SLEEP();
Built-in-Functions
sleep_ulpwu( )
Syntax:
sleep_ulpwu(time)
Parameters:
time specifies how long, in us, to charge the capacitor on the ultra-low power
wakeup pin (by outputting a high on PIN_A0).
Returns:
Undefined
Function:
Availability:
Requires:
#use delay
Examples:
while(TRUE)
{
if (input(PIN_A1))
//do something
else
sleep_ulpwu(10);
goto sleep
}
Example Files:
None
Also See:
#use delay
spi_data_is_in( )
spi_data_is_in2( )
Syntax:
result = spi_data_is_in()
result = spi_data_is_in2()
Parameters:
None
Returns:
0 (FALSE) or 1 (TRUE)
Function:
259
Availability:
Requires:
Examples:
Example Files:
Also See:
None
spi_read(), spi_write(), SPI overview
spi_read( )
spi_read2( )
Syntax:
Parameters:
Returns:
An 8 bit int
Function:
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 is the master 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 device is a slave 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:
Nothing
Example Files:
Also See:
ex_spi.c
spi_data_is_in(), spi_write(), SPI overview
260
in_data = spi_read(out_data);
Built-in-Functions
spi_write( )
spi_write2( )
Syntax:
SPI_WRITE (value)
SPI_WRITE2 (value)
Parameters:
Returns:
Function:
Nothing
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. At the same time data is
clocked out data is clocked in and stored in a receive buffer. SPI_READ may
be used to read the buffer.
Availability:
Requires:
Examples:
Nothing
Example Files:
ex_spi.c
Also See:
spi_write( data_out );
data_in = spi_read();
spi_xfer( )
Syntax:
spi_xfer(data)
spi_xfer(stream, data)
spi_xfer(stream, data, bits)
result = spi_xfer(data)
result = spi_xfer(stream, data)
result = spi_xfer(stream, data, bits)
Parameters:
data is the variable or constant to transfer via SPI. The pin used to transfer
data is defined in the DO=pin option in #use spi. stream is the SPI stream to
use as defined in the STREAM=name option in #use spi. bits is how many bits
of data will be transferred.
Returns:
The data read in from the SPI. The pin used to transfer result is defined in the
DI=pin option in #use spi.
261
Function:
Availability:
Requires:
#use spi
Examples:
int i = 34;
spi_xfer(i);
// transfers the number 34 via SPI
int trans = 34, res;
res = spi_xfer(trans);
// transfers the number 34 via SPI
// also reads the number coming in from SPI
Example Files:
Also See:
None
#USE SPI
sprintf( )
Syntax:
Parameters:
Returns:
Function:
This function operates like printf except that the output is placed into the
specified string. The output string will be terminated with a null. No checking is
done to ensure the string is large enough for the data. See printf() for details
on formatting.
Availability:
Requires:
Examples:
All devices.
Nothing
char mystring[20];
long mylong;
mylong=1234;
sprintf(mystring,"<%lu>",mylong);
// mystring now has:
//
< 1 2 3 4 > \0
Example Files:
Also See:
262
None
printf()
Built-in-Functions
sqrt( )
Syntax:
Parameters:
value is a float
Returns:
A float
Function:
Computes the non-negative square root of the float value x. If the argument is
negative, the behavior is undefined.
Note on error handling:
If "errno.h" is included then the domain and range errors are stored in the errno
variable. The user can check the errno to see if an error has occurred and print
the error using the perror function.
Domain error occurs in the following cases:
sqrt: when the argument is negative
Availability:
All devices.
Requires:
#include <math.h>
Examples:
Example Files:
None
Also See:
None
263
srand( )
Syntax:
srand(n)
Parameters:
Returns:
No value.
Function:
The srand function uses the argument as a seed for a new sequence of
pseudo-random numbers to be returned by subsequent calls to rand. If srand is
then called with same seed value, the sequence of random numbers shall be
repeated. If rand is called before any call to srand have been made, the same
sequence shall be generated as when srand is first called with a seed value of
1.
Availability:
All devices.
Requires:
#include <STDLIB.H>
Examples:
srand(10);
I=rand();
Example Files:
None
Also See:
rand()
264
Built-in-Functions
Parameters:
strpbrk( )
strrchr( )
strspn( )
strstr( )
strxfrm( )
Concatenate s2 onto s1
Find c in s1 and return &s1[i]
Same but search in reverse
Compare s1 to s2
Compare s1 to s2 (n bytes)
Compare and ignore case
Copy up to n characters s2->s1
Count of initial chars in s1 not in s2
Count of initial chars in s1 also in s2
Number of characters in s1
Convert string to lower case
Search s1 for first char also in s2
Search for s2 in s1
Concatenates up to n bytes of s2 onto s1
Compares s1 to s2, both interpreted as
appropriate to the current locale.
res=strxfrm(s1,s2,n)
Transforms maximum of n characters of s2
and places them in s1, such that
strcmp(s1,s2) will give the same result as
strcoll(s1,s2)
iresult=memcmp(m1,m2,n)
Compare m1 to m2 (n bytes)
ptr=memchr(m1,c,n)
Find c in first n characters of m1 and return
&m1[i]
ptr=strerror(errnum)
Maps the error number in errnum to an
error message string. The parameters
'errnum' is an unsigned 8 bit int. Returns a
pointer to the string.
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
m1 and m2 are pointers to memory.
265
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
ex_str.c
strcpy(), strtok()
strtod( )
Syntax:
result=strtod(nptr,& endptr)
Parameters:
Returns:
result is a float.
returns the converted value in result, if any. If no conversion could be
performed, zero is returned.
Function:
The strtod function converts the initial portion of the string pointed to by nptr to
a float representation. The part of the string after conversion is stored in the
object pointed to endptr, provided that endptr is not a null pointer. If nptr is
empty or does not have the expected form, no conversion is performed and the
value of nptr is stored in the object pointed to by endptr, provided endptr is not
a null pointer.
All devices.
Availability:
Requires:
Examples:
#include <stdlib.h>
Example Files:
Also See:
None
strtol(), strtoul()
266
float result;
char str[12]="123.45hello";
char *ptr;
result=strtod(str,&ptr);
//result is 123.45 and ptr is "hello"
Built-in-Functions
strtok( )
Syntax:
Parameters:
Returns:
Function:
Availability:
All devices.
Requires:
#include <string.h>
Examples:
Example Files:
ex_str.c
Also See:
strxxxx(), strcpy()
267
strtol( )
Syntax:
Parameters:
Returns:
Function:
The strtol function converts the initial portion of the string pointed to by nptr to a
signed long int representation in some radix determined by the value of base.
The part of the string after conversion is stored in the object pointed to endptr,
provided that endptr is not a null pointer. If nptr is empty or does not have the
expected form, no conversion is performed and the value of nptr is stored in the
object pointed to by endptr, provided endptr is not a null pointer.
Availability:
All devices.
Requires:
#include <stdlib.h>
Examples:
Example Files:
None
Also See:
strtod(), strtoul()
strtoul( )
Syntax:
Parameters:
Returns:
268
Built-in-Functions
Function:
The strtoul function converts the initial portion of the string pointed to by nptr to
a long int representation in some radix determined by the value of base. The
part of the string after conversion is stored in the object pointed to endptr,
provided that endptr is not a null pointer. If nptr is empty or does not have the
expected form, no conversion is performed and the value of nptr is stored in the
object pointed to by endptr, provided endptr is not a null pointer.
Availability:
Requires:
All devices.
STDLIB.H must be included
Examples:
long result;
char str[9]="123hello";
char *ptr;
result=strtoul(str,&ptr,10);
//result is 123 and ptr is "hello"
Example Files:
Also See:
None
strtol(), strtod()
swap( )
Syntax:
swap (lvalue)
Parameters:
Returns:
Function:
Swaps the upper nibble with the lower nibble of the specified byte. This is the
same as:
byte = (byte << 4) | (byte >> 4);
Availability:
Requires:
Examples:
All devices.
Nothing
Example Files:
Also See:
None
rotate_right(), rotate_left()
x=0x45;
swap(x);
//x now is 0x54
269
tolower( )
toupper( )
Syntax:
Parameters:
cvalue is a character
Returns:
An 8 bit character
Function:
Availability:
Requires:
Examples:
All devices.
Nothing
Example Files:
ex_str.c
Also See:
None
switch(
case
case
case
}
toupper(getc()) ) {
'R' : read_cmd(); break;
'W' : write_cmd(); break;
'Q' : done=TRUE;
break;
va_arg( )
Syntax:
va_arg(argptr, type)
Parameters:
Returns:
The first call to va_arg after va_start return the value of the parameters after
that specified by the last parameter. Successive invocations return the values of
the remaining arguments in succession.
Function:
The function will return the next argument every time it is called.
Availability:
All devices.
Requires:
#include <stdarg.h>
270
Built-in-Functions
Examples:
Example Files:
Also See:
None
nargs() , va_end() , va_start()
va_end
Syntax:
va_end(argptr)
Parameters:
Returns:
Function:
None
A call to the macro will end variable processing. This will facillitate a normal
return from the function whose variable argument list was referred to by the
expansion of va_start.
Availability:
All devices.
Requires:
#include <stdarg.h>
Examples:
Example Files:
Also See:
None
nargs() , va_start() , va_arg()
271
va_start
Syntax:
va_start(argptr, variable)
Parameters:
Returns:
None
Function:
The function will initialize the argptr using a call to the macro va_start.
Availability:
All devices.
Requires:
#include <stdarg.h>
Examples:
Example Files:
None
Also See:
272
Built-in-Functions
write_bank( )
Syntax:
Parameters:
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
Returns:
undefined
Function:
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.
Availability:
All devices but only useful on PCB parts with memory over 1Fh and PCM parts
with memory over FFh.
Requires:
Nothing
Examples:
i=0;
// Uses bank 1 as a RS232 buffer
do {
c=getc();
write_bank(1,i++,c);
} while (c!=0x13);
Example Files:
ex_psp.c
Also See:
See the "Common Questions and Answers" section for more information.
273
write_configuration_memory( )
Syntax:
Parameters:
Returns:
undefined
Function:
Erases all fuses and writes count bytes from the dataptr to the configuration
memory.
Availability:
Requires:
Nothing
Examples:
int data[6];
write_configuration_memory(data,6)
Example Files:
None
Also See:
write_eeprom( )
Syntax:
Parameters:
address is a (8 bit or 16 bit depending on the part) int, the range is device
dependent
value is an 8 bit int
Returns:
undefined
Function:
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.
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.
274
Built-in-Functions
Availability:
Requires:
Examples:
Nothing
#define LAST_VOLUME
10
// Location in EEPROM
volume++;
write_eeprom(LAST_VOLUME,volume);
Example Files:
Also See:
read_eeprom(), write_program_eeprom(),
read_program_eeprom(), data eeprom overview
write_external_memory( )
Syntax:
Parameters:
Returns:
Function:
undefined
Writes count bytes to program memory from dataptr to
address. Unlike WRITE_PROGRAM_EEPROM and
READ_PROGRAM_EEPROM this function does not use any special
EEPROM/FLASH write algorithm. The data is simply copied from register
address space to program memory address space. This is useful for external
RAM or to implement an algorithm for external flash.
Availability:
Requires:
Examples:
Nothing
Example Files:
ex_load.c, loader.c
Also See:
for(i=0x1000;i<=0x1fff;i++) {
value=read_adc();
write_external_memory(i, value, 2);
delay_ms(1000);
}
275
write_program_eeprom( )
Syntax:
Parameters:
address is 16 bits on PCM parts and 32 bits on PCH parts, data is 16 bits.
The least significant bit should always be 0 in PCH.
Returns:
Function:
undefined
Writes to the specified program EEPROM area.
See our WRITE_PROGRAM_MEMORY for more information on this function.
Availability:
Requires:
Examples:
Nothing
Example Files:
ex_load.c, loader.c
Also See:
write_program_eeprom(0,0x2800);
//disables program
write_program_memory( )
Syntax:
Parameters:
Returns:
Function:
undefined
Writes count bytes to program memory from dataptr to address. This function
is most effective when count is a multiple of FLASH_WRITE_SIZE. Whenever
this function is about to write to a location that is a multiple of
FLASH_ERASE_SIZE then an erase is performed on the whole block.
Availability:
Requires:
Nothing
276
Built-in-Functions
Examples:
for(i=0x1000;i<=0x1fff;i++) {
value=read_adc();
write_program_memory(i, value, 2);
delay_ms(1000);
}
Example Files:
loader.c
Also See:
Additional
Notes:
277
errno.h
errno.h
EDOM
ERANGE
errno
float.h
float.h
FLT_RADIX:
FLT_MANT_DIG:
FLT_DIG:
FLT_MIN_EXP:
FLT_MIN_10_EXP:
FLT_MAX_EXP:
FLT_MAX_10_EXP:
FLT_MAX:
FLT_EPSILON:
FLT_MIN:
DBL_MANT_DIG:
DBL_DIG:
DBL_MIN_EXP:
DBL_MIN_10_EXP:
DBL_MAX_EXP:
279
DBL_MAX_10_EXP:
DBL_MAX:
DBL_EPSILON:
DBL_MIN:
LDBL_MANT_DIG:
LDBL_DIG:
LDBL_MIN_EXP:
LDBL_MIN_10_EXP:
LDBL_MAX_EXP:
LDBL_MAX_10_EXP:
LDBL_MAX:
LDBL_EPSILON:
LDBL_MIN:
limits.h
limits.h
CHAR_BIT:
SCHAR_MIN:
SCHAR_MAX:
UCHAR_MAX:
CHAR_MIN:
CHAR_MAX:
MB_LEN_MAX:
SHRT_MIN:
SHRT_MAX:
USHRT_MAX:
INT_MIN:
INT_MAX:
UINT_MAX:
LONG_MIN:
LONG_MAX:
ULONG_MAX:
280
locale.h
locale.h
locale.h
lconv
SETLOCALE()
LOCALCONV()
setjmp.h
setjmp.h
jmp_buf:
setjmp:
longjmp:
stddef.h
stddef.h
ptrdiff_t:
size_t:
wchar_t
NULL
stdio.h
stdio.h
stderr
stdout
stdin
The standard error s stream (USE RS232 specified as stream or the first USE
RS232)
The standard output stream (USE RS232 specified as stream last USE RS232)
The standard input s stream (USE RS232 specified as stream last USE RS232)
281
stdlib.h
stdlib.h
div_t
ldiv_t
EXIT_FAILURE
EXIT_SUCCESS
RAND_MAXMBCUR_MAXSYSTEM()
Multibyte character
and string
functions:
MBLEN()
MBTOWC()
WCTOMB()
MBSTOWCS()
WBSTOMBS()
282
ERROR MESSAGES
283
284
Error Messages
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.
Duplicate function
A function has already been defined with this name. Remember that the compiler is not case
sensitive unless a #CASE is used.
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
Compiler found an ELSE statement without a corresponding IF. Make sure the ELSE statement
always match with the previous IF statement.
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.
type are INT and CHAR.
285
Expect ;
Expect }
Expect CASE
Expect comma
Expect WHILE
Expecting *
Expecting :
Expecting <
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 an =
Expecting a ]
Expecting a {
Expecting an array
Expecting an identifier
Expecting function name
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.
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.
286
Error Messages
This error indicates neither a " or < was found after #include.
Filename must terminate with " or; msg:' '
The filename specified in a #include must terminate with a " if it starts with a ". It must terminate
with a > if it starts with a <.
Floating-point numbers not supported for this operation
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.
287
288
Error Messages
289
Linker Error: Section "%s" is found in the modules "%s" and "%s" with different section
types.
Linker Error: Unknown error, contact CCS support.
Linker Error: Unresolved external symbol "%s" inside the module "%s".
Linker option no compatible with prior options.
Linker Warning: Section "%s" in module "%s" is declared as shared but there is no shared
memory in the target chip. The shared flag is ignored.
Linker option not compatible with prior options
Conflicting linker options are specified. For example using both the EXCEPT= and ONLY= options
in the same directive is not legal.
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)
290
Error Messages
No errors
The program has successfully compiled and all requested output files have been created.
No MAIN() function found
All programs are required to have one function with the name main().
No overload function matches
No valid assignment made to function pointer
Not enough RAM for all variables
The program requires more RAM than is available. The symbol map shows variables allocated.
The call tree shows 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 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.
Only integers are supported for this operation
Option invalid
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 PIC16 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. 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 call tree.
Parameters must be located in RAM
291
292
Error Messages
293
294
#error/warning
Assignment inside relational expression
Although legal it is a common error to do something like if(a=b) when it was intended to do if(a==b).
Assignment to enum is not of the correct type.
This warning indicates there may be such a typo in this line:
Assignment to enum is not of the correct type
If a variable is declared as a ENUM it is best to assign to the variables only elements of the enum.
For example:
enum colors {RED,GREEN,BLUE} color;
...
color = GREEN; // OK
color = 1;
// Warning 209
color = (colors)1; //OK
295
296
Undefined identifier
The specified identifier is being used but has never been defined. Check the spelling.
Unprotected call in a #INT_GLOBAL
The interrupt function defined as #INT_GLOBAL is intended to be assembly language or very
simple C code. This error indicates the linker detected code that violated the standard memory
allocation scheme. This may be caused when a C function is called from a #INT_GLOBAL
interrupt handler.
Unreachable code
Code included in the program is never executed. For example:
if(n==5)
goto do5;
goto exit;
if(n==20)
// No way to get to this line
return;
297
298
Float
Signed 32 bit
Unsigned 32 bit
Signed 16 bit
Unsigned 16 bit
Signed 8 bit
Unsigned 8 bit
1 bit
The result is then the same as the operands. Each operator in an expression is evaluated
independently. For example:
i32 = i16 - (i8 + i8)
299
The + operator is 8 bit, the result is converted to 16 bit after the addition and the - is 16 bit, that
result is converted to 32 bit and the assignment is done. Note that 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--)
300
OR
x = TABLE [5];
BUT NOT
ptr = &TABLE [i];
301
The following will do the same thing but is more readable and is the recommended method:
#USE RS232(BAUD=9600, XMIT=PIN_B0, RCV=PIN_B1, STREAM=COM_A)
#USE RS232(BAUD=9600, XMIT=PIN_B2, RCV=PIN_B3, STREAM=COM_B)
main() {
char c;
fprintf(COM_A,"Online\n\r");
fprintf(COM_B,"Online\n\r");
while(TRUE) {
c = fgetc(COM_A);
fputc(c, COM_A);
fputc(c, COM_B);
}
}
302
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. Don't process further changes on the pin.
303
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;
304
// 1/2 second
305
at 8.
WRITE_FLOAT_EXT_EEPROM(long int n, float data) {
int i;
for (i = 0; i < 4; i++)
write_ext_eeprom(i + n, *(((int8*)&data + i) ) ;
}
float READ_FLOAT_EXT_EEPROM(long int n) {
int i;
float data;
for (i = 0; i < 4; i++)
*(((int8*)&data + i) = read_ext_eeprom(i + n);
return(data);
}
306
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 port_b;
#byte port_b = 6
struct port_b_layout const INIT_1 = {0, 1,1,1,1};
struct port_b_layout const INIT_2 = {3, 1,1,1,0};
struct port_b_layout const INIT_3 = {0, 0,0,0,0};
struct port_b_layout const FOR_SEND = {0,0,0,0,0};
// All outputs
struct
port_b_layout const FOR_READ = {15,0,0,0,0};
// Data is an input
main() {
int x;
set_tris_b((int)FOR_SEND);
// The constant
// structure is
// treated like
// a byte and
// is used to
// set the data
// direction
port_b = INIT_1;
delay_us(25);
port_b = INIT_2;
// These constant structures delay_us(25);
// are used to set all fields
307
port_b = INIT_3;
// command
set_tris_b((int)FOR_READ);
port_b.rw=0;
port_b.cd=1;
port_b.enable=0;
x = port_b.data;
port_b.enable=0
//bytevar will be 1
//bytevar will be 0
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;
308
309
310
20 mhz PIC16
int8
[us]
int16
[us]
int32
[us]
float
[us]
0.6
1.4
111.
0.6
1.4
113.
11.1
47.2
132
178.
23.2
70.8
239.2
330.
exp()
1697.3
ln()
2017.7
sin()
2184.5
40 mhz PIC18
int8 [us]
int16 [us]
int32 [us]
float [us]
0.3
0.4
0.6
51.3
0.3
0.4
0.6
52.3
0.4
3.2
22.2
35.8
11.3
32
106.6
144.9
exp()
510.4
ln()
644.8
sin()
698.7
311
0A,3
0
The call 0 is actually 800H since Bit 11 of the address (Bit 3 of PCLATH, Reg 0A) has been set.
20
Note that the BSF may not be immediately before the access since the compiler optimizes out the
redundant bank switches.
312
313
Example Number
0
1
-1
10
100
123.45
123.45E20
123.45 E-20
314
00
7F
7F
82
85
85
C8
43
00
00
80
20
48
76
27
36
00
00
00
00
00
E6
4E
2E
00
00
00
00
00
66
53
17
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 an 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.
315
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. You can switch to larger pointers for full RAM access (this takes more ROM). In PCB add *=8 to
the #device and in PCM/PCH add *=16 to the #device.
Example:
#DEVICE PIC16C77
or
#include <16C77.h>
#device *=16
316
*=16
317
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 );
}
318
EXAMPLE PROGRAMS
EXAMPLE PROGRAMS
A large number of example programs are included with the software. 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 SIOW.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.C
An analog to digital program with calibration for the PIC14000
EX_1920.C
Uses a Dallas DS1920 button to read temperature
EX_8PIN.C
Demonstrates the use of 8 pin PICs with their special I/O requirements
EX_92LCD.C
Uses a PIC16C92x chip to directly drive LCD glass
EX_AD12.C
Shows how to use an external 12 bit A/D converter
EX_ADMM.C
A/D Conversion example showing min and max analog readings
EX_ADMM10.C
Similar to ex_admm.c, but this uses 10bit A/D readings.
319
EX_ADMM_STATS.C
Similar to ex_admm.c, but this uses also calculates the mean and standard deviation.
EX_BOOTLOAD.C
A stand-alone application that needs to be loaded by a bootloader (see ex_bootloader.c for a
bootloader).
EX_BOOTLOADER.C
A bootloader, loads an application onto the PIC (see ex_bootload.c for an application).
EX_CAN.C
Receive and transmit CAN packets.
EX_CHECKSUM.C
Determines the checksum of the program memory, verifies it agains the checksum that was written
to the USER ID location of the PIC.
EX_CCP1S.C
Generates a precision pulse using the PIC CCP module
EX_CCPMP.C
Uses the PIC CCP module to measure a pulse width
EX_COMP.C
Uses the analog comparator and voltage reference available on some PICs
EX_CRC.C
Calculates CRC on a message showing the fast and powerful bit operations
EX_CUST.C
Change the nature of the compiler using special preprocessor directives
EX_FIXED.C
Shows fixed point numbers
EX_DPOT.C
Controls an external digital POT
EX_DTMF.C
Generates DTMF tones
EX_ENCOD.C
Interfaces to an optical encoder to determine direction and speed
EX_EXPIO.C
Uses simple logic chips to add I/O ports to the PIC
320
EXAMPLE PROGRAMS
EX_EXSIO.C
Shows how to use a multi-port external UART chip
EX_EXTEE.C
Reads and writes to an external EEPROM
EX_EXTDYNMEM.C
Uses addressmod to create a user defined storage space, where a new qualifier is created that
reads/writes to an extrenal RAM device.
EX_FAT.C
An example of reading and writing to a FAT file system on an MMC/SD card.
EX_FLOAT.C
Shows how to use basic floating point
EX_FREQC.C
A 50 mhz frequency counter
EX_GLCD.C
Displays contents on a graphic LCD, includes shapes and text.
EX_GLINT.C
Shows how to define a custom global interrupt hander for fast interrupts
EX_HPINT.C
An example of how to use the high priority interrupts of a PIC18.
EX_HUMIDITY.C
How to read the humidity from a Humirel HT3223/HTF3223 Humidity module
EX_ICD.C
Shows a simple program for use with Microchips ICD debugger
EX_INTEE.C
Reads and writes to the PIC internal EEPROM
EX_INTFL.C
An example of how to write to the program memory of the PIC.
EX_LCDKB.C
Displays data to an LCD module and reads data for keypad
EX_LCDTH.C
Shows current, min and max temperature on an LCD
EX_LED.C
Drives a two digit 7 segment LED
321
EX_LINBUS_MASTER.C
An example of how to use the LINBUS mode of a PIC's EAUSART. Talks to the
EX_LINBUS_SLAVE.C example.
EX_LINBUS_SLAVE.C
An example of how to use the LINBUS mode of a PIC's EAUSART. Talks to the
EX_LINBUS_MASTER.C example.
EX_LOAD.C
Serial boot loader program for chips like the 16F877
EX_LOGGER.C
A simple temperature data logger, uses the flash program memory for saving data
EX_MACRO.C
Shows how powerful advanced macros can be in C
EX_MALLOC.C
An example of dynamic memory allocation using malloc().
EX_MCR.C
An example of reading magnetic card readers.
EX_MMCSD.C
An example of using an MMC/SD media card as an external EEPROM. To use this card with a
FAT file system, see ex_fat.c
EX_MODBUS_MASTER.C
An example MODBUS application, this is a master and will talk to the ex_modbus_slave.c example.
EX_MODBUS_SLAVE.C
An example MODBUS application, this is a slave and will talk to the ex_modbus_master.c example.
EX_MOUSE.C
Shows how to implement a standard PC mouse on a PIC
EX_MXRAM.C
Shows how to use all the RAM on parts with problem memory allocation
EX_PATG.C
Generates 8 square waves of different frequencies
EX_PBUSM.C
Generic PIC to PIC message transfer program over one wire
EX_PBUSR.C
Implements a PIC to PIC shared RAM over one wire
322
EXAMPLE PROGRAMS
EX_PBUTT.C
Shows how to use the B port change interrupt to detect pushbuttons
EX_PGEN.C
Generates pulses with period and duty switch selectable
EX_PLL.C
Interfaces to an external frequency synthesizer to tune a radio
EX_POWER_PWM.C
How to use the enhanced PWM module of the PIC18 for motor controls.
EX_PSP.C
Uses the PIC PSP to implement a printer parallel to serial converter
EX_PULSE.C
Measures a pulse width using timer0
EX_PWM.C
Uses the PIC CCP module to generate a pulse stream
EX_QSORT.C
An example of using the stdlib function qsort() to sort data. Pointers to functions is used by qsort()
so the user can specify their sort algorithm.
EX_REACT.C
Times the reaction time of a relay closing using the CCP module
EX_RFID.C
An example of how to read the ID from a 125kHz RFID transponder tag.
EX_RMSDB.C
Calculates the RMS voltage and dB level of an AC signal
EX_RS485.C
An application that shows a multi-node communication protocol commonly found on RS-485
busses.
EX_RTC.C
Sets and reads an external Real Time Clock using RS232
EX_RTCLK.C
Sets and reads an external Real Time Clock using an LCD and keypad
EX_RTCTIMER.C
How to use the PIC's hardware timer as a real time clock.
323
EX_RTOS_DEMO_X.C
9 examples are provided that show how to use CCS's built-in RTOS (Real Time Operating
System).
EX_SINE.C
Generates a sine wave using a D/A converter
EX_SISR.C
Shows how to do RS232 serial interrupts
EX_STISR.C
Shows how to do RS232 transmit buffering with interrupts
EX_SLAVE.C
Simulates an I2C serial EEPROM showing the PIC slave mode
EX_SPEED.C
Calculates the speed of an external object like a model car
EX_SPI.C
Communicates with a serial EEPROM using the H/W SPI module
EX_SPI_SLAVE.C
How to use the PIC's MSSP peripheral as a SPI slave. This example will talk to the ex_spi.c
example.
EX_SQW.C
Simple Square wave generator
EX_SRAM.C
Reads and writes to an external serial RAM
EX_STEP.C
Drives a stepper motor via RS232 commands and an analog input
EX_STR.C
Shows how to use basic C string handling functions
EX_STWT.C
A stop Watch program that shows how to user a timer interrupt
EX_SYNC_MASTER.C
EX_SYNC_SLAVE.C
An example of using the USART of the PIC in synchronous mode. The master and slave examples
talk to each other.
EX_TANK.C
Uses trig functions to calculate the liquid in a odd shaped tank
324
EXAMPLE PROGRAMS
EX_TEMP.C
Displays (via RS232) the temperature from a digital sensor
EX_TGETC.C
Demonstrates how to timeout of waiting for RS232 data
EX_TONES.C
Shows how to generate tones by playing "Happy Birthday"
EX_TOUCH.C
Reads the serial number from a Dallas touch device
EX_USB_HID.C
Implements a USB HID device on the PIC16C765 or an external USB chip
EX_USB_SCOPE.C
Implements a USB bulk mode transfer for a simple oscilloscope on an ext USB chip
EX_USB_KBMOUSE.C
EX_USB_KBMOUSE2.C
Examples of how to implement 2 USB HID devices on the same device, by combining a mouse and
keyboard.
EX_USB_SERIAL.C
EX_USB_SERIAL2.C
Examples of using the CDC USB class to create a virtual COM port for backwards compatability
with legacy software.
EX_VOICE.C
Self learning text to voice program
EX_WAKUP.C
Shows how to put a chip into sleep mode and wake it up
EX_WDT.C
Shows how to use the PIC watch dog timer
EX_WDT18.C
Shows how to use the PIC18 watch dog timer
EX_X10.C
Communicates with a TW523 unit to read and send power line X10 codes
EX_EXTA.C
The XTEA encryption cipher is used to create an encrypted link between two PICs.
LIST OF INCLUDE FILES (in the DRIVERS directory)
325
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
24128.C
Serial EEPROM functions
2416.C
Serial EEPROM functions
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
326
EXAMPLE PROGRAMS
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)
9366.C
Serial EEPROM functions
AD7705.C
A/D Converter functions
AD7715.C
A/D Converter functions
AD8400.C
Digital POT functions
ADS8320.C
A/D Converter functions
ASSERT.H
Standard C error reporting
AT25256.C
Serial EEPROM functions
AT29C1024.C
Flash drivers for an external memory chip
CRC.C
CRC calculation functions
CE51X.C
Functions to access the 12CE51x EEPROM
CE62X.C
Functions to access the 12CE62x EEPROM
327
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
DS1621M.C
Temperature functions for multiple DS1621 devices on the same bus
DS1631.C
Temperature functions
DS1624.C
Temperature functions
DS1868.C
Digital POT functions
ERRNO.H
Standard C error handling for math errors
FLOAT.H
Standard C float constants
FLOATEE.C
Functions to read/write floats to an EEPROM
INPUT.C
Functions to read strings and numbers via RS232
ISD4003.C
Functions for the ISD4003 voice record/playback chip
KBD.C
Functions to read a keypad
LCD.C
LCD module functions
LIMITS.H
Standard C definitions for numeric limits
328
EXAMPLE PROGRAMS
LMX2326.C
PLL functions
LOADER.C
A simple RS232 program loader
LOCALE.H
Standard C functions for local language support
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
PIC_USB.H
Hardware layer for built-in PIC USB
SC28L19X.C
Driver for the Phillips external UART (4 or 8 port)
SETJMP.H
Standard C functions for doing jumps outside functions
STDDEF.H
Standard C definitions
STDIO.H
Not much here - Provided for standard C compatibility
STDLIB.H
String to number functions
STDLIBM.H
Standard C memory management functions
329
STRING.H
Various standard string functions
TONES.C
Functions to generate tones
TOUCH.C
Functions to read/write to Dallas touch devices
USB.H
Standard USB request and token handler code
USBN960X.C
Functions to interface to Nationals USBN960x USB chips
USB.C
USB token and request handler code, Also includes usb_desc.h and usb.h
X10.C
Functions to read/write X10 codes
330
EXAMPLE PROGRAMS
/////////////////////////////////////////////////////////////////
///
EX_SQW.C
///
///
This program displays a message over the RS-232 and
///
///
waits for any keypress to continue. The program
///
///
will then begin a 1khz square wave over I/O pin B0.
///
///
Change both delay_us to delay_ms to make the
///
///
frequency 1 hz. This will be more visible on
///
///
a LED. Configure the CCS prototype card as follows:
///
///
insert jumpers from 11 to 17, 12 to 18, and 42 to 47.
///
/////////////////////////////////////////////////////////////////
#ifdef __PCB__
#include <16C56.H>
#else
#include <16C84.H>
#endif
#use delay(clock=20000000)
#use rs232(baud=9600, xmit=PIN_A3, rcv=PIN_A2)
main() {
printf("Press any key to begin\n\r");
getc();
printf("1 khz signal activated\n\r");
while (TRUE) {
output_high (PIN_B0);
delay_us(500);
output_low(PIN_B0);
delay_us(500);
}
}
331
/////////////////////////////////////////////////////////////////
///
EX_STWT.C
///
///
This program uses the RTCC (timer0) and interrupts
///
///
to keep a real time seconds counter. A simple stop
///
///
watch function is then implemented. Configure the
///
///
CCS prototype card as follows, insert jumpers from:
///
///
11 to 17 and 12 to 18.
///
/////////////////////////////////////////////////////////////////
#include <16C84.H>
#use delay (clock=20000000)
#use rs232(baud=9600, xmit=PIN_A3, rcv=PIN_A2_
#define INTS_PER_SECOND 76
//(20000000/(4*256*256))
byte seconds;
//Number of interrupts left
//before a second has elapsed
#int_rtcc
clock_isr() {
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);
}
332
EXAMPLE PROGRAMS
/////////////////////////////////////////////////////////////////
///
EX_INTEE.C
///
///
This program will read and write to the 83 or 84
///
///
internal EEPROM. Configure the CCS prototype card as ///
///
follows: insert jumpers from 11 to 17 and 12 to 18.
///
/////////////////////////////////////////////////////////////////
#include <16C84.H>
#use delay(clock-100000000)
#use rs232 (baud=9600, xmit=PIN_A3, rv+PIN_A2)
#include <HEX.C>
main () {
byte i,j,address, value;
do {
printf("\r\n\nEEPROM: \r\n")
//Displays contents
for(i=0; i<3; ++i) {
//entire EEPROM
for (j=0; j<=15; ++j) {
//in hex
printf("%2x", read_eeprom(i+16+j));
}
printf("\n\r");
}
printf ("\r\nlocation to change: ");
address= gethex();
printf ("\r\nNew value: ");
value=gethex();
write_eeprom (address, value);
} while (TRUE)
}
333
/////////////////////////////////////////////////////////////////
///
Library for a Microchip 93C56 configured for a x8
///
///
///
///
org init_ext_eeprom();
Call before the other
///
///
functions are used
///
///
///
///
write_ext_eeprom(a,d);
Write the byte d to
///
///
the address a
///
///
///
///
d=read_ext_eeprom (a);
Read the byte d from
///
///
the address a.
///
///
The main program may define eeprom_select,
///
///
eeprom_di, eeprom_do and eeprom_clk to override
///
///
the defaults below.
///
/////////////////////////////////////////////////////////////////
#ifndef EEPROM_SELECT
#define
#define
#define
#define
EEPROM_SELECT
EEPROM_CLK
EEPROM_DI
EEPROM_DO
PIN_B7
PIN_B6
PIN_B5
PIN_B4
#endif
#define EEPROM_ADDRESS byte
#define EEPROM_SIZE
256
void init_ext_eeprom () {
byte cmd[2];
byte i;
output_low(EEPROM_DI);
output_low(EEPROM_CLK);
output_low(EEPROM_SELECT);
cmd[0]=0x80;
cmd[1]=0x9;
for (i=1; i<=4; ++i)
shift_left(cmd, 2,0);
output_high (EEPROM_SELECT);
for (i=1; i<=12; ++i) {
output_bit(EEPROM_DI, shift_left(cmd, 2,0));
output_high (EEPROM_CLK);
output_low(EEPROM_CLK);
}
output_low(EEPROM_DI);
output_low(EEPROM_SELECT);
}
334
EXAMPLE PROGRAMS
cmd[0]=data;
cmd[1]=address;
cmd[2]=0xa;
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);
}
output_low (EEPROM_DI);
output_low (EEPROM_SELECT);
delay_ms(11);
}
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);
}
335
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
operating system to schedule tasks and how to use
///
///
the rtos_run function.
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
// this tells the compiler that the rtos functionality will be needed,
that
// timer0 will be used as the timing device, and that the minor cycle for
// all tasks will be 500 miliseconds
#use rtos(timer=0,minor_cycle=100ms)
// each function that is to be an operating system task must have the
#task
// preprocessor directive located above it.
// in this case, the task will run every second, its maximum time to run
is
// less than the minor cycle but this must be less than or equal to the
// minor cycle, and there is no need for a queue at this point, so no
// memory will be reserved.
#task(rate=1000ms,max=100ms)
// the function can be called anything that a standard function can be
called
void The_first_rtos_task ( )
{
printf("1\n\r");
}
#task(rate=500ms,max=100ms)
void The_second_rtos_task ( )
{
printf("\t2!\n\r");
}
#task(rate=100ms,max=100ms)
void The_third_rtos_task ( )
{
printf("\t\t3\n\r");
}
// main is still the entry point for the program
void main ( )
{
// rtos_run begins the loop which will call the task functions above at
the
// schedualed time
rtos_run ( );
336
EXAMPLE PROGRAMS
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
operating system rtos_terminate function
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
// a counter will be kept
int8 counter;
#task(rate=1000ms,max=100ms)
void The_first_rtos_task ( )
{
printf("1\n\r");
// if the counter has reached the desired value, the rtos will
terminate
if(++counter==5)
rtos_terminate ( );
}
#task(rate=500ms,max=100ms)
void The_second_rtos_task ( )
{
printf("\t2!\n\r");
}
#task(rate=100ms,max=100ms)
void The_third_rtos_task ( )
{
printf("\t\t3\n\r");
}
void main ( )
{
// main is the best place to initialize resources the the rtos is
dependent
// upon
counter = 0;
rtos_run ( );
// once the rtos_terminate function has been called, rtos_run will
return
// program control back to main
printf("RTOS has been terminated\n\r");
}
337
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
operating system rtos_enable and rtos_disable functions ///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
int8 counter;
// now that task names will be passed as parameters, it is best
// to declare function prototypes so that their are no undefined
// identifier errors from the compiler
#task(rate=1000ms,max=100ms)
void The_first_rtos_task ( );
#task(rate=500ms,max=100ms)
void The_second_rtos_task ( );
#task(rate=100ms,max=100ms)
void The_third_rtos_task ( );
void The_first_rtos_task ( ) {
printf("1\n\r");
if(counter==3)
{
// to disable a task, simply pass the task name
// into the rtos_disable function
rtos_disable(The_third_rtos_task);
}
}
void The_second_rtos_task ( ) {
printf("\t2!\n\r");
if(++counter==10) {
counter=0;
// enabling tasks is similar to disabling them
rtos_enable(The_third_rtos_task);
}
}
void The_third_rtos_task ( ) {
printf("\t\t3\n\r");
}
void main ( ) {
counter = 0;
rtos_run ( );
}
338
EXAMPLE PROGRAMS
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
int8 count;
// each task will now be given a two byte queue
#task(rate=1000ms,max=100ms,queue=2)
void The_first_rtos_task ( );
#task(rate=500ms,max=100ms,queue=2)
void The_second_rtos_task ( );
void The_first_rtos_task ( ) {
// the function rtos_msg_poll will return the number of messages in the
// current tasks queue
// always make sure to check that their is a message or else the read
// function will hang
if(rtos_msg_poll ( )>0){
// the function rtos_msg_read, reads the first value in the queue
printf("messages recieved by task1 : %i\n\r",rtos_msg_read ( ));
// the funciton rtos_msg_send, sends the value given as the
// second parameter to the function given as the first
rtos_msg_send(The_second_rtos_task,count);
count++;
}
}
void The_second_rtos_task ( ) {
rtos_msg_send(The_first_rtos_task,count);
if(rtos_msg_poll ( )>0){
printf("messages recieved by task2 : %i\n\r",rtos_msg_read ( ));
count++;
}
}
void main ( ) {
count=0;
rtos_run();
}
339
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
#task(rate=1000ms,max=100ms,queue=2)
void The_first_rtos_task ( );
#task(rate=500ms,max=100ms,queue=2)
void The_second_rtos_task ( );
void The_first_rtos_task ( ) {
int count=0;
// rtos_yield allows the user to break out of a task at a given point
// and return to the same ponit when the task comes back into context
while(TRUE){
count++;
rtos_msg_send(The_second_rtos_task,count);
rtos_yield ( );
}
}
void The_second_rtos_task ( ) {
if(rtos_msg_poll( ))
{
printf("count is : %i\n\r",rtos_msg_read ( ));
}
}
void main ( ) {
rtos_run();
}
340
EXAMPLE PROGRAMS
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
///
///
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
// a semaphore is simply a shared system resource
// in the case of this example, the semaphore will be the red LED
int8 sem;
#define RED PIN_B5
#task(rate=1000ms,max=100ms,queue=2)
void The_first_rtos_task ( );
#task(rate=1000ms,max=100ms,queue=2)
void The_second_rtos_task ( );
void The_first_rtos_task ( ) {
int i;
// this will decrement the semaphore variable to zero which signals
// that no more user may use the resource
rtos_wait(sem);
for(i=0;i<5;i++){
output_low(RED); delay_ms(20); output_high(RED);
rtos_yield ( );
}
// this will inrement the semaphore variable to zero which then signals
// that the resource is available for use
rtos_signal(sem);
}
void The_second_rtos_task ( ) {
int i;
rtos_wait(sem);
for(i=0;i<5;i++){
output_high(RED); delay_ms(20); output_low(RED);
rtos_yield ( );
}
rtos_signal(sem);
}
void main ( ) {
// sem is initialized to the number of users allowed by the resource
// in the case of the LED and most other resources that limit is one
sem=1;
rtos_run();
}
341
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
#define RED PIN_B5
#define GREEN PIN_A5
int8 count;
#task(rate=1000ms,max=100ms,queue=2)
void The_first_rtos_task ( );
#task(rate=1000ms,max=100ms,queue=2)
void The_second_rtos_task ( );
void The_first_rtos_task ( ) {
// rtos_await simply waits for the given expression to be true
// if it is not true, it acts like an rtos_yield and passes the system
// to the next task
rtos_await(count==10);
output_low(GREEN); delay_ms(20); output_high(GREEN);
count=0;
}
void The_second_rtos_task ( ) {
output_low(RED); delay_ms(20); output_high(RED);
count++;
}
void main ( ) {
count=0;
rtos_run();
}
342
EXAMPLE PROGRAMS
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to use the real time
///
///
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms,statistics)
// This structure must be defined inorder to retrieve the statistical
// information
struct rtos_stats {
int32 task_total_ticks;
// number of ticks the task has used
int16 task_min_ticks;
// the minimum number of ticks used
int16 task_max_ticks;
// the maximum number of ticks ueed
int16 hns_per_tick;
// us = (ticks*hns_per_tic)/10
};
#task(rate=1000ms,max=100ms)
void The_first_rtos_task ( );
#task(rate=1000ms,max=100ms)
void The_second_rtos_task ( );
void The_first_rtos_task ( ) {
struct rtos_stats stats;
rtos_stats(The_second_rtos_task,&stats);
printf ( "\n\r" );
printf ( "task_total_ticks : %Lius\n\r" ,
(int32)(stats.task_total_ticks)*stats.hns_per_tick );
printf ( "task_min_ticks
: %Lius\n\r" ,
(int32)(stats.task_min_ticks)*stats.hns_per_tick );
printf ( "task_max_ticks
: %Lius\n\r" ,
(int32)(stats.task_max_ticks)*stats.hns_per_tick );
printf ("\n\r");
}
void The_second_rtos_task ( ) {
int i, count = 0;
while(TRUE) {
if(rtos_overrun(the_second_rtos_task)) {
printf("The Second Task has Overrun\n\r\n\r");
count=0;
}
else
count++;
for(i=0;i<count;i++)
delay_ms(50);
rtos_yield();
}
}
void main ( ) {
rtos_run ( );
}
343
/////////////////////////////////////////////////////////////////
///
This file demonstrates how to create a basic command
///
///
///
///
RTOS operation, this can also be considered a
///
///
semi kernal for the RTOS.
///
///
///
///
this demo makes use of the PIC18F452 prototyping board ///
/////////////////////////////////////////////////////////////////
#include <18F452.h>
#use delay(clock=20000000)
#use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7)
#use rtos(timer=0,minor_cycle=100ms)
#define RED PIN_B5
#define GREEN PIN_A5
#include <string.h>
// this character array will be used to take input from the prompt
char input [ 30 ];
// this will hold the current position in the array
int index;
// this will signal to the kernal that input is ready to be processed
int1 input_ready;
// different commands
char en1 [ ] = "enable1";
char en2 [ ] = "enable2";
char dis1 [ ] = "disable1";
char dis2 [ ] = "disable2";
#task(rate=1000ms,max=100ms)
void The_first_rtos_task ( );
#task(rate=1000ms,max=100ms)
void The_second_rtos_task ( );
#task(rate=500ms,max=100ms)
void The_kernal ( );
// serial interupt
#int_rda
void serial_interrupt ( )
{
if(index<29) {
input [ index ] = getc ( );
// get the value in the serial recieve
reg
putc ( input [ index ] );
// display it on the screen
if(input[index]==0x0d){
// if the input was enter
putc('\n');
input [ index ] = '\0';
// add the null character
input_ready=TRUE;
// set the input read variable to true
index=0;
// and reset the index
}
else if (input[index]==0x08){
if ( index > 1 ) {
putc(' ');
putc(0x08);
index-=2;
344
EXAMPLE PROGRAMS
}
}
index++;
}
else {
putc ( '\n' );
putc ( '\r' );
input [ index ] = '\0';
index = 0;
input_ready = TRUE;
}
}
void The_first_rtos_task ( ) {
output_low(RED); delay_ms(50); output_high(RED);
}
void The_second_rtos_task ( ) {
output_low(GREEN); delay_ms(20); output_high(GREEN);
}
void The_kernal ( ) {
while ( TRUE ) {
printf ( "INPUT:> " );
while(!input_ready)
rtos_yield ( );
printf ( "%S\n\r%S\n\r", input , en1 );
if ( !strcmp( input , en1 ) )
rtos_enable ( The_first_rtos_task );
else if ( !strcmp( input , en2 ) )
rtos_enable ( The_second_rtos_task );
else if ( !strcmp( input , dis1 ) )
rtos_disable ( The_first_rtos_task );
else if ( !strcmp ( input , dis2 ) )
rtos_disable ( The_second_rtos_task );
else
printf ( "Error: unknown command\n\r" );
input_ready=FALSE;
index=0;
}
}
void main ( ) {
// initialize input variables
index=0;
input_ready=FALSE;
// initialize interrupts
enable_interrupts(int_rda);
enable_interrupts(global);
rtos_run();
}
345
By opening the software diskette package, you agree to abide by the following provisions. If you
choose not to agree with these provisions promptly return the unopened package for a refund.
1. License- Custom Computer Services ("CCS") grants you a license to use the software program
("Licensed Materials") on a single-user computer. Use of the Licensed Materials on a network
requires payment of additional fees.
2. Applications Software- Derivative programs you create using the Licensed Materials identified
as Applications Software, are not subject to this agreement.
3. Warranty- CCS warrants the media to be free from defects in material and workmanship and
that the software will substantially conform to the related documentation for a period of thirty (30)
days after the date of your purchase. CCS does not warrant that the Licensed Materials will be free
from error or will meet your specific requirements.
4. Limitations- CCS makes no warranty or condition, either expressed or implied, including but not
limited to any implied warranties of merchantability and fitness for a particular purpose, regarding
the Licensed Materials.
Neither CCS nor any applicable licensor will be liable for an incidental or consequential damages,
including but not limited to lost profits.
5. Transfers- Licensee agrees not to transfer or export the Licensed Materials to any country other
than it was originally shipped to by CCS.
The Licensed Materials are copyrighted
1994-2007 Custom Computer Services Incorporated
All Rights Reserved Worldwide
P.O. Box 2452
Brookfield, WI 53008
347