Tool/software: Code Composer Studio
hi,
I have a problem as follows:
Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0: Command=20 -- addr=0x00020000 -- length=0x00001000
Cortex_M3_0: File Loader: Memory write failed: Timed out waiting for target flashloader to execute command.
Cortex_M3_0: GEL: File: D:\TI\ccs_workspace\ble5_simple_central_cc2640r2lp_app\FlashROM_StackLibrary\ble5_simple_central_cc2640r2lp_app.out: Load failed.
First I use the SDK version is simplelink_cc2640r2_sdk_3_20_00_21,the demo in the ble5stack named simple_central.I enabled the configration "-DHOST_CONFIG=PERIPHERAL_CFG+CENTRAL_CFG",then build the stack and app project successfully,when I clicked Run->Load->ble5_simple_central_cc2640r2lp_app to download to my board,the problem occured,but if I enabled the configration " -DHOST_CONFIG =PERIPHERAL_CFG",it works successfully.What can I do with the problem?Dose the vorsion of the SDK not support feature?