2020-04-15 06:48 AM
I want to make freeRTOS touchgfx on simulator (GUITask, TransDataTask). Does TouchGFX support for freeRTOS on simulator?
Please help me. Thanks
Solved! Go to Solution.
2020-04-15 11:09 AM
It's not something we support. The TouchGFX simulator runs on SDL for rendering and input (touch/click. FreeRTOS _have_ made a windows simulator but it would require a lot of work to make TouchGFX run on top of that as well, for a lot of reasons.
/Martin
2020-04-15 11:09 AM
It's not something we support. The TouchGFX simulator runs on SDL for rendering and input (touch/click. FreeRTOS _have_ made a windows simulator but it would require a lot of work to make TouchGFX run on top of that as well, for a lot of reasons.
/Martin
2020-04-15 03:17 PM
on simulator, can i use interrupt to do something and go back? For EX: when i do something in while(), i want to have interrupt to read data, and jump to while again. How to do it? (I use model::tick , but not sure).
Please help. Thanks
2020-04-20 07:39 AM
You could use your physical keyboard to simulate an interrupt.