STM32H7 DualCore and DMA MEM2MEM IRQ Handlers generate only at M7's side
Is there a way in STM32CubeMX for STM32H7 DualCore projects to choose where to generate IRQ Handler for DMA in MEM2MEM mode?
My use case is as follows:
Regarding performance I stay only at D2 domain side (M4's side).
I don't want to use D1->D2 or D2->D1 bridges, so at the moment, my main application is at M4's side.
I use:
STM32CubeIDE in Version: 1.7.0
that embeds STM32CubeMX in Version: 6.3.0-RC5 Build: 20210714-1111 (UTC)
When I activate DMA in MEM2MEM mode, there is no way to tell the STM32CubeMX tool that I want it's IRQ Handler to be generated on M4 side - like for every other periphery.
It always generates it at M7's side no matter if I choose to show all interrupts at the following picture and tick one that I want at M4's side.

