• Maybe a bug of MDK 4.21 on simulator LPC1114 GPIO
    hi, i use software simulator of MDK 4.21 for LPC1114 GPIO. here is the Code: int main (void) { int i; LPC_GPIO[0]->DIR |= (1<<1); //prot0.1 as output LPC_GPIO[0]->DIR |= (1<<2); //port0...
  • Maybe a bug of MDK 4.21 on simulator LPC1114 GPIO
    hi, i use software simulator of MDK 4.21 for LPC1114 GPIO. here is the Code: int main (void) { int i; LPC_GPIO[0]->DIR |= (1<<1); //prot0.1 as output LPC_GPIO[0]->DIR |= (1<<2); //port0...
  • 4.21 update
    The source code for the RLARM libs can be got by editting the link you were given, changing the 0 to a 1. (eg 4.20 to 4.21) Enter your PIC/LIC and down load the source code. New version broke...
  • 4.21 update
    The source code for the RLARM libs can be got by editting the link you were given, changing the 0 to a 1. (eg 4.20 to 4.21) Enter your PIC/LIC and down load the source code. New version broke...
  • Don't work st-link in keil 4.21
    I have st-link. When I try to connect to microcontroller with st-link in keil 4.21, I always get:"No st-link device found". In keil 4.20 the same project work excellent.