• TRAFFIC.C won't work on eval board when memory model=Large, Why?
    I have a project much like the sample traffic.c, but i need more space for variables and would like use the memory model Large:64K program. When setting the memory model to Large, and selecting 'Use...
  • TRAFFIC.C won't work on eval board when memory model=Large, Why?
    I have a project much like the sample traffic.c, but i need more space for variables and would like use the memory model Large:64K program. When setting the memory model to Large, and selecting 'Use...
  • Large memory model
    I have a program which works fine in small memory model. The program is growing beyond the 2K boundary and I want to switch to the Large model. When I switch to large model, the program stops working...
  • Large memory model
    I have a program which works fine in small memory model. The program is growing beyond the 2K boundary and I want to switch to the Large model. When I switch to large model, the program stops working...
  • problem with Large Memory model
    Hi Keil, I sloved the EEPROM problem with AT89C51ED2, the problem was in the memory module selection. Since I had selected large memory model, the EEPROM was not working, when I changed it to...