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:如何替换 TM4C 的 AES-128键值

Guru**** 675280 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1203259/tm4c129xnczad-how-to-replace-the-aes-128-key-value-of-tm4c

器件型号:TM4C129XNCZAD

您好!

我们当前使用的是 TI 示例代码中的配置(在红色框中)。
是否有工具可以重新创建它们? 谢谢。

AES 模块配置如下:

   //配置 AES 模块。
   AESConfigSet (AES_BASE、
                AES_CFG_DIR_encrypt |
                AES_CFG_MODE_CBC |
                AES_CFG_KEY_SIZE_128位);

此致、

杨雷