From 81e52e43c1da20035b187be3306532d3c5253cd3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 12 Feb 2012 19:21:49 +1100 Subject: [PATCH] added some notes on EEPROM speed --- Tools/CPUInfo/output.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Tools/CPUInfo/output.txt b/Tools/CPUInfo/output.txt index 87d210c77c..dad4aac104 100644 --- a/Tools/CPUInfo/output.txt +++ b/Tools/CPUInfo/output.txt @@ -39,3 +39,13 @@ idiv32 37.71 usec/call memcpy128 56.76 usec/call memset128 49.71 usec/call delay(1) 1005.14 usec/call + + +Additional notes: + + eeprom_read_byte: 2 usec/call + eeprom_write_byte: first call costs 5 usec, each subsequent byte + costs 3480 usec as it waits for the EEPROM to be + ready from the previous byte + + pgm_read_byte: 0.5 usec per byte