bonne soir
j'ai un problème
voila le programme
"
LIST p=16F84
#include <p16F84.inc>
__CONFIG _CP_OFF & _WDT_OFF & _PWRTE_ON & _HS_OSC
;---- définition --------------------------------
#DEFINE c PORTA,2 ;commune
#DEFINE patte PORTA,3
#DEFINE spatte PORTA,4
;---- initialisations --------------------------
clrf EEADR
bsf STATUS,RP0
bcf TRISA,2
bcf TRISA,3
bcf TRISA,4
clrf OPTION_REG
bcf STATUS,RP0
goto start
;-----------------------------------------------
start
bsf c
bsf spatte
bsf patte
END "
oui je sais ce programme ne fait pas marcher grand chose , c'est juste un test
voila le problème:
y a que le port 2 et 3 qui envois +5v ! le 4 rien ! j'ai tout essayai je comprend pas !!! ça m'énerve !
et c'est le même problème quand j'utilise les port1, 2, 3 y a que le 1 et le 2 qui son a 5v
aider moi SVP c'est a devenir fouuut !!!
merci pour votre aide
-----