2022-07-19 06:46 AM
I'm programming an STM32L552, and I've used HAL functions to configure DMAMUX synchronization. There's a field that enables DMAMUX events, but I haven't found any functions that generate DMAMUX events.
According to the documentation, "The DMAMUX may also be used as a DMA request generator from programmable events". How do you program these events? Thanks!
2022-08-01 07:52 AM
Hello @mattscar ,
I advise you to refer to these resources that will help you to how to configure the DMAMUX with example using the DMAMUX request:
Imen