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.

cc2652R1F Launch pad 测试蓝牙rtls_master例程 无法访问结构体,提示Target failed to read 0x8000000C



您好,

使用硬件主板:cc2652R1F Launch pad

使用SDK:simplelink_cc13x2_26x2_sdk_4_30_00_54

使用例程:simplelink_cc13x2_26x2_sdk_4_30_00_54\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\rtls_master

问题描述:

  无法使用或访问rtls_master中的某些结构体变量,如rtlsEnableSync_t结构体,一开始提示如下图

之后修改ccs\ccs_base\emulation\gel\cc26x2.gel文件,在文件中加入GEL_MapAddStr(0x80000000, 0, 0x00002000, "R|W", 0);,如下图:

修改之后,重启CCS,再访问相关结构体,报一下错误,如下图:

受累帮忙解决一下