Content originally posted in LPCWare by Dill on Fri Mar 09 04:39:48 MST 2012
hi,
i try to run emWin without an OS on my IAR 1788 SK.
everything compiles fine, but when i call GUI_init() the system crashs. Its a little hard to debug, because we dont get the emWin-source code. i implemented the Logging mechanism via UART and did this:
#define GUI_DEBUG_LEVEL GUI_DEBUG_LEVEL_LOG_ALL
but i dont get any messages!?
Anybody some experiece with running emWIn without an OS?