Page 1 of 1

18F2553 USB HID Error

Posted: Sun Jun 28, 2009 11:46 pm
by speed64
Hello, to all those with the PIC 18F2553, and 18F4553 USB HID want to work.
I had a problem with the HID keyboard demo.
There was always at the same compile error. TXreportram etc.
Did the error in the USB config found.
Both PIC were not registered.
Have changed and now it works.
Here is my modification.
To see UCBHID-INCLUDES USBSYSTEM and then scroll down to the bottom.
Here then the two PIC register and save again.
/ / ************************************************ ***************************
/ / Does device support extended dual port RAM
/ / ************************************************ ***************************
# if _device in (18F2455, 18F2550, 18F2553, 18F4455, 18F4550, 18F4553)
# define USB_EXTENDED_RAM = true
# else
# define USB_EXTENDED_RAM = false
# endif

Yours sincerely
Speed64