Hello Sivamurugan, It's technically possible to use GUIX in another environment - you'll need to build GUIX from Source and disable ThreadX binding. You'll also need to provide timer and queue services as GUIX requires them to operate. GUIX Adaptation Framework for handling D/AVE2D and JPEG initialization as well as buffer toggling will not be functional in this scenario. Generally, it will be quite difficult to implement (unless you already have another RTOS) and not recommended (GUIX for Synergy has been implemented to work with ThreadX only). You can use ThreadX in time-critical application. To do that, use high-priority thread and hardware timer callback for precise delays. Regards
↧