• About STM32 SPI multi slave setup
    Hi, I am trying to construct a SPI network with STM32F1 MCU in a star-shaped network so that all slaves are connected directly to the master. In a one-master-one-slave situation, it seems that the...
  • i2c slave problem
    hi everyone i am trying to communicate between two lpc2148 through I2c. I am having problems in the slave side, i think so. The slave does not acknowledge properly(Hardware). i used logic analyzer in...
  • LPC2148 I2C Slave Coding
    HI ARM Keil Team, I'm working on a project and I require I2C coding techniques and a sample code for I2C Slave Receiver where LPC2148 acts as Slave receiver and Raspberry Pi acts as I2C Master Transmitter...
  • testing I2C master and slave
    hi there, i am using a Philips SAA56XX MCU on it are 2 I2C port i have connected these 2 port together Port1<---->Port2 i configured Port1 to be Master and Port2 to be Slave with address 0x70...
  • i2c slave drivers in C
    Hi, Does anyone have, or knows where to find I2C Slave drivers in C for 87 LPC 76x or compatible uC with bit oriented I2C ( like 8xC751 ) ? If possible interrupt driven. ( I can't manage...