This section describes the Bootloader functions. They are used to control and monitor the Bootloader module of a DLN-series adapter.Actual control of the device is performed by use of commands and responses. Each function utilizes respective commands and responses. You can send such commands directly if necessary.
The DlnBootEnterBootloader()
function enters the Bootloader mode.
This function is defined in the dln_boot.h
file.
The DlnExitBootloader()
function exits the Bootloader mode and continues in the Application mode.
This function is defined in the dln_boot.h
file.
The DlnBootGetMode()
function retrieves current mode of your DLN-series adapter.
This function is defined in the dln_boot.h
file.
The DlnBootGetMemDesc()
function retrieves information about the device internal flash memory.
This function is defined in the dln_adc.h
file.
The DlnBootGetMemCount()
function retrieves the number of flash panes of your DLN-series adapter.
This function is defined in the dln_boot.h
file.
The DlnBootRead()
function reads data on the DLN-series adapter current firmware.
This function is defined in the dln_boot.h
file.
The DlnBootWrite()
function writes new firmware into the device internal memory. This function is only available, when the device functions in the Bootloader mode. This function is defined in the dln_boot.h
file.