• OVERFLOW
    HI Can anyone tell me that unsigned char time; ..... void interrupt_timer ( void ) interrupt 1 { time++; } The unsigned char is of 1 byte and has maximum value of 255. So what will happen...
  • Overflow xdata
    I am c8051f381 programmer. I have big table to enter. I don't have enugh place in the xdsts. a. The compailer don't alert b. Does it damage flash memory? c. there is an option to save the table in...
  • IDATA overflow
    Hello! I am using a 80C537 which has 256 bytes of IDATA memory. Now, if the software "tries" to allocate more than 256 bytes of IDATA through nested function calls, the program hangs up... which is...
  • Struggly to understand data memory overflow - Need help
    Hi - I am struggling to 'fit' a project onto an 8052 derivative (AT89S8252) part with the standard 8K code space and 256 bytes of data memory. The build log information is complaining about data address...
  • Linker Problem, NDATA Overflow
    Hello everybody, I work with the XC2388C-200F MCU from Infineon and the uVision4. In the target options I have chosen the "HLarge"-Memory model and for the near memory I switched to "48"KB RAM...