• printf statement
    Greetings, I'm "attempting" to use the printf statement within my main code. Currently I'm seeing nothing out. My processor is a Dallas DS80C320. This has two serial port. - sbuf0 and sbuf1....
  • printf statement not working after putchar statement is used.
    Hi All I am using following putchar routine. void srl_putchar(unsigned char send) { SBUF = send; while (!TI); TI = 0; } after using above routine to transfer a character via serial port i continued...
  • printf statement with enum data type
    I run into a problem using enum datatype with printf statement. The folloing code works with Viusal C but does not work with KEIL compiler --- printf statement prints out the wrong value. Could somebody...
  • Not able to use printf/scanf in uVision 4 (MDK Tools for CortexM3)
    When semihosting function printf/scanf are used, the execution breaks at BKPT 0xAB instruction while trying to execute __sys_open. BKPT 0xAB is used to allow semihosting, since vector catch is not possible...
  • problems being faced while using printf() statements
    can anybody please help me as i am facing problems using printf() statements as i am not understanding how i will print the statements on the console. can anyone provide us with the steps for console...