This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to read a buffer values in controllers

i have one external buffer to store the input values .while processing i need to read the input values from that buffer to my Winbond controller in Port(P0)

how can i read this external buffer?

Parents
  • Actually accessing your external xdata memory is identical to accessing internal xdata memory. It's just a question of memory address.

    I presume that you mean EEPROM. Look at sample code for I2C communication (either Keil examples available with the compiler, or application notes from your chip manufacturer). Also look at the Code Architect for generating a skeleton code.

Reply
  • Actually accessing your external xdata memory is identical to accessing internal xdata memory. It's just a question of memory address.

    I presume that you mean EEPROM. Look at sample code for I2C communication (either Keil examples available with the compiler, or application notes from your chip manufacturer). Also look at the Code Architect for generating a skeleton code.

Children
No data