I am in the process of setting up emWin to run AppWizard project on a custom board target (custom bsp) with NXP MK22FX512AVLQ12 MCU.
There appears to be a library call "APPW_Init()" that is found in APPMainTask.c for most BSP examples that use emWin 6.10f along with AppWizard:
Display All
Is the APPW_Init() call needed when compiling code in my custom board target project?
What happens if APPW_Init() is commented out (or not used)?
Not exactly sure, but what files from "APPW_PROJECT_PATH" are accessed when App_Init() is called?
There appears to be a library call "APPW_Init()" that is found in APPMainTask.c for most BSP examples that use emWin 6.10f along with AppWizard:
C Source Code
What happens if APPW_Init() is commented out (or not used)?
Not exactly sure, but what files from "APPW_PROJECT_PATH" are accessed when App_Init() is called?