• problem with unsigned long variables
    Hello, After two years of happy working with the keil C166/C167 compiler I've just ran into a problem I don't understand / can't solve. Running phytec kitcon 167 Memory model Hlarge Declared two...
  • unsigned long and float variables corrupted
    Hi everyone I was working with float and unsigned long variables and I use the cygnal 8051 mcu it has xdata and idata 8k and 256.. when I put these variables in idata works fine but when I put...
  • 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...
  • problems with unsigned long
    Hi, I'm having a problem using unsigned long. Im using the LARGE memory model. unsigned long largeWait; largeWait = 10000; while(largeWait--); when I run this on my chip I never exit the...
  • issues while using unsigned long data type
    I'm curious to know if anyone has had issues using unsigned/signed long data types. In previous version of software this did not present an issue, however, when I recompile the old projects and flash...