Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
evbme_dfu_write_cmd Struct Reference

Write command to write words of data. More...

#include <ca821x-api/include/evbme_messages.h>

Public Attributes

uint8_t startAddr [4]
 Start address for writing - must be word aligned. More...
 
uint8_t data []
 Data to write, must be whole words. More...
 

Detailed Description

Write command to write words of data.

Member Data Documentation

◆ data

uint8_t evbme_dfu_write_cmd::data[]

Data to write, must be whole words.

Max 244 bytes (DFU_WRITE_MAX_LEN)

◆ startAddr

uint8_t evbme_dfu_write_cmd::startAddr[4]

Start address for writing - must be word aligned.


The documentation for this struct was generated from the following file: