Content originally posted in LPCWare by chiasyan on Sat Nov 30 06:36:20 MST 2013
Hi,
Is the pre-compiled emWIN library work on RTOS environment?
I have ported emWIN library into FreeRTOS. Works at first, but after running for some time, emWIN stop executing.
The "GUI_Exec()" or "GUI_Delay()" is still being called in a FreeRTOS task (task is still running at this point) but has no effect on the LCD.
I am not sure what is happening, still searching for the root cause(s).
It might be my own mistake somewhere but just trying to eliminate this OS version library posibility.
I noticed that ST provide separate libraries for OS and NON-OS library.
Please assist, thank you.