This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TIVAWare USB rx signal from PC

hi all

i am new to this tivaware and i am interested to play around with this microcontroller

currently i am facing problem about the USB, as i read through the Driverlib docs. i saw that only few command is useful for me to read the data from PC

uint32_t USBEndpointDataAvail (uint32_t ui32Base, uint32_t ui32Endpoint)
int32_t USBEndpointDataGet (uint32_t ui32Base, uint32_t ui32Endpoint, uint8_t pui8Data, uint32_t pui32Size)

this 2 may be useful as what i need but problem is not i wanted to have

my condition is something like this, i have developed my GUI which using VB, it can be connect the USB, able to tx data to device. but in using TM4C i not able to find any solution to do it which is condition as below

1. GUI will send out the signal which called "A" (i use alphabet as my command from PC to tm4c)

2. TM4C receive signal "A"

3. if TM4c receive signal A, GPIOF pin 1 LED will be light up. then will continue.

in current situation i saw that

data avail is use for reading number of byte in FIFO while the data get is get the data, i m not sure about pui8data is it the one data receive signal from USB

as long as i have the signal from USB, continue step should be easier for me to continue develop the application

thank and regard

C. roger