Can DMA transfer directly to FMAC memory on STM32G4?
I want to use the FMAC to streamline weighted sum calculations using the FIR feature in non-circular mode. I have an array who's individual values are populated asynchronously via DMA and I use this array as the X1 buffer, but I missed that the buffer has to be within the FMAC local memory.
Loading the entire X1 buffer sequentially from already transferred values for each calculation hurts performance, so I'm hoping there's a way to do DMA transfers directly to the individual X1 FMAC memory locations. Is this possible?
