• WHAT DO U THINK
    I HAVE THIS GREAT IDEA. BUT IS IT POSSIBLE?. A ADVANCED HANDHELD CALCULATOR USING A 8051. CAN IT DO ALL THE FUNCTIONS?. LIKE SIN COS TAN AND STUFF. I WANT TO DO IT. IF U R INTERESTED IN JOINING...
  • I think it is a bug of keil5
    I think it is a bug of keil5 I have a workspace,built in uvision 4.22.0.0,with two prjects,one is testlib.uvproj,another is testcalllib.uvproj.I can also step into C files of lib file.but when I open...
  • program thinking 019c and 009c are equal
    the code is as follows: the declaration of two global variables: unsigned short int xdata x; unsigned char xdata META_TEDS[MAXINBUFF]; /*MAXINBUFF = 128*/ later in a function I have: for( x...
  • Can anyone explaine this logic?
    while (1) { USARTdrv->Receive(&cmd, 1); /* Get byte from UART */ osSignalWait(0x01, osWaitForever); if (cmd == 13) /* CR, send greeting */ { USARTdrv->Send("\nHello World!", 12); osSignalWait...
  • Logic Analyzer
    How to use the logic analyzer in Uvision3?