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.

TM4C123 AES encryption



I'm hoping someone can point me in the right direction.  I'm trying to implement AES encryption/decryption in a TM4C123 micro, which doesn't have a hardware AES module.  The micro's datasheet mentions AES tables in the ROM and points to the ROM user guide SPMU367.  The ROM user guide says the tables are explained in the AES code example provided in TivaWare.  However the only AES example I can find is for the TM4C129, and uses a hardware AES module.

If you can point me in the right direction, or know of another example to implement AES in software it would be greatly appreciated.

Thanks!