cancel
Showing results for 
Search instead for 
Did you mean: 

stemwin library with STM32F429DISCOVERY can not display

874364169
Associate II
Posted on October 10, 2014 at 09:29

I have used the stemwin to display on my STM32F429DISCOVERY board,but this stemwin library use the STM32CubF4 library.I want to use UCOS III and stemwin on my board ,but there are many difference between STM32CubF4 library and the STM32F4xx_DSP_StdPeriph_Lib, the UCOS III used the STM32F4xx_DSP_StdPeriph_Lib,i can not use them in one project .what should I do to use them in a project.

#stemwin #ucos-iii #stm32f429discovery #stemwin
2 REPLIES 2
Amel NASRI
ST Employee
Posted on October 10, 2014 at 12:51

Hello,

The STM32F429 discovery firmware package (

http://www.st.com/web/en/catalog/tools/PF259429

) is supporting the STemWin GUI library. You can use it.

-Mayla-

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.

874364169
Associate II
Posted on October 10, 2014 at 13:29

   This library support a stemwin example ,but it used the freeRTOS ,I have tried to transplant it to another program without RTOS ,but the program can not display on my board .Can you support a 

example of the stemwin without any RTOS and use the STM32F4xx_DSP_StdPeriph_Lib.thanks!