Author |
Message |
Topic: PIC18F2550 not being recognized by PC |
leba2
Replies: 10
Views: 20007
|
Forum: General CCS C Discussion Posted: Fri Dec 06, 2013 5:19 pm Subject: PIC18F2550 not being recognized by PC |
SP580U superpro is the programmer I use to physically program the PIC. I really thought people here knew what it is... The programmer trademark is SuperPro. |
Topic: PIC18F2550 not being recognized by PC |
leba2
Replies: 10
Views: 20007
|
Forum: General CCS C Discussion Posted: Fri Dec 06, 2013 12:21 pm Subject: PIC18F2550 not being recognized by PC |
Well, I'm using supply from USB.
After the simple led test, I retried the program in my first post but with these changes before the main program:
#include <18F2550.h>
#device ADC=10
#fuses ... |
Topic: PIC18F2550 not being recognized by PC |
leba2
Replies: 10
Views: 20007
|
Forum: General CCS C Discussion Posted: Thu Dec 05, 2013 2:43 pm Subject: PIC18F2550 not being recognized by PC |
OK, tried with a very simple program:
#include <18F2550.h>
#fuses XTPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL1,CPUDIV1,VREGEN
#use delay(clock=48000000)
#define green_led PI ... |
Topic: PIC18F2550 not being recognized by PC |
leba2
Replies: 10
Views: 20007
|
Forum: General CCS C Discussion Posted: Wed Dec 04, 2013 1:28 pm Subject: PIC18F2550 not being recognized by PC |
But I thought "USB_CON_SENSE_PIN" was just a label, just like "GREEN_LED" is, which only meaning was identifying the pins by other name instead of the pin name itself...
Labels sh ... |
Topic: PIC18F2550 not being recognized by PC |
leba2
Replies: 10
Views: 20007
|
Forum: General CCS C Discussion Posted: Tue Dec 03, 2013 6:26 pm Subject: PIC18F2550 not being recognized by PC |
Sorry for the question, but does that have to do with the pic not being recognized at all by the Windows PC? I can't even use the inf file for the driver... |
Topic: PIC18F2550 not being recognized by PC |
leba2
Replies: 10
Views: 20007
|
Forum: General CCS C Discussion Posted: Tue Dec 03, 2013 2:15 pm Subject: PIC18F2550 not being recognized by PC |
Hello, first time here, and I'm novice.
I'm trying to make a program to work.
#include <18F2550.h>
#device ADC=10
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREG ... |
|