Tool/software:
I am trying to use the USB on the CPU2. I followed the example usb_ex1_dev_serial and when the example everything works fine. However, when I use it on the CPU2 on my project I always get the problem when doing // Initialize the transmit and receive buffers.USBBufferInit(&g_sTxBuffer); and USBBufferInit(&g_sRxBuffer); where it tells me that "We do not have enough contiguous space following the current write pointer to satisfy the request so do not provide a buffer."
I added the configuration of my USB and the value of both g_sTxBuffer and g_sRxBuffer for my project and the value of both when running the example.