• difference between 8051 and C8051f411
    Hi all, Iam quite confused to know whats the difference between 8051 and C8051F411.(what does C,F stands for). One more question is when i am seeing the datasheet of c8051f411,it showed me as CIP...
  • debug C8051F411 with crc-functions don't work
    Hi there, i use a SiLabs C8051F411 with an onboard crc32-engine. In my firmware i build a crc32-checksum of the downloaded hex-file in flash. This checksum is compared to a pre-saved crc32-checksum...
  • difference between compilers
    I have C code that includes more than one file. it was compiled by keil c51 ver 3.2 (1990) and works. when i compile it with new keil microvision compiler the program doesn't work (but compiler says...
  • Difference between Interrupts and Functions
    Hi, Iam new to the microcontrollers,could u pls explain what is the difference b/w Interrupt and functions in embedded programing........
  • difference between the two?
    What is the difference between the following two variable declaration? unsigned char var; and unsigned char data var;