Page 1 of 1

RTOS

Posted: Thu Sep 16, 2010 9:48 pm
by kunibabina
How to use RTOS in Flowcode for PIC ? For Example prioritizing the tasks, running multiple tasks etc.

Re: RTOS

Posted: Fri Sep 17, 2010 7:45 am
by Steve
The current version of Flowcode does not have an RTOS functionality, but we are looking into this for future versions.

Re: RTOS

Posted: Wed Nov 20, 2019 2:19 pm
by chad
Hey Steve, So it's been 9 years, how's that "looking into this" going :)

Chad

Re: RTOS

Posted: Wed Nov 20, 2019 2:28 pm
by Benj
Hi Chad,

It's something we've looked at a few times under different compilers.

There was the RTOS built into BoostC, there's also FreeRTOS and we have also considered creating our own utilising a timer peripheral.

We have had code running using FreeRTOS but not nicely integrated into Flowcode so it's easy for a customer. The problem here is that Flowcode is designed to try and be as easy as possible but an RTOS complicates the UI somewhat.

So far we have'nt managed to get RTOS onto the major version feature list, however saying this we have been playing around with the ESP32 toolchain which is a FreeRTOS setup behind the scenes.

So officially it's still not being worked on but is something we keep coming back to. If it's something that customers want then yes we will certainly investigate. We recently did some polls and unfortunatley the RTOS functionality ranked quite low with our users.