• Link objects to a specific map
    I am trying to link code into a ROM image which can be splitted into two regions later. Each region must starts at a predefined location respectively. How do I specify in my C code, and how to instruct...
  • ARM7 Add data at specific memory
    Hello all, I'm new to ARM and I've been trying to learn how to work with ARM7 lately. I took a class about the Freescale 68HC12, and ran into a few problems when trying to apply my knowledge to the...
  • Linking Functions at Specific addresses
    I need to Link Functions at Specific address I have 5 functions that i want to go into 0xFA00 ONWARDS I am using uvision2 and 0xFAOO onwards is a part of flash that will not be erased I can...
  • functions variable mapping?
    As I can see, the keil compiler doesnt use regular stack for functions, and all the local variables inside functions are mapped in global memory. Is there a way, to make it behaive like a normal program...
  • disable overlay warning for specific functions
    I have four functions that the linker gives me the warning: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?UART_RX_ISR_STUB?ISR *** WARNING L16: UNCALLED SEGMENT, IGNORED...