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.

[参考译文] TRF7970A:将 sloa213移植到 nrf52832

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

https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/1114507/trf7970a-porting-sloa213-to-nrf52832

器件型号:TRF7970A

您好!

我正在尝试将 sloa213示例代码移植到 nrf52832 MCU。

我可以检测和选择 DESFire 卡。

但在中  

ui8AuthSuccess = Aes_authenticate(pui8SessionKey, pui8RndA, aes_key);
有一个  

buf[ui8BufLength++] = AesCommand(); // AES Auth
语句、这会使人很舒服  
AesCommand()

功能。 此函数似乎是在"AES_Encryption"静态库中实现的。 由于它是针对与 nrf52832不同的 MCU 编译的、因此我无法使用它。

我如何解决这个问题?