STM32U5 USB problem
I'm having problems with USB on NUCLEO-U575ZI-Q (STM32U575).
I've created from scratch project in CubeIDE for USB CDC ACM device, and set up all th peripherals as in the example STM32Cube_FW_U5_V1.4.0\Projects\NUCLEO-U575ZI-Q\Applications\USBX\Ux_Device_CDC_ACM - USB_OTG_FS, UCPD1, USART1 and GPDMA. Also I inited ThreadX, USBX and USBPD in the Middleware section identically to the example.
I've checked all the settings in .ioc file, they are identical to one form example, also all the source code is borrowed from the example too and I can't find a difference, but my project doesn't work.
I can't get OTG_FS_IRQ when I attach or reattach USB cable to the board. UCPD1_IRQHandler is happening, but OTG_FS_IRQHandler - not. Also I can't see any difference in USB peripherals in debug mode between my project and example.
I'm attaching my project below.
Appreciate any help.
