Finding issues in initializing the USB as CDC in the STM324x9I-EVAL board.
I am trying to establish communication between windows 10 and SMT324x9I-EVAL board through USB by setting USB in CDC class.
For starting with, i have used example application given with stm32f4 peripheral library package(en.stm32cubef4\STM32Cube_FW_F4_V1.23.0\Projects\STM324x9I_EVAL\Applications\USB_Device\CDC_Standalone\SW4STM32\STM324x9I-EVAL_USBD-FS).
Unfortunatly, the board is not getting detected in windows device manager and not receiving any interrupts in OTG_FS_IRQHandler.
After enabling VBUS detect, I am receiving OTG_FS interrupt for USB connect and disconnect events but after that no other activity is observed on the USB lines.
Please advice how to proceed further.
Note: JP16 is kept open.
