I have a working RTOS application on stm32fx device, and now I'd like to add UI created by EmWi.
I'm not sure which one is better ?
1. Add RTOS to IAR project that generated from EmWi
2. Include EmWi generated code into my exist IAR project
I had tried the first one. Modified from the FreeRTOS version generted by EmWi, and I replaced all of codes according to the EW_USE_FREE_RTOS define
But the screen didn't show correctly, it looks much bigger and repeatly, here is an picture for PaperCutter example:

Did anyone have experience to integrate other RTOS besides FreeRTOS? Any suggestions will be appreciated, Thanks!