• customization of putchar function
    I have made the new function putchar for redirect the output to LCD already. But by default, I also want to use this as output to serial port on the same program. I do not understand how to use both...
  • customization of putchar function
    I have made the new function putchar for redirect the output to LCD already. But by default, I also want to use this as output to serial port on the same program. I do not understand how to use both...
  • Compile Error with Custom putchar
    Note: This was originally posted on 5th January 2012 at http://forums.arm.com Hello, I am  new to ARM and uVision and have my first  problem. The firmware i am trying to compile used to work with old...
  • Compile Error with Custom putchar
    Note: This was originally posted on 5th January 2012 at http://forums.arm.com Hello, I am  new to ARM and uVision and have my first  problem. The firmware i am trying to compile used to work with old...
  • Creating a custom library
    Have the following problem: I need to create a library with many functions. Some functions will be used by some projects and others by other projects. The important is to have only one library version...