8
Reference Manual AFDX / ARINC 664 Application Interface Library
Section 3 – Application Interfacing
3.2 Platform VME
For VME based FDX modules (AMC-FDX-2 on AVC carrier) the following initialization has to be
done
before
general initialization defined in chapter 3.1.
To get a list of available VME-modules in system the following function shall be used (Not
contained in this document. Please refer to Applicable documents [4]):
AiVMEModuleListBuild()
To check for valid AMC FDX module use the function:
AiFdxModuleCheck()
To map the memory of the module the following shall be used (Not contained in this document.
Please refer to Applicable documents [4]):
AiVMEMemoryMap()
To initialize an AIM-FDX-VME module (initialize a shared memory area for host-to-target
communication.) the following function shall be called:
AviFdxVMEBoardIni(ul_VMEModuleId)