2025-03-03 5:05 AM
Hi,
There is a lot of differing documentation w.r.t the use of mbedTLS for STM32U5 MUC. Can someone share an "Application Note" or any documentation which explains the integration of mbedTLS library in the project.
PS: The relevant configuration files to get started with.
2025-03-03 7:39 AM
Hello @Chinmay
I suggest you to start with this article on STM32H5 that can be easily ported to STM32U5:
Porting Mbed TLS to the STM32H5 platform with hard... - STMicroelectronics Community
Best Regards,
Younes
2025-03-03 7:57 AM
Hello @CMYL ,
Thanks for your reply.
I tried the solution you proposed and have the following observations,
- For the STM32U575CGUx, there is not AES accelerator and PKA to be enabled.
- The generated code does not have mbedTLS library.
Moreover, the software Packs also does not have mbedTLS to be added via the tool.
Best Regards,
Chinmay