2022-08-16 12:56 AM
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.
Solved! Go to Solution.
2022-08-16 01:47 AM
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
2022-08-16 01:47 AM
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
2022-08-18 02:16 AM
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