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.

CC2640R2 运行的起启地址怎么更改

 我需要在一个芯片里写两个代码进去,如果地址从00开始没有问题,这个标准程序都是这么多了,如果我程序要从0x10000地址开始运行,我代码里需要改哪里更改

我在 CC2640R2_LAUNCHXL_TIRTOS.cmd里找到关于地址更改,

#define FLASH_BASE 0x000 // 0x0
#define FLASH_SIZE 0x20000
#define RAM_BASE 0x20000000
#define RAM_SIZE 0x5000

但更改后,烧入的地址还是从00开始,程序也是按00地址运行,没有从0x10000开始