Hi,
I am testing MbedTLS function on FRDM-K64 @120MHz by using HTTPS Server.
And I have the following questions:
1) When I use software based library. When I call "while ((ret = mbedtls_ssl_handshake(&(tlsDataParams.ssl))) != 0)", it took about 900ms.
2) When I use MMCAU library from NXP. When I call "while ((ret = mbedtls_ssl_handshake(&(tlsDataParams.ssl))) != 0)", it took about 850ms.
Can anybody tell me if it is reasonable?
Based on document on Web, it should be 10 times' fast than software library when using MMCAU?
Can anyone help me to improve the performance?
Thanks,
Christie