分类:
2010-04-22 14:30:42
在KEIL中设定数组与变量的绝对地址 |
[ 2008-12-14 9:58:00 | By: SystemARM ] |
0
Using the __at macro that is defined in the header file absacc.h allows you to locate variables to absolute addresses as shown below: C Example:#i ncludeAssembler Example: In assembler files you may define the location using section names composed of |.ARM.__AT_ AREA |.ARM.__AT_0xFFE0|, CODE, READONLY |