• 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...
  • 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...
  • Const address in bank not "linked" by LX51
    I am trying to locate const in a file into a particular bank and access it in the same bank but from a different file. From the map file const is located correctly at the specified address in the bank...
  • startup file link at fix address
    Hello all, i am using ST10. in my application i am having start167.a66, Rtx166t.a66. i want to link Rtx166t.a66 to specific address. i use ?PR?rtx166t%FCODE(0x3000). But i received message...
  • How to set IPv6 link local-address address?
    Since Middleware v7.9.0 have implemented a function netIF_SetOption() that can setup IPv6 link local address. I tried to use the code below, but I got an invalid parameter status. So how to set...