• PWM and sinusoidal waves
    Hi, I have a problem about PWM modulation... using STM32 evaluation board (STM32F103ZE). I have to compare 3 sinusoidal signals (50 hz frequency, with 3 different phases) to a triangular carrier, and...
  • PWM and sinusoidal waves
    Hi, I have a problem about PWM modulation... using STM32 evaluation board (STM32F103ZE). I have to compare 3 sinusoidal signals (50 hz frequency, with 3 different phases) to a triangular carrier, and...
  • Converting 10kHz PWM into 2kHz PWM codes
    Hi Here is my pseduo-code: // In my CAPCOM1 initalisation CC1_T0REL=0xF830; // Generate 10kHz PWM // Produce 50% duty cycle Offset=(0xFFFF-CC1_T0REL)>>1; // This will produce 50% duty cycle...
  • Converting 10kHz PWM into 2kHz PWM codes
    Hi Here is my pseduo-code: // In my CAPCOM1 initalisation CC1_T0REL=0xF830; // Generate 10kHz PWM // Produce 50% duty cycle Offset=(0xFFFF-CC1_T0REL)>>1; // This will produce 50% duty cycle...
  • 3-Phase PWM generation using single edge PWM
    I'm attempting to create a 3-phase PWM signal, which would generally use 6 dual edge triggered PWMs. Is there a way to do this using 3 single edge PWMs? If so, please point me to some examples; or provide...