2025-11-25 10:42 PM - last edited on 2025-11-26 1:40 AM by Andrew Neil
Version: STM32CubeMX 6.16.0
MCU: STM32WB15CCU6
Untilities Sequencer can not enabled, which says connectivity WM's not enabled.
But no "WM's" in connectivity page.
How to enable sequencer?
2025-11-26 12:55 AM - edited 2025-11-26 12:57 AM
Hello @Jason927
The "Active only if Connectivity MW's are enabled " means that this peripheral will only be active if one of the connectivity middlewares, such as BLE, THREAD, or ZIGBEE, is enabled under STM32_WPAN.
BR, Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-11-26 1:06 AM
I'm already enabled BLE function, sequencer still in gray.
And without these seq files, STM32CubeIDE build failed.
2025-11-26 1:31 AM
Hello @Jason927
Could you please provide your IOC so that we can further investigate the issue?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-11-26 1:36 AM
2025-11-26 1:43 AM
@Jason927 wrote:says connectivity WM's (sic) not enabled.
It actually says MWs - presumably meaning Middle Wares
@Jason927 wrote:But no "WM's"(sic) in connectivity page.
MWs - Middlewares - would be in the Middlewares page ...
2025-11-26 1:48 AM
I found after use AZRTOS_WB, sequencer is disabled. If not use AZRTOS, sequencer is OK.