Skip to main content
paulrbryson
Associate III
June 14, 2020
Solved

Looking for Example Code for an MBEDTLS Client Application

  • June 14, 2020
  • 2 replies
  • 5152 views

I have a specific question and a more general one.

  1. Specifically, is there example code from ST for a TLS client runnning MBEDTLS/LWIP on STM32?
  2. Generally, is there a repository somewhere for example code?

I see lots of references to example code, but for the life of me, I can not find it. Sometimes I find example code written by ST on github; but it was not posted by ST.

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

There are examples in the various CubeMX repositories on Github. For example:

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects

2 replies

TDK
TDKBest answer
Super User
June 15, 2020

There are examples in the various CubeMX repositories on Github. For example:

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects

"If you feel a post has answered your question, please click ""Accept as Solution""."
paulrbryson
Associate III
June 15, 2020

Thank you very much! I have been Googling variations of "STM32 Example code" for weeks and browsing the ST web site and did not find this.

Piranha
Principal III
June 15, 2020

Also you can download it all in a single Cube packages.

https://www.st.com/en/embedded-software/stm32cubef2.html

And, as you are using CubeMX, you probably already have them in your computer. :)

paulrbryson
Associate III
June 16, 2020

Thanks, I did not know about the code coming from the CubeIDE. I was able to find it with a file search.

Is there a way to access this code from within the STM32CubeIDE? .. or some other easy way to find it's location?

I don't know why I had not found these repositories before.

TDK
Super User
June 16, 2020
They are at
C:\Users\username\STM32Cube\Repository
"If you feel a post has answered your question, please click ""Accept as Solution""."