1.3.5.6.8 BMNG_FUP_INIT_FILE_TX_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_INIT_FILE_TX_REQUEST)(uint8_t cmd, uint16_t frameNumber,
    uint32_t fileSize, uint16_t frameSize, uint32_t crc);

Summary

Function pointer to request to initialize the file transmission for a firmware upgrade process.

Description

This data type contains the definition of the function pointer to initialize the file transmission for a firmware upgrade process.

  • cmd: Command to acknowledge
  • frameNumber: Frame number (0x0000)

  • fileSize: File size

  • frameSize: Frame size

  • crc: File CRC-32

Remarks

The command is acknowledged with the FUP ACK callback.