STM32H723ZG USB CDC ADC DMA
I am using STM32H723ZG nucleo board. When I enable HAL_ADC_Start_DMA(&hadc1, (uint32_t*)adc_buf, ADC_BUF_LEN); USB Virtual port doesn't show up and when I disable it, it shows up. Can anyone explain what could be the issue?

I was able to print "Hello" character using CDC_Transmit_HS function when DMA(in circular mode) wasn't enabled. When I enabled it, Virtual port doesn't show up. Please help me with this.


Above is the clock setting.