• Turbo51 - 8051 Pascal compiler now with OMF-51
    Some months ago I have posted information about availability of Turbo51 - a free Pascal compiler for the 8051 family of microcontrollers. It features a fast single pass optimizing compiler, Borland...
  • Free C51 compilers ...
    Hello, About C51 compilers/assemblers... Anyone can tell me what other options may i have instead of Keil ?! I'm talking about free compilers (no cost i mean). Also, if you can give me some links i...
  • Evaluation or Free compiler ?
    Note: This was originally posted on 16th October 2010 at http://forums.arm.com I've been working on porting various ARM DSP optimizations to different open source libraries to reduce power consumption...
  • Memory Pool (malloc/free) Free Space?
    Quite simply, how can I tell how much free memory I have in a memory pool? I've created a memory pool, initialized it with init_mempool and use malloc & free finctions for memory management. Is...
  • 8051 Data - Free space, Determining of stack size
    Hi, I have been using the 8051 for several weeks. It is not yet clear to me how free space is determined in DATA and how the stack size is determined. In the SCILABS_STARTUP.A51 file I see that the...