Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
hello..
Im using cc2650 and contiki OS
Im currently using simple-udp-rpl example and its working finr.
I just gone through the AES encryption and wanted to try this method. i followed the following link.
http://processors.wiki.ti.com/index.php/CC2640_AES_Encryption
But my code restarts if i call "AES_ECB_EncryptData(inputData, 16, AESkey) " API.
Is there anything i need to add? ?
