Question
How to build an STemWin simulation?
Posted on November 16, 2017 at 09:29
I'm trying to setup some gui windows using STemWin. It would be very helpful if I could compile some simulations to run on a PC (I suppose Windows, Linux is out of the question?).
I have seen that in the STM32Cube_FW_F4_V1.17.0/Middlewares/ST/ST/STemWin/Simulation/ directory there are GUISim.lib, SimulationMinGW.res and WinMain.c files, but I have not found documentation on how I should use them (note that I don't know Windows as well as I know Linux). The STemWin Reference Manual has a chapter on simulation but does not mention these files.Where can I find a step-by-step guide to compile an STemWin simulation running on PC?
Where can I find some example that I can start from? Where can I find examples for both MSVC++ and MINGW (I suppose that MINGW is supported given the name of the foo file SimulationMinGW.res) best regards Max#stemwin #stm32f4 #simulation #mingw