Hi,
I'm looking for AES encryption aes_ctr, nrf_crypto example to try on NRF52811 but, I don't see any example for pca10056e.
Does that mean nrf_crypto is not supported on pca10056e?
Thanks,
Chitra
Hi,
I'm looking for AES encryption aes_ctr, nrf_crypto example to try on NRF52811 but, I don't see any example for pca10056e.
Does that mean nrf_crypto is not supported on pca10056e?
Thanks,
Chitra
Hi Chitra
The nRF52811 has the same AES encryption that is on the nRF52832, so it should be supported as well, it's just that we haven't prioritized making a finished example and .hex file for every single of our SoCs. Please check out the Developing for nRF52811 user guide documentation for how to create your own emulated project based on an existing pca10056 project for example. Please note that since not all example projects have been optimized for size, it could be that the nrf_crypto example does not fit the limited RAM and Flash the nRF52810 and nRF52811 has out of the box, and some optimization may be required.
Best regards,
Simon
Hi Chitra
The nRF52811 has the same AES encryption that is on the nRF52832, so it should be supported as well, it's just that we haven't prioritized making a finished example and .hex file for every single of our SoCs. Please check out the Developing for nRF52811 user guide documentation for how to create your own emulated project based on an existing pca10056 project for example. Please note that since not all example projects have been optimized for size, it could be that the nrf_crypto example does not fit the limited RAM and Flash the nRF52810 and nRF52811 has out of the box, and some optimization may be required.
Best regards,
Simon