• 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 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 is LBM?
    What is LOOP BACK MODE?
  • 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 ...
  • what is the meaning of "TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;"
    hi i am so novice in coding at keil and also work with arm i want to know what is the meaning of " TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;" in arm coding?????