2025-04-16 2:06 AM
I want to add the STM32 sequencer utility (https://wiki.st.com/stm32mcu/wiki/Utility:Sequencer) into my STM32L072 project.
I have downloaded the STM32Cube_FW_L0_V1.12.3 package for STM32L0 but there is no "sequencer" folder for the utility. Besides, there is no option in STM32CubeMX to add the sequencer utility.
Where can I find the STM32 sequencer utility for STM32L0?
Thanks!
Solved! Go to Solution.
2025-04-16 9:37 AM
Hello @molecule.192,
Thank you for your report.
The Utility Sequencer is not available for the STM32L0 series. However, you can use the WB sequencer and port it to the L0 series since the sequencer has low hardware dependency and is easy to port.
You can find the WB sequencer here:STM32CubeWB/Utilities/sequencer at master · STMicroelectronics/STM32CubeWB
With Regards,
2025-04-16 9:37 AM
Hello @molecule.192,
Thank you for your report.
The Utility Sequencer is not available for the STM32L0 series. However, you can use the WB sequencer and port it to the L0 series since the sequencer has low hardware dependency and is easy to port.
You can find the WB sequencer here:STM32CubeWB/Utilities/sequencer at master · STMicroelectronics/STM32CubeWB
With Regards,
2025-04-16 9:43 AM
@ASEHST wrote:The Utility Sequencer is not available for the STM32L0 series.
@ASEHST That's not at all clear from that Wiki article.
Please update that article to say what MCUs are supported.
@ASEHST wrote:You can find the WB sequencer here:STM32CubeWB/Utilities/sequencer at master · STMicroelectronics/STM32CubeWB
Does this mean that, in fact, this sequencer is only available for the WB ?