• Problem with LIB51 and upper/lower case names
    I'm having a problem with the filenames that LIB51 generates. Under Win98, if I do: lib51.exe TRANSFER a.obj, b.obj TO silly.lib I end up with a library called Silly.lib when viewed from Windows...
  • How to make own Hyperterminal
    Hi i have one of the file inwhich i have transmitter and receiver option , so how can i make my own terminal for sending and receving.
  • making my own electric vehical
    The advantages of electric vehicles (EVs) are well-known: nonpolluting operation, a renewable power source, safety, and low cost of operation. The disadvantages include limitations on speed, operating...
  • How to replace functions from a library by my own
    I have a precompiled library. It contains some function, let's consider functions A() and B() . B() calls A() inside this library. I would like to link my own code with this library, replacing all calls...
  • Startup Code within own library
    Hello, I want to develop a target board specific peripheral driver library for a Cortex-M3 controller which can be used by several applications just referencing the BSP library in the project. ...