MDMA rotate Matrix 90° (transpose)
Hello,
I have a application that requires Matrix transposition in a efficient and fast way. I know there is a cmsis dsp matrix transposition function but maybe the MDMA could do this without CPU intervention?!
I found an example in the STM32 Cube H7 Repo and it is talking about 90 ° rotation, but it is not done in the source... only mirroring and 180° rotation.
Is it possible? I don't get the clou of the block offset address behaviour at the moment.
Thanks
Sebastian
