Skip to main content
Associate II
June 3, 2024
Solved

MBED TLS and TCP

  • June 3, 2024
  • 2 replies
  • 3132 views

Hi ,

I need to use MBED TLS and TCP in F429ZI board. I didn't see any example codes for the same . Can anyone Please share the example code.

This topic has been closed for replies.
Best answer by STea

Hello @Sivakumarzcs128 ,

There is not an out of the box example using implementing MbedTLS and TCP so   you may consider using the LwIP example as a starting point for the TCP/IP stack and then integrate MbedTLS into your project. You might need to adapt the MbedTLS configuration and examples from other STM32 platforms to suit the STM32F429ZI board.
 if it helps there is already an example in github you could follow.

BR

2 replies

STeaBest answer
ST Employee
June 4, 2024

Hello @Sivakumarzcs128 ,

There is not an out of the box example using implementing MbedTLS and TCP so   you may consider using the LwIP example as a starting point for the TCP/IP stack and then integrate MbedTLS into your project. You might need to adapt the MbedTLS configuration and examples from other STM32 platforms to suit the STM32F429ZI board.
 if it helps there is already an example in github you could follow.

BR

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
LCE
Principal II
June 5, 2024