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.

CC1310: How to use AES CTR Mode

Part Number: CC1310

Tool/software:

Please advise how to use the AES CTR mode on CC1310 which does not seem to have driver lib implementation. So, the AES CTR functionality needs to be invoked via the ROM based Crypto functions. 

AES_CTR_EncryptData(encryptedData, sizeof(inputData), aesKey, nonce, iv);

When this function is used, it goes to the exception handler at run time.

Thanks.