Hi,
I trying to use the AES ECB driver on nRF52. When I init the NRF_ECB->ECBDATAPTR with AES data system just panics. Not clear what's happening.
However the same piece code of works perfect on nRF51 board.
Any hints?
Thanks & Regards, Sharan
Hi,
I trying to use the AES ECB driver on nRF52. When I init the NRF_ECB->ECBDATAPTR with AES data system just panics. Not clear what's happening.
However the same piece code of works perfect on nRF51 board.
Any hints?
Thanks & Regards, Sharan
This issue resolved after using the SoftDevice APIs for the hardware AES block.
This issue resolved after using the SoftDevice APIs for the hardware AES block.
Of course.. I should have thought of that
#facepalm
;)
Good to hear you found the issue.