• Memory space exhausted
    On my PC, whenever I try to build a particular piece of software, using the C166 V2.6 compiler, it comes up with the error 'MEMORY SPACE EXHAUSTED'. If I try to build the same software on another PC...
  • 167 CR memory space overlap
    Hi Getting L4: MEMORY SPACE OVERLAP FROM: 00FA00H.0 TO: 00FC00H.0 USing 167CR and RTX full blown version Any suggestions Full code for project at http://www.control.auc...
  • a question about the memory space of one instruction
    HELLO, every one. you know,the instruction ' mov r1 , #15 ' needs 2 bytes space , and the instruction 'mov r1 ,#16 ' needs 4 bytes space . the question is : how to make the instruction ' mov r1...
  • 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...
  • Declaring memory space in external memory
    Hi, I'm using the STM32F103ZD microcontroller. This uC is residing on some control board and is physically connected by it's address bus and data bus to an external 1M*16 SRAM memory chip. I...