• locating the final destination of object code
    We have written a 'C' file with SRC directive .After compiletion with Uv2 (with out including Startup.a51) a .SRC file is generated as usual.How do we set the starting address of the same file accoriing...
  • 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...
  • how to locate startup code
    C51 Version 4.22 I want to absolutely locate the startup code that comes with the compiler (in the file STARTUP.A51) and is always included in projects. Any suggestion will be helpful!
  • Object counter
    Hi there... I am trying to count the no of object pass in a conveyor systems and it need to be displayed in a LCD every time a object passes through it. I used IR for this purpose... wen ir detect...
  • Code location
    Is there a way to force the tools to place a function at a specific memory location? I am working on an application updater. The boot/update code starts at 0x0000. The application code would start...