Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
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 |
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.
uint32_t microapp_binary_header_t::appBuildVersion |
uint16_t microapp_binary_header_t::checksum |
uint16_t microapp_binary_header_t::checksumHeader |
uint16_t microapp_binary_header_t::reserved |
uint32_t microapp_binary_header_t::reserved2 |
uint8_t microapp_binary_header_t::sdkVersionMajor |
uint8_t microapp_binary_header_t::sdkVersionMinor |
uint16_t microapp_binary_header_t::size |
uint16_t microapp_binary_header_t::startOffset |