2021-02-05 02:37 AM
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 ?
2021-02-15 10:39 AM
2021-02-16 12:28 AM
@Remi QUINTIN Thank you very much. Can I use the sequencer for whole program?
2021-02-16 03:45 AM
I did not catch your question. What do you mean with the term "whole program"?
2021-02-16 04:54 AM
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?
2021-02-16 04:59 AM
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.
2021-02-17 06:43 AM
Also take a look on AN5289 section 4.4.