USBx Msc not working on STM32H563-Nucleo board
Hi,
I have got the filex + levelx working with qspi nor flash chip ( 16 MB size )along with threadx.
However I am not able to get the USBX MSC to work to see the files by attaching the STM32H563 Nucleo board to a PC.
But the USBx stack doesn't seem to work. I have checked and used all the code from a ready STM32H573 discovery project give by ST Micro.
The USBPD stack uses the void USBPD_DPM_Notification(uint8_t PortNum, USBPD_NotifyEventValue_TypeDef EventVal) function to call start the USB interface.
But the USBPD_DPM_Notification() doesn't get called.
I am unable to get the USBx CDC ACM working along side Filex as well.
