MBIC_BootLoader.h 535 B

123456789101112131415161718192021222324252627282930
  1. /*
  2. * MBIC_BootLoader.h
  3. *
  4. * Created on: 2020. 5. 4.
  5. * Author: parkyj
  6. */
  7. #ifndef MBIC_BOOTLOADER_H_
  8. #define MBIC_BOOTLOADER_H_
  9. #define MBIC_PREAMBLE0 0x16
  10. #define MBIC_PREAMBLE1 0x16
  11. #define MBIC_PREAMBLE2 0x16
  12. #define MBIC_PREAMBLE3 0x16
  13. #define MBIC_SUBUID0 0x00
  14. #define MBIC_SUBUID1 0xF1
  15. #define MBIC_RCODE
  16. #define MBIC_TRID
  17. #define MBIC_SEQNUM
  18. #define MBIC_TTL
  19. #define MBIC_TIME
  20. #define MBIC_ERRRESPONSE
  21. #define MBIC_CMD
  22. #define MBIC_LENGTH
  23. #define MBIC_CHECKSHUM
  24. #define MBIC_ETX 0x03
  25. #endif /* MBIC_BOOTLOADER_H_ */