cancel
Showing results for 
Search instead for 
Did you mean: 

Understanding STM32 Sequencer ( Simple scheduler )

SChan.8
Associate II

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 ?

6 REPLIES 6
Remi QUINTIN
ST Employee

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

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

Remi QUINTIN
ST Employee

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

SChan.8
Associate II

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 Employee

​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
Chief II

Also take a look on AN5289 section 4.4.