• interface eeprom AT24C32 with 89S52
    HI all, i need a small help from you all.... i am trying to interface AT24C32 eeprom with 89S52. my problem is it works perfectly with proteus stimultion but when i tried to built the circuit it give...
  • problem in interfacimg eeprom AT24C32 with 8051
    hi i am interfacing eeprom at24c32 eeprom ic with 8051. it has i2c communication sda &scl.i used the following sequence for i2c 1.start() 2. write address with write mode 3. write memory address...
  • Read/Write from register
    hi I am trying to implement a filter on my Cortex m-0 based FPGA the main idea of this project is to create an accelerator from my C code to reduce the execution time ..and since my accelerator was...
  • write and read from sle 4418
    In my project i need to communicate with sle 4418, the microcontroller i used is pic 16f877. I used i2c to communicate with sle 4418. but it is not working, could you please give me sample codes to write...
  • Read and Write
    Hi Since I want to set three input and one output so my code would be like that: //Configurations sbit READ_1=P1^0; sbit READ_2=P1^1; sbit READ_3=P1^2; sbit SEND=P1^3; READ_1=1; //INPUT...