• difference between licence for mdk
    Hello, I asked for prices from keil for arm developement tool, and i got different licenses, so i want to ask about the difference between: > MDK-ARM-B MDK Basic Edition (256KB) > MDK-ARM...
  • the different between LPC2131&LPC2200?
    Hello,every one i'm a freshman,i wanna kown the different between LPC2131&LPC2200? which one is more suitable for a Learner! Thanks!
  • Difference between two pointers
    I'm using the ARM Realview compiler with a Cortex-M3 device. I would like to caclculate the difference/distance between two pointers: char* IndexStart, IndexStop; // Search for the beginning of...
  • 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 short and char
    Hi all, What is the difference between the data types char and short? According to the book, they are both 8 bits and have the exact same range. Thanks, Steve