• 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...
  • 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...