• How to use external sprintf instead of sprintf in libg with GNU Arm Embedded Toolchain Version 10.3-2021.10?
    Acutally not only sprintf, there are some other functions have same issue. I implement sprintf, sscanf, etc in my source code, but get multiple definition error below while linking: [build] cmd...
  • How to use external sprintf instead of sprintf in libg with GNU Arm Embedded Toolchain Version 10.3-2021.10?
    Acutally not only sprintf, there are some other functions have same issue. I implement sprintf, sscanf, etc in my source code, but get multiple definition error below while linking: [build] cmd...
  • SPRINTF()
    I am using SPRINTF() function and it increase the code by 2.3K. Is there any method to reduce the code size. Thanks, Mashood
  • sprintf
    Hello! I am trying to use sprintf, but get no result (C51, version 5.20). char xdata command [80], i=100; strcpy (command, "Hello!"); // now command contains "Hello!" sprintf (command, "Test %d...
  • sprintf
    Hello ALL! It would be very nice to get some help for the next question. I'm using a f12x µC. There are two active Uart's. I put a command on the Uart0 every 500ms. This command is transparent for...