• Help with PWM in LPC2148 to drive dc motor
    #include <LPC21xx.h> void Speed11(void); unsigned int i; unsigned char flag=0,flag1; void PWM_Init(void) { PWMPR = 0x00000000; //PRESCALER PWMPCR = 0x00002000; //select PWM5 single...
  • PROBLEM IN PWM PULSES IN ARM LPC2148
    HI EVRYBODY,,, i am new to arm.i m getting pwm 3 pulses at the respected pin no on cro. Now i want to use pwm 1 to pwm 6 at the same time. But not getting how to generate all the pwm pulses. Can antbody...
  • ERROR IN PWM PULSE USING LPC2148
    I am new to LPC2148. Here i am trying to generate 6 pwm pulses. can anybody give me c code to generate 6 pwm pulses? plz do d needfull as early as possible
  • Help with PWM
    Hello everybody, I need help with my school project. My task is to create a program on C8051F330 microchip using uVision. The program should regulate RPM of a pc fan, using PWM (4 pin (wire) PC fan,...
  • Help with LPC2148
    Hi, I am new to embedded systems. I am using NXG LPC2148 blueboard. I would like to know how to compile using arm-eabi toolchain ( www.codesourcery.com/.../release1592 ). Please help me with a sample...