Skip to main content
Associate
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

Pavel A.
Super User
November 10, 2023

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

sonysevAuthor
Associate
November 14, 2023

Hi Pavel,

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

Pavel A.
Super User
November 14, 2023

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

 

STTwo-32
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 

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.