Skip to main content
DOren.2007
Associate II
May 4, 2020
Question

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 wo

  • May 4, 2020
  • 3 replies
  • 986 views

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

This topic has been closed for replies.

3 replies

MHell.1
Associate II
May 6, 2020

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

DOren.2007
Associate II
May 6, 2020

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

Remi QUINTIN
Technical Moderator
May 7, 2020

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.