• scanf
    I am trying to use scanf function. After testing it successfully in simulator mode, I move to monitor mode to use it to input an integer number from serial window of debugger which is as PC terminal environment...
  • scanf
    Is there a way of including a timeout with a scanf statement? I am using the _getkey, getchar and putchar functions to access the serial port.
  • ERROR for scanf
    When I m using printf and commenting scanf the code is working fine but when i uncomment the scanf it shows the following error: .\Obj\Hello.axf: Error: L6915E: Library reports error: __use_no_semihosting_swi...
  • Scanf statement
    Hi all, I am trying to get an integer number as input through serial window.To do that I wrote the program below and it didnt work.The problem is with Scanf.Is it correct to give scanf the way that...
  • scanf problem
    Hello,I would like to read data from hyperterminal and use it in uvision for further calculation. however, It seems to me that scanf is not working. Any help, will be appreciated. thanks in advance...