Hi @LMaarsen,Thanks Bert for your interest in STSAFE-TPM product.The I2C address is defined by TCG within the PTP specification and yes this is 0x2E on 7bits.Best Regards,Benjamin
Hi @naNEQ ,You have to add to your includes the directory mbedtls/library.In that case, you will not have to copy the pk_wrap.h file.I'm working in that way with mbedtls 3.5.0Best Regards,Benjamin
Hi @naNEQ ,In your MbedTLS config, did you enable MBEDTLS_ALLOW_PRIVATE_ACCESS ?This will allow you to update the mbedtls_pk_context structure to use your own mbedtls_pk_info_t.Best Regards,Benjamin
Hi @jijomathew ,The STSAFE-A shall on the side of the peripheral you want to authenticate in that case.Having the STSAFE-A on the USB master side will enable mutual authentication with peripheral.The code example provided in the X-CUBE-SAFEA1 is show...
Hi @jijomathew , I'm not sure to understand your request ?You want to authenticate a USB device connected to your STM32 device USB port ?In your STM32 device you have an STSAFE-A and is acting as USB master ?Best Regards,Benjamin