Firmware Application Programming Interface (FWAPI)¶
Access to AC500 firmware from C/C++ application part is gained via the FWAPI (FirmWare Application Programming Interface). It consists of a set of libraries sorted in two categories (C standard libraries and SysLib libraries). This allows a fine-grained selection of needed functionality.
In order to use FWAPI from C/C++ application part, select the Libraries tab and click Apply.
- ⇒
#include
statements are automatically included into source files.
FWAPI implements a subset of C standard library. Programming in C-Code
FWAPI (Firmware Application Programming Interface).
Right-click a list entry to open the context menu.
Select Display… to open the header file in your default editor.