• How reliable is 'bit banged' I2C ?
    Hello All, Sorry if my question already thrown in the forum. I mean how reliable this 'bit banged' i2c compared to its hardware i2c counterpart ? Is there anybody has an experience using it in Industrial...
  • spi bit bang
    hey people. i need code for spi bit bang of slave. where is the file. i cant find. can everyone upload again.
  • SPI bit Banging issue
    hi in my recent project i'm doing bit banging SPI in AT89S52 . i am using a self modified library and its not working properly. i cant remember the original page where i found the code, though it was...
  • Bit-banging a DAC
    Hi. I'm currently trying to interface with a serial DAC. I have 16 bist of data, and I want to send these MSB first to the DAC. My question is: How do I access the MSB of 2 bytes of data, and then...
  • Proper way to bit bang with KEIL
    Hello, what im trying to do is reverse engineering unknown device. What i need is catch a 16bytes data from it. Each clk's pulse speed is about 20 nanoseconds. I'm using stm32f4 discovery board, so i...