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.

  1. 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

../_images/afba378b35ec9ab40a317f346024cc85

FWAPI (Firmware Application Programming Interface).

  1. Right-click a list entry to open the context menu.

  2. Select Display… to open the header file in your default editor.