2.3k views
in System Integration by
As far as I understand from other postings, FreeRTOS is best supported for gcc toolchain.

But is there any summary about the pros and cons of using FreeRTOS? Are there any limitations on Embedded Wizard or on FreeRTOS when combining them?

1 Answer

0 votes
by

From Embedded Wizard point of view there is no need to use an operating system. Any UI application generated by Embedded Wizard can work with or without operating system.

Since the UI application is always running in one main UI thread (see Main Loop), there are no operating system services necessary.

This means, the usage of an operating system and the selection of a dedicated operating system depends on your entire application and your other software parts.

Most of our ready-to-use Build Environments are created to work with non OS (bare metal) or with FreeRTOS, since this is very popular.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...