Author |
Message |
Topic: PIC18F4550 USB Error Code 10 on Vista |
nuwavedc
Replies: 11
Views: 20474
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2009 12:52 pm Subject: PIC18F4550 USB Error Code 10 on Vista |
Still getting error code 10. Now posting enumeration code looking for advice:
#IFNDEF __USB_DESCRIPTORS__
#DEFINE __USB_DESCRIPTORS__
#include "usb.h"
//////////////////////// ... |
Topic: [Resolved] USB & Win Vista error code 10 |
nuwavedc
Replies: 13
Views: 10492
|
Forum: General CCS C Discussion Posted: Mon Mar 09, 2009 7:02 am Subject: [Resolved] USB & Win Vista error code 10 |
PICoHolic
Do have enumeration data I can view, I am troubleshooting a similar problem with CCS CDC. |
Topic: PIC18F4550 USB Error Code 10 on Vista |
nuwavedc
Replies: 11
Views: 20474
|
Forum: General CCS C Discussion Posted: Mon Mar 09, 2009 7:00 am Subject: Still have error code 10. This device Cannot Start. |
Sorry, forgot to login in in my last post (guest).
Still have error code 10. This device Cannot Start.
What other information can I post that would be helpful for troubleshooting this? Has any ... |
Topic: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
nuwavedc
Replies: 9
Views: 14518
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2009 7:53 pm Subject: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
http://www.ccsinfo.com/forum/viewtopic.php?t=38092 |
Topic: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
nuwavedc
Replies: 9
Views: 14518
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2009 7:51 pm Subject: Resolved on XP |
Here was the problem for future searches on this topic:
1)Interrupt priorites were restructured to give the USB peripheral the highest priority interrupt.
2)The internal processor clock divider ... |
Topic: PIC18F4550 USB Error Code 10 on Vista |
nuwavedc
Replies: 11
Views: 20474
|
Forum: General CCS C Discussion Posted: Fri Mar 06, 2009 7:46 pm Subject: PIC18F4550 USB Error Code 10 on Vista |
Any body have any insight on using the CDC class with CCS CDC code and the pic18f4550 on vista? This is all works great on xp...and after taking two weeks to get it working reliably on XP, now it fai ... |
Topic: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
nuwavedc
Replies: 9
Views: 14518
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2009 7:58 pm Subject: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
Can someone please tell me how I can configure the USB CDC for low speed mode? I am still having intermittent enumeration issues at high speed and would like to try testing some things at low speed a ... |
Topic: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
nuwavedc
Replies: 9
Views: 14518
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2009 9:00 am Subject: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
This looks like it may be a compiler issue. A previous hex file from an older version of the compiler worked fine enumerated fine. Same source compiled with an up to date version did not enumerate p ... |
Topic: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
nuwavedc
Replies: 9
Views: 14518
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2009 6:43 am Subject: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
Thanks for the Input Ttelmah. It is appreciated.
Here is what I can tell you:
-Our hardware has its own power
-Vusb is 3.35V steady, with a 0.1uF ceramic capacitor 0.1" from the micro, trie ... |
Topic: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
nuwavedc
Replies: 9
Views: 14518
|
Forum: General CCS C Discussion Posted: Thu Feb 19, 2009 1:45 pm Subject: USB Enumeration problem on PIC18F4550 with CCS USB CDC |
I've been battling a virtual comm port USB problem for a while now the problem seems to be related to enumeration. Customer is really frustrated and I don't know what else to try. Need some help fro ... |
Topic: PIC18F2553 USB<->RS232 problems |
nuwavedc
Replies: 3
Views: 4465
|
Forum: General CCS C Discussion Posted: Tue Feb 17, 2009 6:31 pm Subject: PIC18F2553 USB<->RS232 problems |
Hello olma,
we have been battling with the USB cdc on the 18F4550 for a long time. I'm beginning to think a rewrite would have been wise some time back.
We are using a virtual comm port too and ... |
Topic: USB CDC printf is hanging |
nuwavedc
Replies: 6
Views: 11854
|
Forum: General CCS C Discussion Posted: Mon Feb 11, 2008 10:36 am Subject: USB CDC printf is hanging |
I am very sure this is not hardware related and not windows shutting down the USB port. In our application the device is not USB powered. We have proper bypassing of the processor problem is still p ... |
Topic: Drive a Piezo Transducer with PIC |
nuwavedc
Replies: 4
Views: 6041
|
Forum: General CCS C Discussion Posted: Fri Feb 08, 2008 7:44 am Subject: Drive a Piezo Transducer with PIC |
So I take it that it is sounding quietly? I would take a look at the wave form with an oscilliscope and see what it looks like. Driving Piezos with ports never worked well for me.
You would be ... |
Topic: PIC16F884 port initialization problem |
nuwavedc
Replies: 3
Views: 5505
|
Forum: General CCS C Discussion Posted: Thu Feb 07, 2008 1:47 pm Subject: Solved |
Stupid hardware mistake. Used QFN pinout on a TQFP layout. |
Topic: PIC16F884 port initialization problem |
nuwavedc
Replies: 3
Views: 5505
|
Forum: General CCS C Discussion Posted: Thu Feb 07, 2008 9:38 am Subject: Probably Should Clarify... |
I will try a simplification as you suggested, but I probably should mention that the remainder of my code is working perfectly. I am running a 3 digit LCD display, getting A/D samples, getting keypre ... |
|