• What is MDK?
    I have a few questions - 1)what is MDK(Microcontroller Development Kit)? 2)What are the uses or advantages of using a MDK? 3)Does all the ARM families have a MDK?
  • What is LBM?
    What is LOOP BACK MODE?
  • What is this RTX51
    Hi i've just switched from assembly language to c and i've studied a little about RTX51 Real time operating system but i could'nt figure out its purpose for microcontroller applications. Can any one kindly...
  • What's the file format of *.mcs?
    The customer give two source file (*.mcs),should be download to two chip (AM29F200, 29F010).Which tool can convert this file to HEX or Binary? What's the format of this file? Thanks.
  • Whats wrong with this code?
    unsigned char sectors_per_cluster; unsigned int *pi; unsigned long *pl; pi = (unsigned int *)&raw_block[FAT_BYTES_PER_SECTOR]; partition.bytes_per_sector = *pi++; partition.sectors_per_cluster ...