We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.