• Library function locating
    How can I locate standard library's function at specific address by BL51?
  • How to locate a library code?
    I am using Silicon-Labs 8051F321 with PK51 (C51 + LX51) and use Silabs' library USBXpress to operate the USB. I need to locate the Library code in specific location (since two applications are using...
  • Two locations for Intrinsic Library routines?
    We have previously masked a ROM using certain intrinsic routines (?C?COPY etc.). Only used routines are included in the ROM. When adding new code (in EEPROM) we would like to add further routines in...
  • Locating Functions
    I want to locate a function (eg. unsigned char xyz) at the specific flash-address 0xC0F000. How do I tell the linker/compiler to do so? Thanks in advance
  • Locating the reentrant function attribute?
    Hi All. A quick, general question regarding the use of the reentrant (and perhaps other) function attributes: This is fine: void myFn ( void ) reentrant { ... } Is this OK in all cases, too...