• Need BL51 (Linker/Locator), version 5.15 or later
    i m using old version of BL51, version 4.14. i search for the newer version but couldn't find any. so can i get the link to download BL51(linker/locator),version 5.15 or later
  • 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...
  • Library function locating
    How can I locate standard library's function at specific address by BL51?
  • Locate library function
    I use the Silicon-Lab 8051F321 with Keil LX51 linker : Few compiler library routines are called from the USBXpress library subroutines. These are function like IILDX, CLDPTR, CLDOPTR. I was trying to...