• 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...
  • memory model
    I am a fresher i have completed B.E(ECE). I have recently attended GE interview, in that he asked me a question that which memory you have been using in your project...... The project i have done in...
  • 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 vs. memory allocation.
    Suppose I have declared in my C code that the memory model is LARGE, then when initialize the memory pool and allocate memory segment, should I specify the location of the memory segment? In other...