• 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&SE512 WATCHDOG
    Hi All I am not able to configure the watch dog in the AT91SAM7SE512,since it doesnt have the peripheral ID,so not able to enable its peripheral clock and interrupt based on the watch dog. can...
  • AT91SAM&SE512 WATCHDOG
    Hi All I am not able to configure the watch dog in the AT91SAM7SE512,since it doesnt have the peripheral ID,so not able to enable its peripheral clock and interrupt based on the watch dog. can...
  • 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...
  • Nested Interrupts
    Hello everybody, I'm using LPC2148 ARM7, programming with uVision3. Now, I need nesting Interrupts. Following lines were used: AREA NESTED_IRQ, CODE, READONLY ARM EXPORT nested_irq_enable...