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.

Compiler/CC2640: CC2640F128 Overlapping flash area in page: 13, offset address 0x0000

Part Number: CC2640
Other Parts Discussed in Thread: BLE-STACK

Tool/software: TI C/C++ Compiler

when I set OSAL_SNV = 1, stack run origin address = 0x0000e000, It works fine.

but when I set set OSAL_SNV = 2, stack run origin address = 0x0000d000,  It break.  Download  the firmware by RF Flash Programmmer 2 1.7.5, 

How to avoid this?

I modified stack and app boundary address ,  for example, ICALL_STACK0_START=0xe000  -->  ICALL_STACK0_START = 0x10000,   ICALL_STACK0_ADDR = 0x0e001 -->  ICALL_STACK0_ADDR = 0x10001,  when I download the firmware, It the same result  as the previous mentioned.

How to adjust stack and app flash space ?

Thank you !