Author |
Message |
Topic: CDC and LCD |
Rorix
Replies: 0
Views: 2300
|
Forum: General CCS C Discussion Posted: Wed Mar 03, 2010 9:07 am Subject: CDC and LCD |
Hi there, I'm having some problems with a project I'm working on.
I don't have the code at the moment since I'm not at home, but I'll try to explain it:
1.- First all the CDC needed fuses, clocks ... |
Topic: weird CDC problem |
Rorix
Replies: 10
Views: 8188
|
Forum: General CCS C Discussion Posted: Thu Dec 24, 2009 11:28 am Subject: weird CDC problem |
ok new code , new crystal on a new pc and its working without issues thanks to everyone , it was indeed a bad crystal hehe
btw merry xmas |
Topic: weird CDC problem |
Rorix
Replies: 10
Views: 8188
|
Forum: General CCS C Discussion Posted: Sun Dec 20, 2009 2:16 pm Subject: weird CDC problem |
When I plug it, it doesn't do anything, not recognized nothing.What do you want your code to do?while(TRUE){
output_high(PIN_A0);
delay_ms(2000);
output_low(P ... |
Topic: weird CDC problem |
Rorix
Replies: 10
Views: 8188
|
Forum: General CCS C Discussion Posted: Sat Dec 19, 2009 9:57 pm Subject: weird CDC problem |
Well here's the thing, I'm currently using CDC function with some LEDs and motors. Here's the issue, from nowhere it stopped working so I'm really confused about this, tried with new PIC ( 18F2550 ) a ... |
|