2019-10-23 01:21 AM
It does not work , it gets detected as unknown device,what am i missing , should i add something more to cube mx generated code. Thanks.
Solved! Go to Solution.
2019-10-23 07:27 AM
There's a MSC example available in the Cube-L0 package here: STM32Cube_FW_L0_V1.11.2\Projects\STM32L073Z-EVAL\Applications\USB_Device\MSC_Standalone
2019-10-23 07:27 AM
There's a MSC example available in the Cube-L0 package here: STM32Cube_FW_L0_V1.11.2\Projects\STM32L073Z-EVAL\Applications\USB_Device\MSC_Standalone
2019-10-25 03:32 AM
hi, thanks i did refer the example above , for my own code generated by cubemx, their is no difference much implementation is the same, i have a custom board with a nucleo -L073R mcu on it , do not have the stm32L073z-eval board , as i had posted earlier the usb is detecting as an unknown device , but why can't it register it as stm Mass Storage device as give in the usbd_desc.c file . Have i missed something .Thanks .
2019-10-28 04:28 AM
Hi Thanks , issue was due to clock, thanks for the reference example.