Hello,
I am using the nRF Connect SDK v2.9.0. While working on the nRF52840 board, I used the library zephyr/crypto/crypto.h to perform AES/ECB encryption.
Part of the code I wrote is
Hello,
I am using the nRF Connect SDK v2.9.0. While working on the nRF52840 board, I used the library zephyr/crypto/crypto.h to perform AES/ECB encryption.
Part of the code I wrote is
Hi,
Could you try this unofficial patch 0001-drivers-add-support-for-nRF54L-ECB.patch? My colleague makes some changes to support ECB on nRF54L.
When I applied this patch file, I got these errors
The nrf54l15.dtsi that I have seems different from the nrf54l15.dtsi you have.
I didn`t find regulator-initial-mode = <NRF5X_REG_MODE_LDO>; in it
Here is the file that I have
It's rename to nrf54l_05_10_15.dtsi in NCS v2.9.0.
It is worked. Thank you.
This patch should be still applied in NCS 3.1 ? Try to use ECB (tiny crypt is deprecated) so try this solution but get error on overly (zero or error)
Try this unofficial example: https://github.com/pirun/sdk-zephyr/commit/c660020ada7ab2feca941337105bc8ca168afdf3.
Try this unofficial example: https://github.com/pirun/sdk-zephyr/commit/c660020ada7ab2feca941337105bc8ca168afdf3.