Tool/software: TI C/C++ Compiler
For off-chip OAD (sdk version: ble_sdk_2_02_01_18)
I have set the C/C++ compiler and linker in the option according to the Over-the-Air Download User’s Guide ,
the APP_IMAGE_START=0x1000,
but when compile the application,the iar will post such error:
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated
minimum size of 0x10e15 bytes (max align 0x4) in
<[0x00001050-0x0000effe]> (total uncommitted space 0xdfaf).
I have try to change the value of ICALL_STACK0_ADDR and ICALL_STACK0_START in iar_boundary.xcl file,
but it's unuseful.
Thank you in advance.