• Variable duty cycle in AT89C51
    Hi I am using AT89C51 for triggering a MOSFET for Boost Converter. For different output voltages, I need PWM of different duty cycles. I am planning to put 3 switches each switch for each duty cycle...
  • Duty Cycle Control
    Hi everyone, I am using XC164CS DSP. I need to programme in such a way that duty cycle can be controlled. According to application, its a close loop current or voltage control but I didnt manage...
  • Adjust Duty Cycle and Frequency with Timmer
    edit. ; setup code for timer0 AREA Program, CODE, READONLY ARM ;use ARM instruction set INCLUDE LPC23xx.inc ; MMR definitions EXPORT timer0_init timer0_init ; R0, R1, and R2 are all used...
  • doing a code in counting duty cycle
    actually i'm doing a code in counting duty cycle below is my code but there are still errors, could anyone can help me to modified it? pls and thank you #include <REG8252.H> unsigned char pulse_low...
  • Adjust Duty Cycle and Frequency with Timmer
    Hi, my question is I would like to create pulse using timmer. The period of duty cycle and period using timmer only. I am using arm assembly. My sample code is. This code generates a pulse with a %50...