Skip to main content
Explorer
June 3, 2024
Solved

MBED TLS and TCP

  • June 3, 2024
  • 2 replies
  • 3065 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

    STeaAnswer
    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

    Graduate II
    June 5, 2024