• LPC2129 PWM HELP
    Hi Can anyone show some examples of lpc2129 interfacing with motor (speed control of motor using pot) Regardss
  • LPC2129 PWM HELP
    Hi Can anyone show some examples of lpc2129 interfacing with motor (speed control of motor using pot) Regardss
  • CAN HELP IN LPC2129
    I'm a final year student doing thesis work. I have CAN communication in my work. I tried few sample codes and my own code in my controller, but neither one of them transmit message. I have two controllers...
  • CAN HELP IN LPC2129
    I'm a final year student doing thesis work. I have CAN communication in my work. I tried few sample codes and my own code in my controller, but neither one of them transmit message. I have two controllers...
  • never, ever increments
    a very, very odd thing.... #define BUFFER_SZ 64 unsigned char sBuf0tail; sBuf0tail = ((sBuf0tail + 1) % BUFFER_SZ); .. this increments a circular buffer index just fine. #define BUFFER_SZ 64...