Tool/software: TI-RTOS
I followed the "Using the Cache as RAM" guide in the BLE SW Dev Guide (3.00.01) and am able to successfully build an application image with the .bss section split across the GPRAM and SRAM. Unfortunately when loading the program with an XDS 110 the debugger connection is severed before I get the chance to continue the program (at main()). I get error -1170.
The same error occurs if I place the .bss section in SRAM (only) and .data in GPRAM.
I am using the simple_peripheral_cc2640r2lp_app_oad_offchip sample project from the simplelink_cc2640r2_sdk_1_30_00_25 SDK