> For the complete documentation index, see [llms.txt](https://inacks.gitbook.io/is4310-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inacks.gitbook.io/is4310-wiki/datasheet/i2c-compatible-bus-description/multiple-word-read.md).

# Multiple Word Read

Multiple Word Read functions similarly to Single Word Read but can read a block of up to 500 registers in a single operation. Remember, the registers are 16-bit words consisting of 2 bytes, so the number of registers retrieved should always be even. &#x20;

To perform a Multiple Word Read, follow the same procedure as for a Single Word Read until the first data word is received. After receiving the first word, instead of generating a Not Acknowledge (NACK), the microcontroller should continue acknowledging\
(ACK) each received data byte from the IS4310 for as many words as it intends to read. To conclude the read operation, after reading the last data word, the microcontroller should generate a Not Acknowledge (NACK) and a Stop Condition.

With each word read, the Pointer Register increments by one.

**Invalid Memory Addressing**

The valid memory range of the IS4310 goes from addresses 0 to 503.

If the Read Operation is performed with a Pointer Register within the valid memory range (0 to 503), but the data retrieval extends beyond register 503, a rollover to position 0 will occur. For example, the value of register 504 will correspond to the content of register 0.

If a Read Operation is performed with a Pointer Register value higher than 503, the read result will be 0xFFFF.&#x20;

(Click to enlarge)

<figure><img src="/files/hgkTXRi0KcV00lD08Cmp" alt=""><figcaption><p>IS4310 Multiple Word Read I2C Frame</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inacks.gitbook.io/is4310-wiki/datasheet/i2c-compatible-bus-description/multiple-word-read.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
