USB device as MSC starting from cubeMx
Hello,
I try to add MSC feature to my app. MCU is L452.
To avoid side effects, I started a brand new app with cubeIDE/Mx.
I activated USB_DEVICE feature.
I declared the USB_DEVICE as mass storage class.
I had a look to the MSC_standalone example from G0 cube library and did not see more calls to the usb lib from the main (except PD features that are not relevant for me) than the call to MX_USB_DEVICE_Init(); Nothing in the intrerrupt file too.
For this reason, I was expecting my device to appear in windows explorer as an external storage (of course with no data because nothing is implemented at this level) but it's not the case. I put some breakpoints in usbd_storage_if.c but none of the functions is called.
Are there some more calls I should do to make my PC discover my device as usb storage? or should I suspect a hardware failure?
Thanks
Julien
