CubeIDE how to configure USB HS with internal FS Phy for DMA transfer on STM32F4
Following on from this question USB FS speed vs USB HS with internal FS Phy with DMA it seems that USB HS has access to DMA but there is no information on how this is configured. I do not see any additional DMA options appear in Cube IDE when I have enabled the above options.

Note I have enabled the option: Enable internal IP DMA

I would like to setup the following pipeline:
- Peripheral to Memory (see above I2S3_EXT_RX): receive sensor data and buffer small number of bytes to memory
- Memory to USB DMA transfer: send the data immediately out of the MCU over USB connection
I cannot see how to configure the number 2: the Memory to USB DMA transfer
Is this configurable in CubeIDE or perhaps only in software? Given the crucial role this plays in the board's operation, I want to confirm its feasibility before proceeding. If not, I would change to a STM32 that would allow this scheme.
Regards,
