Author |
Message |
Topic: PIC16F887 and steering mode |
8051topic
Replies: 19
Views: 30608
|
Forum: General CCS C Discussion Posted: Wed May 12, 2010 8:18 am Subject: PIC16F887 and steering mode |
Hi PCM programmer!
I see CCP_DELAY in setup_ccp1( ) function and it use to set the dead-band delay but I can't use it!
Could you show me how to use it!
Thank you! |
Topic: PIC16F887 and steering mode |
8051topic
Replies: 19
Views: 30608
|
Forum: General CCS C Discussion Posted: Sun May 09, 2010 2:24 am Subject: PIC16F887 and steering mode |
I tried your code and it worked perfectly. Thank you!
For my code above, when i change CCP_PWM in setup_CCP1(CCP_PWM,CCP_PWM_H_H | CCP_PULSE_STEERING_A | CCP_PULSE_STEERING_B| CCP_PULSE_STEERING_ ... |
Topic: PIC16F887 and steering mode |
8051topic
Replies: 19
Views: 30608
|
Forum: General CCS C Discussion Posted: Tue May 04, 2010 9:04 am Subject: PIC16F887 and steering mode |
Thank you, PCM programmer.
I'll try. |
Topic: PIC16F887 and steering mode |
8051topic
Replies: 19
Views: 30608
|
Forum: General CCS C Discussion Posted: Mon May 03, 2010 9:57 am Subject: PIC16F887 and steering mode |
My CCS version is 4.105.
Thank for your reply. |
Topic: PIC16F887 and steering mode |
8051topic
Replies: 19
Views: 30608
|
Forum: General CCS C Discussion Posted: Sun May 02, 2010 1:55 am Subject: PIC16F887 and steering mode |
I test PWM in steering mode in multi pins.
Datasheet PIC16F887 - DS41291F page 146.
11.6.7 PULSE STEERING MODE
In Single Output mode, pulse steering allows any of the PWM pins to be the modulated s ... |
Topic: [Help] LCD.c and flex_lcd.c |
8051topic
Replies: 2
Views: 5194
|
Forum: General CCS C Discussion Posted: Sat Apr 17, 2010 6:07 am Subject: [Help] LCD.c and flex_lcd.c |
Thank you very much.
It's worked perfectly. |
Topic: [Help] LCD.c and flex_lcd.c |
8051topic
Replies: 2
Views: 5194
|
Forum: General CCS C Discussion Posted: Fri Apr 16, 2010 10:10 am Subject: [Help] LCD.c and flex_lcd.c |
Hi everybody!
I'm using PIC16F887 and LCD 16x2.
I've problem: use flex_lcd.c is OK, but use lcd.c of CCS library the LCD display not right (#).
My code here:
#include <16F887.h>
#fuses IN ... |
|