• Strange problem with loop
    Hi. Ive been programing for nearly five months now so I am not a noob but I cannot understand this; for ( variable = 1 ; variable < 100 ; variable += 1 ) { // some code if ( foofar ) continue...
  • Strange problem with variable
    HI all. I am developing a programm with the demo version of the keill compiler.The µ-Controller is a cygnal 8051(c8051f124). I have faced a very strange behavior: int Pack_Counter=0; ... if(Pack_Counter...
  • Strange problem with loop
    Hi. Ive been programing for nearly five months now so I am not a noob but I cannot understand this; for ( variable = 1 ; variable < 100 ; variable += 1 ) { // some code if ( foofar ) continue...
  • Strange problem with variable
    HI all. I am developing a programm with the demo version of the keill compiler.The µ-Controller is a cygnal 8051(c8051f124). I have faced a very strange behavior: int Pack_Counter=0; ... if(Pack_Counter...
  • Strange problem with the VPBDIV register
    Hi: I tried the following code: #include <LPC21XX.h> #include <stdio.h> #define OSC_CLOCK_FREQ 14745600 #define CR 0x0D void UARTInitialize(unsigned int baud) { U0LCR = 0x83; /* 8 bit, 1 stop...