cancel
Showing results for 
Search instead for 
Did you mean: 

I'm trying to do the hands on example on the stm32wb55 in the stm32cubeIDE and in the hands on they include the scheduler.h and call the fuction SCH_Run(~0); however in STM32Cube_FW_WB_V1.6.0 there is no scheduler files, how do i make the hands on work?

DOren.2007
Associate II

is there any documentation how to use the stm32wb55 in the stm32cubeIDE with STM32Cube_FW_WB_V1.6.0?

3 REPLIES 3
MHell.1
Associate II

Same question here... the video materials seem outdated. I am stuck here...

DOren.2007
Associate II

I manged to solve this in the end just change the lines with "SCH_" to "UTIL_SEQ_" and they should work.

Remi QUINTIN
ST Employee

The scheduler does not exist anymore. A sequencer has replaced it.

You can find similar calls to the scheduler in the STM32Cube_FW_WB_V1.6.0\STM32Cube_FW_WB_V1.6.0\Utilities\sequencer directory.