cancel
Showing results for 
Search instead for 
Did you mean: 

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

nilesh-dryad
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Diane POMABIA
ST Employee

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

View solution in original post

2 REPLIES 2
Diane POMABIA
ST Employee

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

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