BootloaderMain (Compact 2013)

10/16/2014

This function initializes the hardware platform. BootloaderMain also chooses and initializes the download transport by calling OEM platform functions. It is called by the StartUp function, which is a platform-specific boot loader StartUp function.

Syntax

void BootloaderMain (void);

Parameters

None.

Return Value

None.

Requirements

Header

blcommon.h

Library

blcommon.lib

See Also

Reference

Boot Loader Initialization Functions
StartUp