Skip to main content
SChan.8
Associate II
February 5, 2021
Question

Understanding STM32 Sequencer ( Simple scheduler )

  • February 5, 2021
  • 6 replies
  • 6100 views

I am going through the Hands-on2 and Hands-on3 in STM32WB55 MOOC. In the both examples sequencer or simple scheduler is used for the BLE. Inside the while loop I found only the Seq_run() function. I want to learn how the sequencer works. Can anyone provide me resources for this ?

This topic has been closed for replies.

6 replies

Remi QUINTIN
ST Technical Moderator
February 15, 2021

Pplease have a look at the atached document. It explains how the sequencer works.

SChan.8
SChan.8Author
Associate II
February 16, 2021

@Remi QUINTIN​  Thank you very much. Can I use the sequencer for whole program?

Remi QUINTIN
ST Technical Moderator
February 16, 2021

​I did not catch your question. What do you mean with the term "whole program"?

SChan.8
SChan.8Author
Associate II
February 16, 2021

I am using BLE as part of my program. If I want to use BLE I am enabling the sequencer. Now I want to use the sequencer for my whole program. Did you get my problem?

Remi QUINTIN
ST Technical Moderator
February 16, 2021

​Not exactly. there is no limitation in the use of the sequencer. The sequencer can be used to schedule any tasks running in your program.

Piranha
Principal III
February 17, 2021

Also take a look on AN5289 section 4.4.