• itoa function
    I would like to know where can I get the function itoa or how can I implement a function that can do this task. I am working with the C51 compiler. Thanks. Nelson.
  • itoa function
    I would like to know where can I get the function itoa or how can I implement a function that can do this task. I am working with the C51 compiler. Thanks. Nelson.
  • itoa (Int to String)
    Hey, please excuse the lack of expertise, but it has been years since i've programmed and I am just getting back into it. I have 2 questions. 1) Why are the standard libraries for Arm different...
  • itoa (Int to String)
    Hey, please excuse the lack of expertise, but it has been years since i've programmed and I am just getting back into it. I have 2 questions. 1) Why are the standard libraries for Arm different...
  • Problem with using Routines in Main program file in the Interrupt service routine
    I have a routine in my main program file for displaying float values on terminal program. When i try to use the same routine in my Interrupt service routine(ISR), it give an warning stating "Reference...