I'm using PIC18f4550
There isn't a software, the pic can't connect to the pc.
My CCS compiler is version 4.1
My device connects to the pc using USB HID. It was working, but now I need to use RDA i ...
I need to use the RDA interrupt in my firmware, but when I call it with #int_rda, I have problems when the device trys to enumerate with the SO using USB HID. I'm using Windows 7. What should I do?