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.

RTOS/LAUNCHXL-CC2650: cc2650 interrupt vector relocating

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650, CC2640, CC2640R2F

Tool/software: TI-RTOS

We will use IAP (in-application-programming) with CC2650. The IAP firmware was placed in ROM 0x00000000~0x00003000 and application wae placed in 0x00003000~ 0x0001FFFF.

Q1:How to change the start address of the Project APP to 0x00003000?

Q2:How to relocate interrupt vector to 0x00003000?

i know how to config the .ICF  with IAR,but how to do this with the CCS?