2019-10-03 08:29 AM
Hello
I'm trying to follow an example from "STM32WB Workshop - 3 How to add BLE functionality", but on the step with adding the scheduler I have a problem. There is no such a files in my project (scheduler.c & .h). I was doing everything step by step like in the video, but after generating a code files were not created.
I can just copy them from demo projects or github of stm32wb firmware package, but I want to understand what the reason of happening it.
Thank you!
2019-10-04 03:57 AM
You should use the latest CuveWB FW v1.2.0 version.
This scheduler does not exist anymore. A sequencer is provided instead. It is available in the utilities of the V1.2.0 delivery.
2020-12-12 08:36 AM
Thanks Remi!
That's right, include "stm32_seq.h" instead of "scheduler.h" and use "UTIL_SEQ_Run(~0);" instead of "SCH_Run(~0);" (i'm using tilde characters but for some reason they're showing up as long dashes).
2021-03-08 02:32 PM
Hi DK.6 where can one find a list of changes to libraries like the one you've mentioned?
2022-06-26 04:19 AM
Hi TomC!
That's a good question! Sorry I'm not sure, I'm just a customer like you XD
Maybe if someone from ST can post where changelogs are stored?
It's been a while, but I think my answer from above was probably from comparing the code commits in git.