Other Parts Discussed in Thread: CC2640, BLE-STACK
We are trying to implement the BLE data encryption on CC2640. The board is a customer design board using Sensortag as a template. I found there is an example for AES encryption using latest RTOS http://processors.wiki.ti.com/index.php/CC2640_AES_Encryption
But the Ti-RTOS we are using is 2.11.1.09 and we don't want to upgrade for now.
The cc26xxware version is: C:\ti\tirtos_simplelink_2_11_01_09\products\cc26xxware_2_00_06_14829.
The CCS version is 6.1.1.00022.
The BLE stack version is: C:\ti\simplelink\ble_cc26xx_2_00_00_42893
Could we do the BLE data encryption without updating the RTOS(HW encryption)? If yes, what's the steps in doing it? The data we are trying to encrypt are 20 bytes data packages.
Thanks,
Yuan