• printf problem plz help
    i m using c51 microvision4....i have a simple program using logical bitwise operator .here is d part of d code... #include <stdio.h> void Display_Byte(const unsigned char); int main() { unsigned...
  • Help with printf, gets
    Can someone help me get this to work? I want to be able to receive an input on the serial window and then display that input. The problem is the first text repeats forever with a while loop, and without...
  • printf()
    hai.... I am trying to learn ARM processor.I am using the example programs an i have a MCB 2100 board.My question is that whether i can use printf() statements in the programs.
  • STM32, printf wiindow and USART2 to printf
    Hello, I got PCB where a Bluetooth modul is SMD mounted at USART2 and a STM32F103ZE T6 (High Density). I'm using Keil + cmsis + stlib3.5.0 I'm trying to get the BT Modul working. For that I...
  • printf
    Hi, I am trying to run my first C program on Keil...it works perfectly until I insert a printf statement...am i missing something? #include <reg52.h> #include <stdio.h> void main(void) { unsigned...