Update 'USB protocol'
parent
38bb98e6e9
commit
7b6b48f085
|
@ -98,7 +98,7 @@ Commands are typically a one-byte command ID, followed by a variable amount of d
|
|||
### Bootloader mode
|
||||
|
||||
* **`0xf1`: Send unlock/authentication code**
|
||||
* Arguments: 3 bytes from [FT240X EEPROM](FT240X-EEPROM) word locations `0x12:0x13`, followed by a *fixed* 23 zero bytes
|
||||
* Arguments: 3 bytes from [FT240X EEPROM](FT240X-EEPROM) word locations `0x12:0x13` (little-endian, so low byte of 0x12 first, then hi byte of 0x12, then lo byte of 0x13), followed by a *fixed* 23 zero bytes
|
||||
* No response
|
||||
* **`0x90`: Spartan-3AN internal SPI flash chip select**
|
||||
* Arguments: *fixed* `0x00`
|
||||
|
|
Loading…
Reference in New Issue