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.
大家好、团队
在 280039 AES128模块中、 在配置模块寄存器之前会关闭全局中断、以保持全局中断使能,我们可以在 下面红框中删除以下代码?以及风险是什么?
提前感谢您的帮助。
此致
您好!
如果您删除了中断禁用、则可能会在 AES 初始化的过程中发生中断并导致中断无法成功完成。 通常是难以接受的。
你可以在你从初始化 AES 函数退出后重新启用中断吗?
此致、
文斯