Question
Are there HAL functions to generate DMAMUX events?
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!