Author |
Message |
Topic: Create do re mi with 16f887 using 8Mhz crystal |
derricko
Replies: 3
Views: 7738
|
Forum: General CCS C Discussion Posted: Sun Nov 28, 2010 7:33 pm Subject: Create do re mi with 16f887 using 8Mhz crystal |
Thank you PCM, I will give a try |
Topic: Create do re mi with 16f887 using 8Mhz crystal |
derricko
Replies: 3
Views: 7738
|
Forum: General CCS C Discussion Posted: Mon Nov 22, 2010 4:21 am Subject: Create do re mi with 16f887 using 8Mhz crystal |
const int s_table[] = {128,176,218,246,255,246,218,176,
128,79,37,9,0,9,37,79};
static int t0preload,frequency=150;
#int_timer2
void pwm_load ... |
Topic: AUART |
derricko
Replies: 2
Views: 4583
|
Forum: General CCS C Discussion Posted: Thu Oct 28, 2010 4:07 am Subject: AUART |
Thank you Ttelmah,
you have solved my doubts. |
Topic: AUART |
derricko
Replies: 2
Views: 4583
|
Forum: General CCS C Discussion Posted: Wed Oct 27, 2010 9:21 pm Subject: AUART |
I see from the driver file RS485.c. there is a session coded:
#if getenv("AUART")
#define RCV_OFF() {setup_uart(FALSE);}
#else
#def ... |
Topic: 16f876a mclr sAN0 |
derricko
Replies: 5
Views: 5239
|
Forum: General CCS C Discussion Posted: Mon Sep 06, 2010 11:43 pm Subject: 16f876a mclr sAN0 |
Thank you Ttelmah, I think 16f876a doesn't support well. I have got to switch to 16f886, it works. |
Topic: 16f876a mclr sAN0 |
derricko
Replies: 5
Views: 5239
|
Forum: General CCS C Discussion Posted: Sun Sep 05, 2010 4:50 am Subject: 16f876a mclr sAN0 |
cool, i will give a try. thanks |
Topic: 16f876a mclr sAN0 |
derricko
Replies: 5
Views: 5239
|
Forum: General CCS C Discussion Posted: Sat Sep 04, 2010 6:29 am Subject: 16f876a mclr sAN0 |
hmmm.. I am a noob in this area. May I know how to program it? |
Topic: 16f876a mclr sAN0 |
derricko
Replies: 5
Views: 5239
|
Forum: General CCS C Discussion Posted: Fri Sep 03, 2010 3:54 am Subject: 16f876a mclr sAN0 |
Hi my mplab compiler on ccs language tools has shown error on the below statement
*** Error 111 "aCU_DET.c" Line 6(7,120): Unknown keyword in #FUSES "MCLR"
*** Error 12 " ... |
|