• 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;...
  • 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;...
  • code explanation
    Hi, I want the below code explanation please. 1.how to use using?what is the meaning of using interrupt 0 using 2 ? 2. how to assign irq & fiq addresses ? #include "reg51.h" typedef unsigned...
  • code explanation
    Hi, I want the below code explanation please. 1.how to use using?what is the meaning of using interrupt 0 using 2 ? 2. how to assign irq & fiq addresses ? #include "reg51.h" typedef unsigned...
  • c code explanation
    please can some one explain to me how this dt works i don't understand he didn't assigned any value to dt and he compares it and used & please can some one explain to me how this Bitwise and & operator...