Skip to main content
PHerm
Visitor II
October 3, 2019
Question

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

  • October 3, 2019
  • 2 replies
  • 1504 views

  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!

This topic has been closed for replies.

2 replies

Remi QUINTIN
Technical Moderator
October 4, 2019

​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
December 12, 2020

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

TomC
Senior
March 8, 2021

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

DK.6
Associate II
June 26, 2022

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.