User Activity

Posted on January 09, 2015 at 19:00Can I use GUI_init (I mean gui library) without freertos? I've just seen a lot of examples with GUI_init, and all these examples were only with freertos. I'm trying to make a simple example (drawing something on lc...
Posted on January 03, 2015 at 11:04HelloI'm using stemwin library for stm32f429 discovery. I just try to create simple project like - ''Hello world''. And my program hangs in GUI_init, namely in _DMA_Fill in line:while (DMA2D->CR & DMA2D_CR_START) {...
Posted on January 02, 2015 at 23:32stm32f429 discovery gui_init hangs