Hello All!
i'm trying to add my application to OS(os3.7,http://www.stm32circle.com/projects/project.php?id=49), and the application should be called from the main menu. when i follow a example, they offer a c file: application.c, primer2_circle.elf and and fat.elf. in the application, we can add the initialization code in Application_Ini (), and the main code in MENU_code Application_Handler.
in the os3.7, i think one should define the initalization func and the handler func oneself, but now i do not really know how to do that, can someone help me?