• 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 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...
  • 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...
  • 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...
  • 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...