mbed-crypto APIs not working in either SBSFUAppliSecure or SBSFUAppliNonSecure
Hi I am working on SBSFU Application project from STM32U585 project. And I am trying to use mbed-crypto APIs like SHA512 APIs as below mbedtls_platform_setup(NULL);mbedtls_sha512_init(&sha512_context);mbedtls_sha512_starts(&sha512_context, 0); // 0 f...