Author |
Message |
Topic: 18F8720, AT29C1024.C does it work?? |
lferrari
Replies: 2
Views: 7739
|
Forum: General CCS C Discussion Posted: Wed Mar 09, 2005 2:47 am Subject: 18F8720, AT29C1024.C does it work?? |
Yes, I'm using it but I'm not sure about debbuging it(address bus does not appear to change) and also the pic external bus has got 20bit (addressing) ok no prob., and what about the 16bits that used t ... |
Topic: 18F8720, AT29C1024.C does it work?? |
lferrari
Replies: 2
Views: 7739
|
Forum: General CCS C Discussion Posted: Tue Mar 08, 2005 10:01 am Subject: 18F8720, AT29C1024.C does it work?? |
Hi,
I have the 18F8720 and I am trying to debug the application using the device library at29c1024.c but the debugger doesn't seem to move any bits of the bus.
I did set the tris D,E,H,J as output ... |
Topic: USB and PIC18F2455/2550/4455/4550 |
lferrari
Replies: 13
Views: 23161
|
Forum: General CCS C Discussion Posted: Thu Feb 10, 2005 10:54 am Subject: USB and PIC18F2455/2550/4455/4550 |
Hi Guys,
I have updated my CCS and now I've got a sample (PIC18F2455) and the big question is how difficult is it to convert from USB 1.0 (16C745) to a 2.0, I went though the ccs sample ext_usb_hid ... |
Topic: HID packet size |
lferrari
Replies: 1
Views: 6769
|
Forum: General CCS C Discussion Posted: Fri Oct 15, 2004 4:48 am Subject: HID packet size |
Hi,
I'm using pic16c745 as usb driver. I compiled it and loaded it usefully. now I'm tryng to change the spec from two bytes to 8 bytes but for any reason the ccs sample ex_usb_hid.c wont let change ... |
Topic: usb to pc |
lferrari
Replies: 1
Views: 7543
|
Forum: General CCS C Discussion Posted: Fri Oct 15, 2004 4:30 am Subject: usb to pc |
Hi,
Try that link, it may help.
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1824&appnote=en012103 |
Topic: USB 16C745 |
lferrari
Replies: 4
Views: 9735
|
Forum: General CCS C Discussion Posted: Fri Jun 04, 2004 8:17 am Subject: USB 16C745 |
Yes! you are right Darren, somehow I have deleted the line that enables 16Bits , so all this work for nothing.
I have tried again and it works ok.
Many thanks
Leo |
Topic: USB 16C745 |
lferrari
Replies: 4
Views: 9735
|
Forum: General CCS C Discussion Posted: Wed Jun 02, 2004 3:48 am Subject: USB 16C745 |
Hi,
I have tried the ex_usb_hid.c and to be honest I'm about to give up.
The compiler comes up with errors like "Constant out of range" in pic_usb.h on "uep=0x1A0;" where uep is an int8*, but I'm ... |
|