HW - nRF52840
SDK - nRF5_SDK_15.2.0_9412b96
We are running connectivity example in nRF52840 and connected UART with serialization application over UART which is different make chip, when we are enabling LE Secure for bonding asking for crypto library, where there is option of CC310 HW enable.
In our case serialization application running on other make chip which don't have CC310 HW, if we enable CC310 support in sdk_config.h will it use nRF52840 HW directly or serialization data send to UART then encrypt/decrypt then send back to UART and again send to connectivity chip which will transfer over UART? or softdevice will init CC310 HW and data from serialization chip to connectivity chip send over UART and encrypt in CC310 HW and send it over BLE?
Thanks in advance.