Part Number: LAUNCHXL-F28379D
Dear Support,
I run usb_dev_bulk_cpu01 example on LAUNCHXL-F28379D evaluation board. This board doesn't have USB connector, but I thought that
uint32_t status = USBModeGet(USB0_BASE); should get correct status( all status values exist in usb.h file)
But I get status 0x98 . What status should I get ? USB_DUAL_MODE_DEVICE?
...
IntMasterEnable();
uint32_t status = USBModeGet(USB0_BASE);
// Main application loop.
while(1) {}
Thanks,Sabina