cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L0 - Where can I download STM32 sequencer utility?

molecule.192
Associate

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!

 

1 ACCEPTED SOLUTION

Accepted Solutions
ASEHST
ST Employee

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

View solution in original post

2 REPLIES 2
ASEHST
ST Employee

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

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