• Problem with AIC
    Hello, I started a project using Advanced interrupt controller. HW is AT91SAM7XC256. Source code: void Ext0IrqHandler(void) { __asm { NOP } AT91C_BASE_AIC->AIC_EOICR=0; } int main(void) ...
  • Problem with AIC
    Hello, I started a project using Advanced interrupt controller. HW is AT91SAM7XC256. Source code: void Ext0IrqHandler(void) { __asm { NOP } AT91C_BASE_AIC->AIC_EOICR=0; } int main(void) ...
  • Problem in problem burning
    Hello everyone, I have purchased LPC2478 development board from EMBEDDED ARTISTS. I want to know how to program the controller. My basic questions are 1. Which method to be used? (USB/SERIAL...
  • Problem in problem burning
    Hello everyone, I have purchased LPC2478 development board from EMBEDDED ARTISTS. I want to know how to program the controller. My basic questions are 1. Which method to be used? (USB/SERIAL...
  • problem with example problem UART output
    From keil code examples C:\ADuC_Beta702x\Code\Keil Code Examples\UART\UART1 #include <ADuC7026.h> extern int write (int file, char * ptr, int len); // Functions used to extern int getchar (void...