??? 07/26/04 17:17 Read: times |
#74911 - RE: LPC935 - Problems with Interrupt Responding to: ???'s previous message |
If interrupts r so critical make ISR as samll as possible ie. set a flag in an ISR & come out of it
Keep watch on flag status in u r while(1){} loop u will loose time as many no. of flags r there to check(jnb instrctions) if u want furtehr sync. in ISR (now normal functions) put additional check for ADC in RTC routine. |