SW500009 Microchip Technology, SW500009 Datasheet - Page 93

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
C Language Features
3.13.3 Linker-Defined Symbols
The link address of a psect can be obtained from the value of a global symbol with name __Lname
where name is the name of the psect. For example, __Lbss is the low bound of the bss psect. The
highest address of a psect (i.e. the link address plus the size) is symbol __Hname.
3.14 Standard I/O Functions and Serial I/O
A number of the standard I/O functions are provided in the C library with the compiler, specifically
those functions intended to read and write formatted text on standard output and input. A list of the
available functions is in Table 3.12. More details of these functions can be found in Appendix A.
functions must be written. Other routines which may be required include getche() and kbhit().
If the psect has different load and link addresses the load start address is specified as __Bname.
Before any characters can be written or read using these functions, the putch() and getch()
printf(const char * s, ...)
sprintf(char * buf, const char * s, ...)
Function name
Table 3.12: Supported standard I/O functions
Standard I/O Functions and Serial I/O
Formatted printing to stdout
Writes formatted text to buf
Purpose
79

Related parts for SW500009