• Watchdog fails when executing IAP functions: LPC2131
    Hi I am using LPC2131 chip and i have problems while using IAP functions. 1) Watchdog Reset does not happen if the program hangs while executing the IAP function.During normal operation watchdog works...
  • 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...
  • difference between and " " for # include
    What is the difference between these two sentence:( <> and " ")? #include <rtl.h> #include "rtl.h"
  • 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........