• interrupt problem with sam7s256
    hi all I have a problem in use keil to program at91sam7s256. my IRQ1 or any interrupts occure only one time and i dont know why! i hear that another persons have this same problem i think it's for...
  • interrupt problem with sam7s256
    hi all I have a problem in use keil to program at91sam7s256. my IRQ1 or any interrupts occure only one time and i dont know why! i hear that another persons have this same problem i think it's for...
  • PLL Locking Range
    Hello all, I have written a code with PLL Initialization from 12MHz external crystal oscillator, configured the PLL to lock to 288Mhz with M and N values as 12 and 1. FCCO = (2 * M * Fin)/N = ...
  • PLL Locking Range
    Hello all, I have written a code with PLL Initialization from 12MHz external crystal oscillator, configured the PLL to lock to 288Mhz with M and N values as 12 and 1. FCCO = (2 * M * Fin)/N = ...
  • declaration may not appear after executable statement
    #include<lpc214x.h> void init(void); void delay_ms(int); int main(void) { int i,j,k,A,B,C; IODIR0=0; A=0; B=IOPIN0; C=B^A; unsigned char c[]="I L*** NITC \n"; unsigned char r[]="I L*** EMBEDDED SYSTEMS...