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.

CC2640 AES-128 Encryption for less than 16 bytes

For data byte length between 1 to 15, AES_ECB_EncryptData () API is not encrypting the data. Is there any configuration available to enable encryption from single bytes?

I don't have any problem in encryption/decryption of data byte length from 16 to 255.