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: porting sloa213 to nrf52832

Part Number: TRF7970A

Hi,

I am trying to port sloa213 example code to nrf52832 mcu.

I can detect and select desfire cards.

But in 

ui8AuthSuccess = Aes_authenticate(pui8SessionKey, pui8RndA, aes_key);
function, there is a 

buf[ui8BufLength++] = AesCommand(); // AES Auth
statement, which constains 
AesCommand()

function. It seems that this function is implemented in "AES_Encryption" static library. Since it is compiled for different mcu than nrf52832 i can not use it.

How can i solve this?