This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于cc2530上如何使用bank1来存储和运行应用程序代码

Other Parts Discussed in Thread: CC2530

TI大神好,

最近自己做远程无线升级,使用的是芯片是cc2530,内存大小为256K,代码主要分boot和app两个部分,app代码的存储地址是通过修改lnk51ew_CC2530F256_banked.xcl的D_NEAR_CODE_START来确定起始地址:

-D_NEAR_CODE_START=0x0800  //将App起始地址设置为0x800

想请教下,是否可以将app代码放入BANK1中存储,然后由BANK0中的boot程序直接跳到0x8000以上执行app程序?

如果可以,该如何设置?还是修改D_NEAR_CODE_START的值吗?但是我修改D_NEAR_CODE_START=0x18000,出现了错误

初次接触,还望大神们指明方向,非常感谢!