I'm learning about the different memory access modes for SRAM. (Specific datasheet available here.) As I understand, there is "asynchronous mode", "page mode" and "burst mode".
Page mode is an extension of asynchronous mode to efficiently deal with adjacent read accesses. Page 12 says that such a page mode does not exist for write accesses.
Why do we not have page mode write accesses? Are there any fundamental restrictions for such write accesses?
