cancel
Showing results for 
Search instead for 
Did you mean: 

missing scheduler.c & scheduler.h after generating a code in cudeIDE

PHerm
Associate

  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!

4 REPLIES 4
Remi QUINTIN
ST Employee

​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.

DK.6
Associate II

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).

Hi DK.6 where can one find a list of changes to libraries like the one you've mentioned?

DK.6
Associate II

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.