Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
microapp_binary_header_t Struct Reference

Header of a microapp binary. More...

#include <cs_MicroappPackets.h>

Public Attributes

uint8_t sdkVersionMajor
 
uint8_t sdkVersionMinor
 
uint16_t size
 
uint16_t checksum
 
uint16_t checksumHeader
 
uint32_t appBuildVersion
 
uint16_t startOffset
 
uint16_t reserved
 
uint32_t reserved2
 

Detailed Description

Header of a microapp binary.

Assumed to be word sized (multiple of 4B). Has to match section .firmware_header in linker file nrf_common.ld of the microapp repo.

Member Data Documentation

◆ appBuildVersion

uint32_t microapp_binary_header_t::appBuildVersion

◆ checksum

uint16_t microapp_binary_header_t::checksum

◆ checksumHeader

uint16_t microapp_binary_header_t::checksumHeader

◆ reserved

uint16_t microapp_binary_header_t::reserved

◆ reserved2

uint32_t microapp_binary_header_t::reserved2

◆ sdkVersionMajor

uint8_t microapp_binary_header_t::sdkVersionMajor

◆ sdkVersionMinor

uint8_t microapp_binary_header_t::sdkVersionMinor

◆ size

uint16_t microapp_binary_header_t::size

◆ startOffset

uint16_t microapp_binary_header_t::startOffset

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