• AT91SAM and C++
    Hi, I want to try something new - C++ with at91sam7xc256. Have somebody experiences with it? I want to interface graphical 128x64 display and draw something with OOP. Is it problematic? I mean - interrupt...
  • AT91SAM: nested interrupts
    Hi all, in my project, I've three main processes (ethernet stack, gui-tft and usart interface). The gui routine (for the whole user interface including touch, tft, encoder) takes its time, therefore...
  • 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...
  • watchdog interrupt
    can any one have watchdog interrupt handler for LPC2366. i dont know what to do inside watchdog interrupt handler.Is clearing bss and scratch area in lpc2366 is must?if so how to implement it.Is copying...
  • watchdog debugging
    I don't know if this issue is NXP LPC2378 related or Keil related. I set up my watchdog to have max -> 0xffffffff and feed them with WDCLK= 12MHz (data displayed on watchdog peripheral window during...