Skip to main content
molecule.192
Associate
April 16, 2025
Solved

STM32L0 - Where can I download STM32 sequencer utility?

  • April 16, 2025
  • 1 reply
  • 441 views

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!

 

Best answer by ASEHST

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,

1 reply

ASEHSTAnswer
ST Employee
April 16, 2025

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,

"If your question is answered, please close this topic by clicking ""Accept as Solution""."
Andrew Neil
Super User
April 16, 2025

@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 ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.