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.

Compiler/CC2652P: CC2652P

Part Number: CC2652P
Other Parts Discussed in Thread: BLE-STACK

Tool/software: TI C/C++ Compiler

Hi Team,

I Am working on "simple_peripheral_oad_offchip_CC13X2P_2_LAUNCHXL_tirtos_ccs", for encryption data "AESECB" using.

AESECB is not opening , its giving open failed.

handle = AESECB_open(0, NULL);
    if (handle == NULL) {
      // handle error
    }

Please suggest what could be the issue?

Regards,

Tanuja