弄出来了
1,project-->option--->General options-->Target 设置 Code model 为 Banked
2, project-->option--->Linker-->Config 中 设置 Linker configuration file 选中 Override default
导入 $PROJ_DIR$\settings\lnk51ew_cc2530F256_banked.xcl 文件
3,修改文件lnk51ew_CC2530F256_banked.xcl 中的
-D_NEAR_CODE_START=0x0800 //将App起始地址设置为0x800
|