Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Sundar Raju

  1. S

    [ARM] I2C -lpc2148 isr problem

    HI shruv Thanks for replying... I visited the link, its really useful... i have configured master as mentioned in that, i am having problems in slave side , my slave configuration as follows first i have enabled the I2EN bit and AA bit , while checking the states it waits in state 0x60...
  2. S

    [ARM] I2C -lpc2148 isr problem

    void I2C_Initi(void); __irq void I2C_ISR(void); void ISR_8(void); void ISR_18(void); void ISR_10(void); void ISR_28(void); int i,Temp,f; int main() { PINSEL0&=0xFFFFFF0F; PINSEL0|=0x00000050;// using i2c0 I2C_Initi(); I2C0CONSET|=0x20;/* Send start bit */ while(1) { IOCLR0=0x40...

Part and Inventory Search

Back
Top