• 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...
  • A pathetic situation
    I study in a public university. Each department organises a festival once in a year. On the final day a grand concert was organised.I'm much more exposed to the happenings backstage. Bands refers to...
  • 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...
  • Odd situation with USB Communication Device (CDC )- VCP
    Hi all, I’m having an odd situation with RL-USB with the following characteristics: STM23F407ZG (board with proven hardware) Communication Device (CDC) – Virtual COM Port Full Speed CDC...
  • Why not printf works always....
    Why not printf works always.... When I tried with Keil Monotor Driver51 it did not work but was working in simulation mode. But now again when I try to debug sample code in simulated mode it does...