Hi, guys
i try to use emwin and freeRTOS on my stm32f4 board, but i found something really wired
I found the task include emwin function(like WM_Exec(),GUI_TOUCH_Exec() or GUI_DispStringAt()) can not work with any another tasks even its empty task
but when i only run emwin task the system works fine.
i make macro GUI_OS is 1 GUI_MAXTASKis 5 emwin memory to 64k bytes
freeRTOS heap size from 90k bytes
system heap and stack size to 8k bytes
this is maximum ram i can provide but the system still not works
some one can help me?
i try to use emwin and freeRTOS on my stm32f4 board, but i found something really wired
I found the task include emwin function(like WM_Exec(),GUI_TOUCH_Exec() or GUI_DispStringAt()) can not work with any another tasks even its empty task
but when i only run emwin task the system works fine.
i make macro GUI_OS is 1 GUI_MAXTASKis 5 emwin memory to 64k bytes
freeRTOS heap size from 90k bytes
system heap and stack size to 8k bytes
this is maximum ram i can provide but the system still not works
some one can help me?