GCC 和 MDK (即 Keil) 手工指定其地址及指针
在 GCC 和 RealViewMDK(即 Keil)开发工具中,允许定义变量时手工指定其地址。如:volatile unsigned long bbVarAry[7] __attribute__(( at(0x20003014) ));volatile unsigned long* const pbbaVar= (void*)(0x22000000+0x3014*8*4);