This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB_CM3 Library

I am currently trying to write a driver for a custom class usb device. I believe this requires editing of functions held in the USB_CM3 library.

I have tried to find the location of these functions however cannot access the library. Is there any way to edit this library?

Thanks

  • No, the custom class does not require editing USB_CM3.lib, that is library and contains all necessary functions for USB and all user functionality is implemented through user implemented functions called by the library.