You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nordic Semiconductors just released version 1.10 of the Product Specification for nRF52840 including the following change:
CRYPTOCELL – Updated description
Indeed, the documentation of the cryptocell peripheral has been largely enhanced from a simple reference to the nRF-provided software library in v1.9 to a detailed description of the hardware registers that can be used to control the peripheral, with the following disclaimer:
Nordic Semiconductor ASA reserves the right to change the CRYPTOCELL documentation and register descriptions without further notice. Changes will not trigger erratas and will not be seen as changing form/fit/function of the device.
Please note that Nordic cannot support questions directly related to the register interface or modification of the source code implementation. Nordic provide support for the top-level API in the software library distributed as part of the device SDK.
Up to now, hardware acceleration on the nRF52840 in RIOT depends on the binary blob from the nRF5 SDK in pkg/driver_cryptocell_310. With the newly available information, it should be possible to communicate with the cryptocell peripheral without this intermediate software.
Description
Nordic Semiconductors just released version 1.10 of the Product Specification for nRF52840 including the following change:
Indeed, the documentation of the cryptocell peripheral has been largely enhanced from a simple reference to the nRF-provided software library in v1.9 to a detailed description of the hardware registers that can be used to control the peripheral, with the following disclaimer:
Up to now, hardware acceleration on the nRF52840 in RIOT depends on the binary blob from the nRF5 SDK in
pkg/driver_cryptocell_310
. With the newly available information, it should be possible to communicate with the cryptocell peripheral without this intermediate software.Useful links
The text was updated successfully, but these errors were encountered: