ImageCraft Products FAQ-O-Matic : ICC430 : What library functions do you support?
A subset of the Standard C library, and some MSP430 specific routines. C Library General Description Library Source The library source code (c:\icc\libsrc.430\libsrc.zip by default) is a password protected zip file. Many unzip programs are available on the web if you do not already have one. The password is shown on the “About” box if the software has been unlocked. For example: cd \icc\libsrc.430 unzip -s lib430.zip ; unzip prompts for password MSP430 Specific Functions Future revisions of ICC430 will include subsystem specific functions, e.g. for accessing the UART, SPI etc. Generally, the Application Builder can be used to generate peripheral accessing code based on a point and click interface. msp*.h (msp430x, … etc.) Contain IO register definitions and vector offset definitions. msp430def.h This file contains useful macros and defines. Other Header Files The following standard C header files are supported. In general, it is a good practice to include the header files if you use
Related Questions
- ImageCraft Products FAQ-O-Matic : All Compilers -- V6 -- may also apply to V7 : What microcontrollers do you support?
- ImageCraft Products FAQ-O-Matic : ICCAVR V6 - and - ICC7 for AVR : What library functions do you support?
- ImageCraft Products FAQ-O-Matic : ICC430 : What library functions do you support?