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: