• Linking program at specific address
    I my using st10f269 in my application following files are present. 1)Startup.a66 2)file1.c 3)file2.c 4)file3.c file 1 calls file 2 and file 3. i want to link startup.a66 and file1 to 0x0000...
  • 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...
  • Setting a segment at specific address
    Hello I am trying to define a segment of 259 bytes at a specific address in my XRAM. I am using assembly and I am doing the following: PROG SEGMENT CODE STACK SEGMENT IDATA DOWNLOAD_BUFFER SEGMENT...
  • locating code at a specific address
    We are using the P87C51MC2 in extended memory. We are currently up to 512K bytes of code (ECODE). For test reasons I would like to locate code at a specific address. If I have main.obj, A.obj, B.obj...
  • Specific Xdata address
    We are using uVision2 (Keil C51 compiler, PK51) to develop a software for Silab F126 microcontroller. This code is structured in code banking and used multitasking RTX51 as well. Our hardware design...