STM32F446VET USB FS Peripheral isn't working
Hi all,
I've met a weird issue, when using STM32F446VET chip to connect PC by USB, and PC alerts 'USB can't be recognized'.
I've go throught some related topics on the forum, but unfortunately all didn't help. For example,
1) disable VBUS sensing
2) increase stack and heap size to 0x2000 or even 0x10000 .
3) since the board is powered by USB, and STM32F446VET doesn't have VBUS pin. I've tried to add an external pull-up 1.5KΩ resistance
4) make sure USB clock is 48MHZ
When i try to inspect the code(STM32F446ZE-Nucleo example of STM32Cube_FW_F4_V1.25.0 package, downloaded from ST website), I found some other strange phenomenons:
1). the core provides USBRESET and ENUMDONE interrupts, but no OEPINT and IEPINT interrupts at all
2). the USB code provides RXF_LVL interrupt in OTG_GINTSTAT, but OTG_GRXSTSP remains 0, and OTG_DOEPTSIZ0 is 0x60080018(PKTCNT field is 1, indicating no packet is written into RX FIFO)
Has anybody met or solved similar question, or any other suggestion is really appreciated.
Thanks a lot !

