Skip to content

Protocol

Sebastian edited this page Jun 18, 2019 · 4 revisions

Introduction

This page will explain the details of how the protocol of the Firmware Loader works.

Protocol

Order Size Description
1 metadataByteSize(1) This will send the start Address of the incoming data. E.g. 0x00 will write the incoming data to the beginning of the flash
2 metadataByteSize(1) This will be the size (in bytes) of the incoming data. E.g. 0xA2 (162_dec) will indicate that the incoming data is 162 bytes long
3 size of 2. This will be the (flash) data which will be written to the mcu

(1) metadataByteSize: see Adding a new Microcontroller, json, Metadata Byte Size

Clone this wiki locally