Hi all,
I am successfully using Openthread for an application on the nrf52840.
As the application is growing I'm thinking about utilizing a RTOS. Therefore, I am currently looking into Zephyr and FreeRTOS (which I already used for other projects).
When looking at the FreeRTOS examples in the SDK and also the ot-rtos code, it seems that the CC310 cryptocell is not (or rather cannot be used) anymore.
So my questions are:
1) Does anyone have experience regarding the impact on power consumption and processing time especially in the Openthread use-case?
Some time ago I tested NXP chips for Openthread but due to the missing hardware crypto commissioning took a rather long time (tens of seconds).
2) Is it theoretically (with changes on the code) possible to get FreeRTOS working with CC310? At the moment it is not quite clear to me what causes this limitation, and due to the fact that I'm not a crypto expert, I probably wouldn't be able to fix it anyway. ;)
Thank you, Thomas