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