• "Memory model: Large" works incorrect
    I have ADuC847 (8051) microcontroller. You provided our partner with trial version of C51 compiler. If I select Small memory model, my unit works perfect. But if I select Large memory model, it works...
  • 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...
  • autobaud with Large Memory Model
    I have a MSC1200EVM. The following test program runs as expected on the board with a small memory model, but the terminal shows endless y umlauts when a Large Memory Model is used. Should autobaud()...
  • Usage of memory model large
    hi, I am using the external data memory (xdata) to store some variables,since my internal data memory(256 bytes)overflows. The test case executes without error for small memory model(If i remove...
  • 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...