• Printf problem in Keil
    Whenever I try to send float value on the UART, the code compiles perfectly. But when I try to burn in on my LPC2138, it doesn't burn. Can you help me in solving my problem? my code is: printf...
  • printf problem!!!!
    I have a question as follow: in my project,there is a state: printf("\nplease\n"); and its disassembly is : 140: printf("\nplease\n"); 141: 0x300004E4 E28F0040 ADD R0,PC,#0x00000040...
  • UART - printf - keil
    printf() is a library routine provided by keil library. So whenever we use printf in our code I assume what it might be doing is calls a routine which places characters of the printf statement in...
  • uart printf nuvoton keil
    I am using Nuvoton ARM Board. Here i want to use UART1 but the printf function is not working for any other UART port leaving UART0. void SYS_Init(void) { /*------------------------------------...
  • stm32f429 printf/b on keil
    How can i use printf in keil for my stm32f429i disc1 discovery board. I followed the steps on this link www.keil.com/.../ulink2_trace_itm_viewer.htm. i am still not able to print. Do i have to add...