-
Notifications
You must be signed in to change notification settings - Fork 0
Protocol
Sebastian edited this page Jun 13, 2019
·
4 revisions
This page will explain the details of how the protocol of the Firmware Loader works.
| Order | Size | Description |
|---|---|---|
| 1 | bytesPerBurst (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 | bytesPerBurst (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) bytesPerBurst: see Adding a new Microcontroller, json, bytes per burst