Chinaunix首页 | 论坛 | 博客
  • 博客访问: 42085
  • 博文数量: 24
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 177
  • 用 户 组: 普通用户
  • 注册时间: 2013-11-29 13:14
文章分类

全部博文(24)

文章存档

2014年(1)

2013年(23)

我的朋友

分类: IT业界

2013-11-29 13:32:41

ARM的手册上有关于大小端的描述,如下:
The processor can access data words in memory in little-endian format or big-endian
format. It always accesses code in little-endian format.
Note:
Little-endian is the default memory format for ARM processors.
STM32是固定配置为小端的
The bytes are coded in memory in Little Endian format. The lowest numbered byte in a word is considered the word’s least significant byte and the highest numbered byte the most significant.
阅读(2056) | 评论(0) | 转发(0) |
0

上一篇:stm32f10x.h配置

下一篇:MDK直接生成bin文件

给主人留下些什么吧!~~