• Memory allocation
    Hello, I want to allocate a memory in a memory pool, so I call "init_mempool" function like this: init_mempool (&XBYTE[0x0400], 0x0C00); How can I know that the memory pool doesn't overlay on other...
  • Register Banks are not allocated by the Linker
    I wrote a code with several ISRs. I use the using command when calling ISR. I use banks 1 and 2 for the ISRs. when i look into the *.M51 file created after compilation i got the following: TYPE BASE...
  • 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...
  • CODE space allocation
    I have a project which has a large ROM, of which only 8KBytes is visible to the CPU. The rest of the ROM is accessed by a custom memory scheme. I want to ensure that all the CODE in the ROM resides...