• XRAM and Memory Model
    Hi everybody! I'm using a uC ADuC842 (based in 8052 core). It has 2 KB of XRAM On-Chip. I have a test program (C code) which do some operations with float numbers and send results to the serial...
  • Large Memory Model and internal XRAM PDATA
    I'm using the ADI ADuC831 and would like to use the lowest 256 bytes of internal XRAM as PDATA. Is there a way to disable the the compiler from setting PORT2.. and assume 0?
  • Memory Models
    I have a small test program which continuously sends characters (ascii table) to the serial ports (ST uPSD3233). The program runs fine when the memory model is: Memory Model: small: variables in DATA...
  • Memory model
    hi, i'm using 89c51 and i made a program with memory model SMALL (is it ok? because all i know SMALL only for 89c51) and i have some problem, after i compiled it can't create a target file because...
  • Memory model
    Hi, We are working on one project using TDK6511 microcontroller. Microcontroller RAM size is 256 bytes, on chip XRAM is 2K. Expected code size is arround 32k. For our firmware arcitecture, nearly 150...