Hi,
I am trying to implement USB device Mass Storage using MPC5748G USBOTG module.
Currently I am using MPC5748GEVBUG.
So I ported the freescale STACK USB Device to this MCU since there was not a similar example on the SDK.
In fact, I did some changes on the eval board, I changed the 1Kohms resistor(OTG R37), to a resistor of 20Kohms, Because it was mentionned on the datasheet of USB83340.(I might be mistaken)
So I developped the bare metal layer, based on the reference manual of mpc5748g, but till now I received the setup packet on the queue head that I declared, however I did not received an interrupt for the setup packet even if it was allowed.(in the USB interrupt register bit 0 is set, and IOS bit is set to 1 in the queue head configuration of endpoint 0 Out)
Thanks!