• strange behavior with unsigned long variables
    I'm using the cygnal F124 chip. now my program is 33K in size and my ram memory isa bout 7.2K. I use the uart0 to print some information and one LCD, last week my unsigned long variable changed without...
  • strange behavior with unsigned long variables
    I'm using the cygnal F124 chip. now my program is 33K in size and my ram memory isa bout 7.2K. I use the uart0 to print some information and one LCD, last week my unsigned long variable changed without...
  • 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 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...
  • A strange problem with Ethernet
    Hi all, I have a strange problem with Ethernet, I am having two evolution boards 1. MCB2300Vers.3 2. MCB2300Vers.3.1 In this EMAC example code from LPC2300 examples running perfectly in...