NRF52810 Exception using AES ECB on SDK16

Hi,

I ported examples\crypto\nrf_crypto\aes\aes_all_cli on the NRF52810 project ECB encrypts related files. During the test, it was found that the NRF52810 project would make calculation errors during the encryption operation.

When I switch to the NRF52832 project under the same routine, there will be no error in the encryption operation. May I ask what is the cause of this?

This is the calculation process of NRF52832 project encryption,It is correct:

This is the calculation process of NRF52810 project encryption,It is wrong:

Parents Reply
  • Hi,

    I tried to change the stack size to 8K, but it didn't work and was still decrypting errors when actually using it.

    As for the hardware ECB, I tried it, but it didn't seem to work, and the main thing I needed was decryption, encryption just to verify the decryption was correct.

    So back to the original question, why did 52810 have a calculation error in the process of encryption and decryption?

Children
Related