Speed problem with freeRTOS

alemg77
Posts: 4
Joined: Fri Apr 06, 2018 3:53 pm

Speed problem with freeRTOS

Postby alemg77 » Fri May 11, 2018 12:43 pm

When I started using freeRTOS I noticed that it runs much slower. My application is an HTTP server and the client loads the pages more slowly. Is this inevitable?

I started using freeRTOS because I want to use both processors. Is it possible to use both processors without using freeRTOS?

ESP_Angus
Posts: 2344
Joined: Sun May 08, 2016 4:11 am

Re: Speed problem with freeRTOS

Postby ESP_Angus » Mon May 14, 2018 3:01 am

Hi alegm77,

It's not intentional that adding FreeRTOS tasks to an Arduino project will make anything run slower. However, it is a possibility depending on exactly what these tasks are doing. Is there any information or code you can share?

The only way to use run your code on both cores is to introduce FreeRTOS task(s) to Arduino.

Angus

Who is online

Users browsing this forum: AdsBot [Google] and 61 guests