• Allocating memory, Memory Space Exhuasted
    Does anyone know how to prevent this situation? On my old celeron 400mhz, running windows 2000 pro, I compile a file and my app runs fine. On my brand new P4 1.8ghz running XP. I compile the same...
  • code allocation problem in C
    I need to allocate a part of code to fixed address using C Language. Like "ORG xxx" in assambly. How can I do in Keil C51?
  • Code allocation in 76x
    Hello! I'm evaluationing code to 51LPC-uC (89LPC767). I can't get the code to right place. Code starts allways from 4000H and it should be from start of the memory, for example 0x100, OTP code area...
  • Checking variable space, possibility of dynamic memory allocation
    I am sampling a signal and would like to store values in an array. Array is storing 50000 samples values. I would like to know the space occupied by this array variable how can i know ? where can I know...
  • Code and Date Memory Allocation Question
    Please explain what the statement: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_FSUB?TEST means in terms of not linking in a function that is not called. The memory...