123456789101112131415161718192021222324252627282930 |
- /*
- * MBIC_BootLoader.h
- *
- * Created on: 2020. 5. 4.
- * Author: parkyj
- */
- #ifndef MBIC_BOOTLOADER_H_
- #define MBIC_BOOTLOADER_H_
- #define MBIC_PREAMBLE0 0x16
- #define MBIC_PREAMBLE1 0x16
- #define MBIC_PREAMBLE2 0x16
- #define MBIC_PREAMBLE3 0x16
- #define MBIC_SUBUID0 0x00
- #define MBIC_SUBUID1 0xF1
- #define MBIC_RCODE
- #define MBIC_TRID
- #define MBIC_SEQNUM
- #define MBIC_TTL
- #define MBIC_TIME
- #define MBIC_ERRRESPONSE
- #define MBIC_CMD
- #define MBIC_LENGTH
- #define MBIC_CHECKSHUM
- #define MBIC_ETX 0x03
- #endif /* MBIC_BOOTLOADER_H_ */
|