7 years ago.

mbed os 2 scheduler

Where can I find a scheduler library for mbed os 2? thanks

Question relating to:

Rapid Prototyping for general microcontroller applications, USB and 32-bit ARM® Cortex™-M0 based designs

What kind of scheduler do you need? I have seen at least one user made light weight scheduler, but of course really simple. Besides that you quickly just get to RTOS.

posted by Erik - 02 Apr 2017

RTOS doesn't work on LPC11U24, I think. Only supported is mbed os 2. However it's ok a simple (also non-preemptive) scheduler.

posted by Niccolò Ferrari 02 Apr 2017

If I remember correctly RTOS does work on the LPC11u24, but with a quite large overhead relative to its memory size. But quick search results in for example: https://developer.mbed.org/users/mimi3/code/Scheduler/docs/6fba65b703b6/Scheduler_8h_source.html. Next question would be if you really need a scheduler.

posted by Erik - 02 Apr 2017

Than you, however it's not essential, but it would help me. The problem is that is hard to find a complete api description of the scheduler, but I think that this scheduler is enough for me.

posted by Niccolò Ferrari 02 Apr 2017

https://developer.mbed.org/questions/77323/I-cant-compile-Mbed-RTOS-on-LPC11u24/ no rtos is not compatible with lpc11u24

posted by Niccolò Ferrari 02 Apr 2017
Be the first to answer this question.