Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

ImageCraft Products FAQ-O-Matic : ICC430 : What library functions do you support?

0
Posted

ImageCraft Products FAQ-O-Matic : ICC430 : What library functions do you support?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123