2020-05-04 07:16 AM
is there any documentation how to use the stm32wb55 in the stm32cubeIDE with STM32Cube_FW_WB_V1.6.0?
2020-05-06 03:02 AM
Same question here... the video materials seem outdated. I am stuck here...
2020-05-06 04:01 AM
I manged to solve this in the end just change the lines with "SCH_" to "UTIL_SEQ_" and they should work.
2020-05-07 09:08 AM
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.