Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I am trying to get emWin to work with mbed-os but it seems to be stuck in infinite loop inside GUI_Init() (can confirm the same over debugger). I know for certain that the MCU is not stuck in hard fault since I have another thread running which is flashing an led. Details: I am trying to run a basic hello world test with main thread writing to GUI and another thread flashing an led. Snippet of code below: main() { GUI_Init(); /* Enable Window Manager Multibuffering */ WM_MULTIBUF_Enable(1); GUI_…