memory test

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imant
    New Member
    • Dec 2007
    • 3

    #1

    memory test

    I have a function - void write_byte(unsi gned long addr, unsigned char data)
    and function - unsigned char read_byte(unsig ned long addr).
    I need a function, that in each addr write a data, and read from addr this data. How could I realize it?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Why not write a function that calls these two functions??

    Comment

    Working...