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: Cache as gpsram of cc2640r2f

Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

i follow the doc configuraing the project. my project is ble5_simple_peripheral,and i add the oad of external flash.

but when i build the project .this is three issue. as below:

Error[Lp011]: section placement failed

unable to allocate space for sections/blocks with a total estimated minimum size of 0x2eb8 bytes (max align 0x8) in <[0x11000000-0x11001fa0]> (total uncommitted space 0x1fa1).

Error[Lp017]: the address of "simpleProfileChar1 (simple_gatt_profile.o)" was needed when computing compressed initializers for section .data (simple_gatt_profile.o #11), but that address hasn't been set yet, since the size of the compressed initializers are needed in order to set it

Error[Lp017]: the address of "ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A" was needed when computing compressed initializers for section .data_ti_sysbios_family_arm_m3_Hwi_Module__state__V

(app_ble_prm3.orm3 #155), but that address hasn't been set yet, since the size of the compressed initializers are needed in order to set it

please  help me ,what i can do ??