Skip to main content
Visitor II
November 10, 2023
Question

HTTPS client using STM32F429ZI

  • November 10, 2023
  • 2 replies
  • 3316 views

Hi,

I am attempting to implement HTTPS on STM32 using CubeIDE, but it seems that there are no libraries available for this purpose. Is it possible to achieve this on STM32 using wolfSSL or any other alternative?

This is for study purposes; therefore, if necessary, I am open to changing the MCU to STM32H743ZI2.

    This topic has been closed for replies.

    2 replies

    Super User
    November 10, 2023

    Yes, SSL or TLS library such as wolfssl can be used for https.

    sonysevAuthor
    Visitor II
    November 14, 2023

    Hi Pavel,

    Could you provide an example or assist me in integrating this with STM?

    Super User
    November 14, 2023

    @sonysev  you can find more helping hands for your study effort here  or here.

     

    Technical Moderator
    November 14, 2023

    Hello @sonysev and welcome to the ST Community :smiling_face_with_smiling_eyes:.

    I suggest you to take a look at the UM1713 to have an Idea about the LwIP TCP/IP stack. I think it Can be helpful. For examples, you Can take a look at this exemple for the STM32F429ZI or this exemple for the STM32H743ZI and you Can find other exemples using other STM32 MCUs.

    Best Regards.

    STTwo-32