Hello,
we use EMBOS and EMWIN in our project on a STM32F4. The GUI has its own task
where we periodically call GUI_Exec1() and OS_Delay() until all jobs are done.
Unfortunately GUI_Exec1() takes too much time (slices of about 50ms, and we
have a really savage watchdog who kicks in). Is it
somehow possible to split GUI_Exec1()?