Question
Hard Fault error with Emwin & FreeRTOS
I am working with ST32F469 Disco and I am using FreeRTOS and emWin library.
When I am calling Gui_Init() before starting FreeRTOS kernel, my application works fine with no problems. When I move Gui_Init() To the task which is used for emWin scheduled before While(1), I always had a hard fault error. If I only moved the function before the schedule again it works fine. I had only one task which calls the Gui_Exec(). It seems it is a problem with the FreeRTOS configurations but I am not able to catch it.
Anysupport about this issue?
