View previous topic :: View next topic |
Author |
Message |
slaxtrack
Joined: 09 Jul 2010 Posts: 2
|
HOW TO PATCH pic18_usb.h TO WORK WITH PIC18F24J50 |
Posted: Fri Jul 09, 2010 3:27 pm |
|
|
I need your help
I have a 18F24j50 and I can not compile with the library pic18_usb.h
#error Unknown PIC device, USB not supported in this library.
I can do ?? |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Jul 09, 2010 4:22 pm |
|
|
In vs. 4.109, the pic18_usb.c file refers to it:
Quote: |
c:\program files\picc\drivers\pic18_usb.c
#elif ((getenv("DEVICE")=="PIC18F24J50") || (getenv("DEVICE")=="PIC18F25J50") || \
|
If you own the compiler, you could email CCS with your user reference
number and ask if they will email you the latest usb files. Or if you have
current maintenance, you could download the USB files from this page:
http://www.ccsinfo.com/compilerupdates.php |
|
 |
|