• 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...
  • pwm
    I am new to XC164 and to PWM. I am trying to control some DC motors. Does anybody has any software examples on how to implement PWMs on CAPCOM1/2 and CAPCOM6 on XC164 micro? Also, does anybody know...
  • PWM
    Hello all, I am new to microcontroller and to this forum.It seems I have a conceptional problem in PWM generation. My Idea is:PWM module gemnarates a square wave which has the peak value 5 volt and...
  • Sample code for CAPCOM6 PWM
    Hello everyone, I am trying to generate the PWM signal for my infineon XC164 DSP. I just want the sample code for CAPCOM6 PWM. I need the sample code for the Edge Aligned mode and centre aligned...
  • PWM for AT89C5115 (need informations)
    hello, every body i'm working with the AT89C5115 of ATMEL and i want to generate a square pulse of 40Khz using the PCA( PWM, the capture or the timer ). for the moment i coulndn't resolve the problem...