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.

TM4C123GH6PZ: how can i re-compile the usblib and debug it?

Part Number: TM4C123GH6PZ

Hi TI:

    how can i re-compile the usblib and debug it?

    I import a tivac rtos example, and i change some usblib code, i found it will not be recompiled?

   Thanks

  • Please be more specific. Did you try to recompile the usblib or did you copy usb source files into your project? What errors did you get? What did you change?

  • Hello Yao,

    Yao Aili said:
    I import a tivac rtos example, and i change some usblib code, i found it will not be recompiled?

    Did you import the usblib project into CCS? That is how to re-build the library after making changes, otherwise it will not applied to the .lib file. Alternatively, you can manually add all the usblib files to your project which may be better during development.