Dear All,
I am trying run usb_dev*** project in /v140/F28M35x_examples_Master I am not able to even detect the USB as Unknow device. As I run the program usb_dev_serial I can able to see UartHandler is running and ReadUartData() where I can see in debugger it is writting data on USBRingBufWrite(&psVars->sRingBuf, pucData, ulLength); 1 byte at a time.
But I am not so confirm that data is coming out of buffer I cant see and wave on D+ and D- just for Indication it is Transmitting data.
--> How could I check that USB is detected on serial and data is visible on D+ and D- signal lines;
Thank you ;
Praveen