cancel
Showing results for 
Search instead for 
Did you mean: 

how to use stm32h743 mcu's STemWin.

dmJ
Associate

Dear. All

I'm asking how to use STemWin on stm32h743 mcu.

The direct question is as follows.

How to add STemWin on STM32CubeIDE? (Current Use Version. 1.12.1)

  1. The AN4323 document clearly says it supports, is there any change?
  2. I tried to download it myself, but I can't find it. (STM32CubeH7)
  3. There is no separate explanation for open source in Github. (STM32CubeH7 and README.md
  4. Where can I download it?
  5. Where is the manual for application?

Please let me know if there are any issues such as the suspension of STemWin support.

3 REPLIES 3
Peter BENSCH
ST Employee

Welcome, @Jeong Dongmyeong​, to the community!

STemWin is still included in the firmware packages, also in the package for the STM32H7, but for some time now the focus has been on TouchGFX, which is considerably more powerful.

  1. As AN4323 states it is "fully integrated inside the STM32Cube firmware packages", no change so far.
  2. As mentioned above, it is part of the firmware package, located in the folder Middlewares\ST\STemWin
  3. As mentioned in the Github readme, not all middleware is available in Github as they (the middleware libraries) are subject to some restrictive license terms requiring the user's approval via a "click thru" procedure: If needed, they can be found inside the full firmware package available on our website st.com and downloadable from here. You will be prompted to login or to register in case you have no account.
  4. see 2 or 3
  5. The manual can be found in the firmware folder Middlewares\ST\STemWin\Documentation

Does it answer your questions?

Regards

/Peter

In order 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.
dmJ
Associate

Thank you for your answer.

However, there is a serious additional problematic.

I hope you get a reply after reviewing it.

1. STM32CubeH7 1.11.0 ver(Last ver) does not have STemWin sample code itself. (STM32H743I-EVAL)

2. STM32CubeH7 1.10.0ver, STemWin project exists.

However, it is not possible to import and build from STM32CubeIDE at all.

How can I run a project with the development board I bought? (STM32H743I-EVAL)

In particular, I want to run the STemWin_SampleDemo project, but there is no way at this time.

As already mentioned, the firmware repository is available both on Github and as a direct download. In the newer version (here 1.11.0), as I have just checked again, STemWIN is only included in the direct download version for licensing reasons, and no longer on Github.

So please download the firmware from point 2, which contains the project:

Projects\STM32H743I-EVAL\Applications\STemWin\STemWin_SampleDemo

If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.

Good luck!

/Peter

In order 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.