• Whats happening here ??
    Hallo everybody, got myself another problem.... not exactly a problem... i think The thing is i would like to know whats happening in this output: printf("AIN[%d][%d] = %u.%.3u V\n",m,n,(int...
  • what happened to 8052.com
    Anyone knows what is going on with 8052.com ?
  • What happens in this var declaration mistake?
    Here's an excerpt of my main module (the beginning of it): #include <ezusb.h> #include <ezregs.h> #include <tng.h> #include <string.h> #include "system.h" #include "lcd.h" #define IMG_SIZE...
  • what will happen if printf() function is used ?
    Dear All, In my coding , by mistaken i used printf() function instead of sprintf().... but my code compile ....but not running.... but after replacing sprintf() function ....my code is working...
  • Tx not happening!!!
    I m using MSC1210. It receives data on UART0. SCON=0x50--> Serial mode 1(Asynchronous full-duplex). However, in simulation, only RI(receive interrupt) happens, TI never gets set. As per the code TI...