• Large XRAM paging
    Hi I would like to know, is there in C51 any support for XRAM paging, I have 512KB SRAM connected as 8 x 64 KB pages (I'm using standart 8051 MCU), and now I have a problem - when I'm accessing not...
  • 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()...
  • 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...
  • 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...
  • 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...