• About Tortoise SVN
    How to configure KEIL for tortoise SVN
  • Keil Error - Building
    *** ERROR L118: REFERENCE MADE TO ERRONEOUS EXTERNAL #include<reg52.h> int i,j; bit state=0; sbit ledPin = P1^5; void main() { while(1) { ledPin = 1; for(i=0;i<1000;i++) { for(j=0;j<120;j+...
  • Keil Software Problem with ID7
    Hi. I am Programmer and develop programs for Mettler-Toledo ID7 weighing tool. I use Keil uVision V2.14 as my IDE. I have registered version with serial number and dongle. It was working fine but now...
  • keil simulator TCP connection
    I use Keil version 3 and wanna simulate the UART communication in TCP/IP port, I use these settings : - protocol: T0; - Interface type: Socket connection (Simulator); - host: localhost; - port:...
  • Keil APP NOTE 105
    Refer to this app note, page 4. The routine to delay for a while. Rignt or wrong, this while will never end if 65535 - startcount is less than count?(ie..the number of ticks needed for the delay is more...