• PWM code not running on LPC2129 board but working on logic analyzer .
    #include<lpc214x.h> int main() { PINSEL0=0x00000002; // P0.0 to P0.15 pins of PORT0 as GPIO PINSEL1=0x00000000; // P0.21 Pin of PORT0 as PWM PINSEL2=0x00000000; // P1.16 to P1.31 pins of PORT1...
  • I got a error when i build my file in RTRT - I am using LPC2148. Error: L6411W: No compatible library exists with a definition of startup symbol __main.
    Please tell me the answer for my error
  • AD converter
    Halo to everyone, I have ARM NXP LPC2378 on MCB2300 board, and when I upload blinky example project to board AD converter works correct, but when I write my code, and upload to board, my program never...