• Trouble with linkers lx51 and bl51
    I have recently downloaded quicksense studios for use in a capacitive sensing application. After using their utility to generate a lot of the needed source code, I decided to try and assemble and build...
  • Trouble with linkers lx51 and bl51
    I have recently downloaded quicksense studios for use in a capacitive sensing application. After using their utility to generate a lot of the needed source code, I decided to try and assemble and build...
  • how to assign obj file's entry address through BL51
    I'v a obj file without its source code (.c file) and I must use the fuctions of this obj file in my project.The most important thing is I want to LOCATE the fuction (i.e. the obj file's entry address...
  • obj files compatibility
    I'm beginner in 8051 programming. Also I would like to know, if (and if yes, how ?) it's possible to make obj-files with the Keil C compiler for using its with an no-Keil assembler.
  • How to link OBJ files..
    Hai all, I am having two c files test.c and test1.c test.c have the main function...how to link the obj files of the two c code.....and generete common HEX file...kindly help me.... with thanks, ...