cancel
Showing results for 
Search instead for 
Did you mean: 

What are the benefits of using LPBAM

DK3
Associate II

Hi,

I'm using STM32U575I-EV and CubeMX.

Please tell me about benefits using lpbam in CubeMX.

I thought that if I properly set up the peripherals that support LPBAM on the "Pinout & Configuration" screen, I could do the same thing as LPBAM Scenario.

When is it better to use LPBAM Scenario ?

Best regards.

 

1 REPLY 1
STTwo-32
ST Employee

Hello @DK3 

Two major advantages result from using LPBAM subsystem mechanisms:

  • Power consumption is optimized:

        Bus and kernel clocks are distributed only when needed.
        Most of the product parts can be shut down.
        Analog peripherals or oscillators are powered on only when necessary.

  • CPU bandwidth is offloaded:

        Peripheral configurations are done by DMA instead of CPU.
        Data transfers are done by DMA instead of CPU.

For more details, I suggest you refer to this WIKI and the AN5645.

Best Regards.

STTwo-32

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.