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.