Skip to main content
nilesh-dryad
Associate II
August 16, 2022
Solved

X-CUBE-LPUART does not contain any project for STM32U5.

  • August 16, 2022
  • 2 replies
  • 1788 views

As per application note, it says X-CUBE-LPUART supports STM32U5. I am trying to find example for LPUART Reception in LPBAM but I am not able to find any example. Cube IDE has one example but LPBAM mode configured only for transmission. For the reception it is not even initializing LPBAM application. LPBAM itself is very complicated design. No proper documentation on it.

This topic has been closed for replies.
Best answer by Diane POMABIA

Hi @nilesh-dryad​

There is an example on cube Mx which concerns  how to handle LPUART transmission/reception between two boards with DMA linked-list feature in low power mode

through LPBAM utility. Its name is LPBAM_LPUART_TransmitReceive .

Regards

DianeP

2 replies

Diane POMABIABest answer
ST Employee
August 16, 2022

Hi @nilesh-dryad​

There is an example on cube Mx which concerns  how to handle LPUART transmission/reception between two boards with DMA linked-list feature in low power mode

through LPBAM utility. Its name is LPBAM_LPUART_TransmitReceive .

Regards

DianeP

Mohamed Aymen HZAMI
ST Employee
August 18, 2022

Hello @nilesh-dryad​ and welcome to the community,

You can find the LPBAM examples under this path:

"STM32Cube_FW_U5_V1.1.1\Projects\NUCLEO-U575ZI-Q\Applications\LPBAM"

Mohamed Aymen