• printf with float displays "???"
    I have exactly the same problem as this forum thread: http://www.keil.com/forum/15254/ Using Keil (uVision V3.72, PK51 V8.17) for an 8051 variant (SiLabs, 8051F120). I'm trying to use printf to display...
  • No display of printf() function in debug(printf) viewer
    Hi, I am working on ARM Cortex M4 with 'SWD' debugger. I have printf statements in my program but when executed there is no output displayed in the 'Debug viewer' I have tried selecting the components...
  • Printf Display using ULINK2 debugger
    Hi, I have an LPC13xx mounted in LPCXpresso Base Board and I use the ULINK2 debugger.. I have a simple program that will display the printf output data...for example Display a "Hello World" in...
  • Excluding Floating Point Libraries While Using Printf
    I was wondering if there is a way to exclude the floating point libraries using calls to printf while I am using fixed point math and have no need for floating point math?
  • use of printf function for floating point number format
    Hi, I have got the wrong result when I use the function printf with format of floating point number which is more than 1000000. For example: f=10000012; printf("\n\r%4.3f",f); and I have got only...