Share via


OEMDebugInit (Compact 2013)

10/16/2014

This function is the first called by the BLCOMMON framework when a boot loader starts. It initializes the debug transport, usually just initializing the debug serial universal asynchronous receiver-transmitter (UART).

Syntax

BOOL OEMDebugInit (void);

Parameters

None.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

blcommon.h

Library

blcommon.lib

See Also

Reference

Boot Loader Control Flow Functions