This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

2812 Boot ROM 的数据流0x08AA含义是什么?



如题,在2812的boot rom 例程中,串口SCI bootloader中判断是否需要进行进行串口烧写的地方,喷段条件为数据流中keyword是否为0x08AA?是则进行串口烧写,不是则跳转到flash入口地址。

我的问题是,这个0x08AA是代表什么的?为什么在HEX文件显示中,有的程序会含有0x08AA,而有的程序干脆就没有这个,直接就是用户代码呢?

比如下图1中就是带有0x08AA,而图2中就没有呢?

 图1

 图2