不同MCU的大小端(endian)分类

PowerPc Big-endian 在a2l文件中选择 BYTE_ORDER_MSB_FIRST(begin PROTOCOL_LAYER中能够找到)
stm32(arm) little-endian 在a2l文件中选择 BYTE_ORDER_MSB_LAST(begin PROTOCOL_LAYER中能够找到)
tc275(tricore) little-endian 在a2l文件中选择 BYTE_ORDER_MSB_LAST(begin PROTOCOL_LAYER中能够找到)

posted @ 2020-08-04 14:56  panrui  阅读(800)  评论(0)    收藏  举报