2014-10-10 12:29 AM
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 #stemwin2014-10-10 03:51 AM
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.
2014-10-10 04:29 AM
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!