在线时间1 小时
UID27192
ST金币0
蝴蝶豆0
注册时间2007-12-28
新手上路
- 最后登录
- 2018-6-26
|
a0a.1 0b0c
如题,我采用的是KEIL编译器,
想定义一个常量在0x0807F000,已尝试过如下办法,均告失败:
1. const unsigned int VOL_uiTemp @0x0807F000
2. const unsigned int VOL_uiTemp __at(0x0807F000)
3. const unsigned int VOL_uiTemp __attribute__((at(0x0807F000)))
哪位高手指导一下,不胜感激,越详细越好!!
|
<
|