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.

TM4C129XNCZAD: How to replace the AES-128 key value of TM4C

Part Number: TM4C129XNCZAD

Hi ,

We currently use the configuration in the example code from TI (in the red box).
Is there a tool to recreate them? thanks.

The AES module is configured as follows,

    // Configure the AES module.
    AESConfigSet(AES_BASE,
                 AES_CFG_DIR_ENCRYPT |
                 AES_CFG_MODE_CBC |
                 AES_CFG_KEY_SIZE_128BIT);

Best regards,

Ray Yang