Hi,
I am trying to use USB port on TM4C123GH6PH as a Virtual comport but i am facing too many problems.
The example code is working well (usb_div_serial.c) but when I want to add USB part to my code there are some errors.
when I am adding following heading to my code an error appear that I do not know what is the source of the error and how can I solve it. Attached file shows the error.
#include "driverlib/usb.h"
#include "usblib/usblib.h"
#include "usblib/device/usbdevice.h"
#include "usblib/device/usbdcdc.h"
Could you please let me know how can solve the error?
thanks



