dmc
Üye
- Katılım
- 21 Nis 2009
- Mesajlar
- 5
- Puanları
- 1
Herkese iyigünler forumunuza yeni üye oldum. Benim problemim şu yazmış olduğum programı mcs de 16f877a için derleyemiyorum. inc dosyası yok gibi bir hata verdi. bir dosya buldum include ettim ama olmadı. programın en son hali şu.
trisa=%00000000
trisb=%00000000
trisc=%00000000
trisd=%00000001
trise=%00000000
include "M16f87xA.inc"
@ DEVICE pic16F877A
@ DEVICE pic16F877A, WDT_ON
@ DEVICE pic16F877A, PWRT_ON
@ DEVICE pic16F877A, PROTECT_OFF
@ DEVICE pic16F877A, XT_OSC
define ccp1_reg portc
define ccp2_reg portc
define ccp1_bit 2
define ccp2_bit 1
adcon1=7
porta=0
portb=0
portc=0
portd=0
porte=0
ana:
hpwm 1,125,1000
hpwm 2,255,1000
goto ana
Sadece PWM almak istiyorum. Yardımlarınız için teşekkür ederim.
trisa=%00000000
trisb=%00000000
trisc=%00000000
trisd=%00000001
trise=%00000000
include "M16f87xA.inc"
@ DEVICE pic16F877A
@ DEVICE pic16F877A, WDT_ON
@ DEVICE pic16F877A, PWRT_ON
@ DEVICE pic16F877A, PROTECT_OFF
@ DEVICE pic16F877A, XT_OSC
define ccp1_reg portc
define ccp2_reg portc
define ccp1_bit 2
define ccp2_bit 1
adcon1=7
porta=0
portb=0
portc=0
portd=0
porte=0
ana:
hpwm 1,125,1000
hpwm 2,255,1000
goto ana
Sadece PWM almak istiyorum. Yardımlarınız için teşekkür ederim.