• want the code to interface m24c64 with stm32f051
    i have interfaced EEPROM(24c64) with 89s52). but i can't understand what is the process in it. i know something about it. its having sda pin(pin 5) for serial data communication and scl pin (pin 6) for...
  • Read/Write byte to GPIO?
    Recently migrated to ARM KEIL, using stm32f4 with HAL drivers, and im wondering i didnt found any fucntions or exmaples how to write byte to the GPIO, HAL has only GPIO_Write function which allows only...
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...
  • Programming P89V51RD2
    hi to all As i am startd working with P89v51rd2.i am facing some problem some chips are burinning properly and some are not i am uaing ALL-11C2 universal programmer to programming the controller As there...
  • 8 Bytes of read write and excute
    Hi I'm trying to create some code that needs rwx, but only about 8 bytes. Is there any way to do this and how Thanks