• NULL peculiarities
    I have a question about the behavior of some code I have written: Packet Packet_str; when I declare this structure in my main program and then check its memory location via a printf statement and...
  • 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 GPIO
    In LPC1114 if we configure P0_10,P0_11,P1_0,P1_1,P1_2,P1_3 these pins as GPIO , and toggle simulator wont show changes in status bit , same things happens if we check in actual hardware. Same snap of...
  • Watchdog
    When a watchdog timeout occurs, it could be the result of many causes. The code could be 'out in space' due to a bad pointer corrupting anything it wants to. It could be due to a fault condition that...
  • GUI issue (LPC1114)
    Hi! I have already created the firmware for Lpc1114 but an issue I am running into is how to communicate with the mcu through a GUI. I know how to create gui's but I don't know how to send binary...