Hello,
my application is based on MIMXRT1176 and uses Bluetooth (external chip) thru the SDK Zephyr bluetooth library (SDK version 2.13.1). The BT library uses CAAM by default, and everything is working perfectly, as far as BT is concerned.
The problem is that, my own application code needs to use mbedtls for some encryption and CERT operations. As soon as i use the (for example)
已解决! 转到解答。
It is suggested to use a second job ring, if CAAM was already initialized before then it should not be initialized again. Unfortunately, there not exist a library, however you can make handles and variables extern so they can be used on different sides.
Best regards,
Omar
Hi Omar, thanks for the support
actually i didn't plan to modify the mbedtls stuff and pull it in as is in my project.
Now it seems that this needs to be internalised into my project and modified. Is that what you
suggest ?
Thanks,
Jacques
It is suggested to use a second job ring, if CAAM was already initialized before then it should not be initialized again. Unfortunately, there not exist a library, however you can make handles and variables extern so they can be used on different sides.
Best regards,
Omar