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.

BLE Enhanced OAD---SECURITY问题请教

Other Parts Discussed in Thread: SYSCONFIG

硬件:SimpleLink™ CC2652RB LaunchPad 软件:simplelink_cc13x2_26x2_sdk_4_30_00_54

在学习BLE Enhanced OAD教程过程中遇到如下问题:

1,simple_peripheral_oad_offchip该实例中 BLE-Advanced Settings-OAD Only Defines-OAD BLE Security并没有勾选,但是ARM Linker中有有定义Security(--define=SECURITY),并且Predefined Symbol中也有定义SECURITY,所以我的疑问是到底编译出来是security还是no security?有没有具体而完整的关于securyty的说明。

  • OAD security has now been enabled by default. Non secure OAD can be switched to by using the _unsecure build configuration below

    上面的回复不精准,secure和unsecure的区别建议看一下C:\ti\simplelink_cc13x2_26x2_sdk_4_40_00_44\examples\rtos\CC26X2R1_LAUNCHXL\ble5stack\simple_peripheral_oad_offchip里的readme文件

    建议sysconfig和CCS的secure选择保持一致,否则可能出现问题 

  • 现在我需要simple_peripheral_oad_offchip OAD加上security功能。在没有任何修改的情况下( BLE-Advanced Settings-OAD Only Defines-OAD BLE Security并没有勾选,但是ARM Linker中有有定义Security(--define=SECURITY),并且Predefined Symbol中也有定义SECURITY),使用cc2652rblp_bim_offchip.hex(unsecurity)能正常启动,但是我在BLE-Advanced Settings-OAD Only Defines-OAD BLE Security勾选后,使用cc2652rblp_bim_offchip.hex(security)无法正常启动,改用cc2652rblp_bim_offchip.hex(unsecurity)能正常启动,所以我需要做那些操作和步骤,才能开启security?