This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I need more explanations on how to get the output of the pwm on pin P1L.x

Hi Chris,
iÂ'm not getting your explanations very well, but hier is what iÂ've done:
void init (void)
{ EBCMOD0 = 0x7400; EBCMOD1 = 0x003F; SYSCON3_CC6DIS = 0; ALTSEL0P1L_P0 = 1; ALTSEL0P1L_P1 = 1; DP1L_P0 = 1; DP1L_P1 = 1; P1L_P0 = 1; P1L_P1 = 1;
} iÂ've took this ports-bits in the header file "xc16x.h".
So if you can explain me deeper youÂ've sent me iÂ'll very thanksfull.
P.S: IÂ'm not an AS in programing
you can also send me a mail at: djabson@yahoo.fr if you want.
thanks in advance

0