• Link function from ROM
    I want to write a small OS for 8051 (ROM Based). The initialization code needs to be placed in ROM let at the starting address. Next, the user needs to write the code such that the initialization functions...
  • Link function from ROM
    I want to write a small OS for 8051 (ROM Based). The initialization code needs to be placed in ROM let at the starting address. Next, the user needs to write the code such that the initialization functions...
  • 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...
  • Reentrant Functions cause Link Warnings
    Hi, I modify some of my function to "reentrant" ones. After that, I got a bunch of unresolved extenals. Why? Further, should I declare the reentrant function prototypes "reentrant"? Like extern void...
  • Reentrant Functions cause Link Warnings
    Hi, I modify some of my function to "reentrant" ones. After that, I got a bunch of unresolved extenals. Why? Further, should I declare the reentrant function prototypes "reentrant"? Like extern void...