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.
DlnBootWrite()
dln_boot.h
DLN_RESULT DlnBootWrite( HDLN handle, uint32_t memory, uint32_t address, uint16_t size, uint8_t* buffer );
A handle to the DLN-series adapter.
Memory type value. Available only DLN_BOOT_MEM_FLASH value.
DLN_BOOT_MEM_FLASH
The address to start writing from.
The size of the firmware.
Buffer with the firmware data.
The number of flash panes was successfully retrieved.