Skip to main content
OTern.1
Visitor II
June 28, 2022
Question

Documentation for ST scheduler

  • June 28, 2022
  • 1 reply
  • 1318 views

Hello

For a project that I am working on I need a simple scheduler, a full RTOS is more complex than I need. My first idea was to build one myself but I noticed that when using STM32Cube to generate code to for example run bluetooth a scheduler is included. I can however not find any documentation regardning this scheduler.

Does anyone have any information detailing how this scheduler works?

Is this scheduler built for demonstration purposes only or have anyone built a project around it?

Greatful for any help

This topic has been closed for replies.

1 reply

Petr DAVID
ST Employee
June 28, 2022

Hello OTern.1,

welcome to the ST community and thank your for your interest in our products. I guess you mean the ST Sequencer code that is usually imported together with our BLE example codes. There are several usefull sources of information regarding Sequencer:

  1. Check out the application note AN5289 on building wireless application - there is chapter on the topic of how to use the Sequencer
  2. Further info could be found on STM32MCU wiki page here
  3. There is also video with explained usecase of this library

If I have answered your question and you have find my answer useful, please click on Select as Best. This will help other users with the same problem to find the solution faster!