Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 794f411

Browse files
authoredJan 15, 2024
Update ex_02_Memory_Read_Write.md
It should be 8192 Bytes
1 parent 0e65918 commit 794f411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/docs/ex_02_Memory_Read_Write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A more complex example showing how to read and write the tag's EEPROM memory usi
1212

1313
## Tag Memory
1414

15-
The ST25DV64KC has 64-kBits of EEPROM user memory. That's 8-kBytes or 8102 Bytes. We can use all of that memory to store data.
15+
The ST25DV64KC has 64-kBits of EEPROM user memory. That's 8-kBytes or 8192 Bytes. We can use all of that memory to store data.
1616

1717
The ST25DV tags are "dynamic". The memory can be read and written to using both I<sup>2</sup>C and RF (NFC). For I<sup>2</sup>C, the tag needs to be powered up via your Arduino board.
1818
But for RF, the tag memory can be read and written to even when the tag is powered off. The RF field provides the power.

0 commit comments

Comments
 (0)
Please sign in to comment.