• printf() not working , peculiar situation ,
    dear friends i have a peculiar situation at hand . i am trying to dump some message to my serial port and see it through my dummy terminal . before that i tried a simple LED toggling , it worked fine...
  • LPC1114 watchdog peculiarities
    Hello, I managed to figure out why my LPC1114 keeps on resetting when the watchdog is enabled: it seems that if one feeds the watchdog too often: for (;;) { feed_wdt() ; } the processor...
  • Null Pointers
    What happens if i try to write data to memory location where NULL POINTER is pointing, in ARM? _my understanding_ The Null Pointer is a Pointer pointing to 0. Does that mean memory location 0x0(the...
  • C51: Null function pointer
    I am trying to convert an unmaintainable user interface driver over to something that uses data structures to define the menu organization (This example is stripped down to the bare minimum from my...
  • Probelm checking for NULL
    I am trying to check for a NULL character but I get the following error when I try to comiple: Error C193: '!=': bad operand type Any suggestion on how to correct the problem? Thanks.