• Updated to 4.21 now can no longer debug
    Updated to 4.21 last night checked it still compiled the current project which it does however this morning I need to debug on the target like I have been forever but everytime its about to switch over...
  • ARM MDK 4.21
    Hello People from Keil, unfortionately you missed it again. No debug solution for the STM32F100 Value line processors. Things have become worse since the V4.11 Version to which I stick in hope of...
  • 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.
  • Flash File System in Keil 4.21 so slow
    Flash File System in new Keil 4.21 much slower than in Keil 4.20: Lpc 2478 Speed in 4.20 = 2100 KB/s Speed in 4.21 = 650 KB/s
  • 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...