• Catching memory leaks
    I have some code running on an 8051 based processor that is quite large and complex and it also uses a few arrays. To make sure that I can avoid mistakes accessing memory location that do not exist,...
  • memory
    hi, i have a simple question. be glad if anyone can help me. how do i check how much memory have i used for the lines of coding that ive written? thanks in advance wafi
  • Memory
    Hi all of you guys! While programming in keil.c more memory use and time used where as in a51.asm less memory and time required as compare to keil.c in simple program. 1. why it is done? 2...
  • Memory Map Memory Window
    Hello, i use the PK51 with uVision3. i am mapping a memory range within a signal function: MAP V:0,V:0xFF READ WRITE _WBYTE(0x00, 0x04); // store Byte 0x04 to adress 0x00 printf("Value...
  • 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...