when will be available docs about BLE services/characteristics implemented in Cortex M0+ of STM32WB ?
And description of the scheduler used in application of "Cable Replacement"
And description of the scheduler used in application of "Cable Replacement"
Hello,
I cannot provide any committed date on the publication but this should come soon.
Here is a first quick answer
1/ The scheduler is a packaging of a standard while() loop implementation.
2/ The BLE services and characteristics are not implemented on the CM0+ side. All services and characteristics are defined on the CM4 side and the creation requests are sent to the CM0+ side.
You may check the BLE services provided in \Middlewares\ST\STM32_WPAN\ble\core\Src\blesvc as examples.
Regards
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.