void dfu(const IMG_MEM_TOPOLOGY ** tops, uint8_t count);
This routine will initiate the device firmware upgrade where it waits for commands and response for commands received from serial.
Param | Description |
---|---|
IMG_MEM_TOPOLOGY tops | valid toplogies list |
uint8_t count | number of valid topologies |
None