Other Parts Discussed in Thread: EK-TM4C123GXL
Dear E2E forumers, I'm trying to communicate with TM4C123GH6PM on lunch pad board via usb. Provided stellaris example doesn't work either. My code constantly poll interrupt status register. and it never got changed but 0, regardless of usb host signals.It looks like a hardware issue Does any one made usb working on this part?
main...., etc. while(1){ ui8Status = HWREGB( USB0_BASE+ USB_O_IS) UARTprintf("\nUSBIntStatusControl=%x..\n",ui8Status); };