User Tools

Site Tools


doc:crazyflie:bootloader:protocol

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:crazyflie:bootloader:protocol [2015-07-31 14:43]
arnaud [LOAD_BUFFER]
doc:crazyflie:bootloader:protocol [2017-02-01 18:50]
whoenig [Commands summary]
Line 79: Line 79:
 | 0x19  | FLASH_STATUS  |   | | 0x19  | FLASH_STATUS  |   |
 | 0x1C  | READ_FLASH  |   | | 0x1C  | READ_FLASH  |   |
 +| 0xFF  | RESET_INIT  | Only implemented in version 0x10 target 0xFE |
 +| 0xF0  | RESET | Only implemented in version 0x10 target 0xFE |
 +| 0x01  | ALLOFF | Only implemented in version 0x10 target 0xFE |
 +| 0x02  | SYSOFF | Only implemented in version 0x10 target 0xFE |
 +| 0x03  | SYSON | Only implemented in version 0x10 target 0xFE |
 +| 0x04  | GETVBAT | Only implemented in version 0x10 target 0xFE |
  
 ==== GET_INFO ==== ==== GET_INFO ====
Line 153: Line 159:
 |  1-2  | page | Buffer page to load into | |  1-2  | page | Buffer page to load into |
 |  3-4  | Address | Address in the buffer page to load from | |  3-4  | Address | Address in the buffer page to load from |
-|  5-28 | data | Data to load |+|  5-31 | data | Data to load |
 </WRAP> </WRAP>
  
Line 167: Line 173:
 |  0   | READ_BUFFER       | 0x15 | |  0   | READ_BUFFER       | 0x15 |
 |  1-2  | page | Buffer page to read | |  1-2  | page | Buffer page to read |
-|  2-3  | Address | Address in the buffer page to read from |+|  3-4  | Address | Address in the buffer page to read from |
 </WRAP> </WRAP>
  
Line 174: Line 180:
 |  0   | READ_BUFFER       | 0x15 | |  0   | READ_BUFFER       | 0x15 |
 |  1-2  | page | Buffer page read | |  1-2  | page | Buffer page read |
-|  2-3  | Address | Address in the buffer page read from | +|  3-4  | Address | Address in the buffer page read from | 
-|  3-27 | data | Data read |+|  5-31 | data | Data read |
 </WRAP> </WRAP>
 </WRAP> </WRAP>
Line 231: Line 237:
 |  0   | READ_FLASH       | 0x1C | |  0   | READ_FLASH       | 0x1C |
 |  1-2  | page | Flash page to read | |  1-2  | page | Flash page to read |
-|  2-3  | Address | Address in the flash page to read from |+|  3-4  | Address | Address in the flash page to read from |
 </WRAP> </WRAP>
  
Line 238: Line 244:
 |  0   | READ_FLASH       | 0x1C | |  0   | READ_FLASH       | 0x1C |
 |  1-2  | page | Flash page read | |  1-2  | page | Flash page read |
-|  2-3  | Address | Address in the flash page read from | +|  3-4  | Address | Address in the flash page read from | 
-|  3-27 | data | Data read |+|  5-31 | data | Data read |
 </WRAP> </WRAP>
 </WRAP> </WRAP>
  
  
doc/crazyflie/bootloader/protocol.txt · Last modified: 2021-06-24 16:36 by kimberly