-
Notifications
You must be signed in to change notification settings - Fork 124
0xFF
Portisch edited this page Nov 6, 2018
·
1 revision
Request the firmware version of the EFM8BB1 firmware.
Hex: AA FF 55
Data | Description |
---|---|
0xAA |
uart sync init |
0xFF |
uart command |
0x55 |
uart sync end |
Hex: AA 01 55
Data | Description |
---|---|
0xAA |
uart sync init |
0x01 |
firmware version |
0x55 |
uart sync end |