Hi
I've added AppWizard created source to an existing base project but it fails at APPW_CreateRoot. Am wondering if you can let me know if this is compatible with my base project?
AW output is attached (simulation folder removed: too big)
Other:
Tried these, all failed:
I could not find an ES project to reference, finding only examples for AW not a full project.
If AW is not suitable for non-commercial trial with STemWin then I understand, not a problem. Knowing that would, at least, save me investigating it any more.
Thanks
Mark
I've added AppWizard created source to an existing base project but it fails at APPW_CreateRoot. Am wondering if you can let me know if this is compatible with my base project?
AW output is attached (simulation folder removed: too big)
Other:
- MDK-Community
- FreeRTOS
- STemWin532 (used as library from ST, not from within the MDK Environment)
- GUIConf allocates 1.5M to emWin
- STM32F429 + LTDC M565 - 320 x 240
- GUIConf is called from my GUI_Init
- emWin runs fine before I get to AW MainTask
- FreeRTOS stack on this GUI task is 8k
Tried these, all failed:
- remove my call to GUI_Init (in case I am not supposed to call it as AW may do it)
- removed all my emWin code between GUI_Init and AW MainTask (in case these affected it even though it was just GUI_Clear and simple stuff)
- increased the MainTask stack (no idea what it should be but I went up to 40k)
I could not find an ES project to reference, finding only examples for AW not a full project.
If AW is not suitable for non-commercial trial with STemWin then I understand, not a problem. Knowing that would, at least, save me investigating it any more.
Thanks
Mark