2020-06-14 03:19 PM
I have a specific question and a more general one.
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.
Solved! Go to Solution.
2020-06-14 05:08 PM
There are examples in the various CubeMX repositories on Github. For example:
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects
2020-06-14 05:08 PM
There are examples in the various CubeMX repositories on Github. For example:
https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects
2020-06-15 06:24 AM
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.
2020-06-15 01:48 PM
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. :)
2020-06-16 09:46 AM
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.
2020-06-16 10:44 AM
2020-06-17 04:39 AM
It seems that these repositories are not complete. They have the application code but not the underlying third party code.
Is this correct or am I missing something?
The problem is that the API's have changed and without the original third party code I have to guess what the example is trying to do.