cancel
Showing results for 
Search instead for 
Did you mean: 

how to make free RTOS on simulator?

NHo.1
Associate III

I want to make freeRTOS touchgfx on simulator (GUITask, TransDataTask). Does TouchGFX support for freeRTOS on simulator?

Please help me. Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

View solution in original post

3 REPLIES 3
Martin KJELDSEN
Chief III

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

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

You could use your physical keyboard to simulate an interrupt.