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.

CC2640R2F: Cache as ram FAIL,in simple_peripheral_oad_offchip,urgent!!!!!

Part Number: CC2640R2F
Other Parts Discussed in Thread: LAUNCHXL-CC2640R2

I follow the developer guilder set cache as ram in simple_peripheral , it's run ok.

but,simple_peripheral_oad_offchip ,it can not run.

is there anyting I lost?

1) in the project option ,set CACHE_AS_RAM=1,and define CACHE_AS_RAM

2) include the ccfg_app_ble.c,and add:

#ifdef CACHE_AS_RAM

#define SET_CCFG_SIZE_AND_DIS_FLAGS_DIS_GPRAM 0x0 /* Enable GPRAM */
#endif //CACHE_AS_RAM

3),modify the icf file. this my config :   cc26xx_app_oad_icf.zip