18F2553 USB HID Error

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
speed64
Registered User
Registered User
Posts: 13
Joined: Mon Jul 09, 2007 10:45 am
Location: Germany Barßel

18F2553 USB HID Error

Post by speed64 » Sun Jun 28, 2009 11:46 pm

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

Post Reply