• 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
  • 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
  • Initializing unused memory location using Linker Script or any other method
    Hello, Is there any option within the Kiel Compiler ( using Linker Script ) for filling the unused memory location (0x00) with the user determined byte say 0x02 for 8051 type MCUs Best regards...
  • Initializing unused memory location using Linker Script or any other method
    Hello, Is there any option within the Kiel Compiler ( using Linker Script ) for filling the unused memory location (0x00) with the user determined byte say 0x02 for 8051 type MCUs Best regards...
  • 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