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 !