summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-03-26 09:54:13 +0100
committerNélio Laranjeiro2009-03-26 09:54:13 +0100
commit2ee4825787b92a134629970b8e4316109f18d29a (patch)
tree78f57ce11766da2449622b47500861a0ddf9cf17 /tools
parentb3aa631bf009fdd02092d8e3092f3c1a4c978b76 (diff)
tools/trace/doc: Correct the real values of the flash.
Diffstat (limited to 'tools')
-rw-r--r--tools/trace/doc/trace.txt32
1 files changed, 17 insertions, 15 deletions
diff --git a/tools/trace/doc/trace.txt b/tools/trace/doc/trace.txt
index 3607d4ac..cd14826e 100644
--- a/tools/trace/doc/trace.txt
+++ b/tools/trace/doc/trace.txt
@@ -39,19 +39,21 @@ Time specifications
At 14.7456 Mhz.
-+---------------+--------+--------+
-| Description | Cycles | ns |
-+---------------+--------+--------+
-| Read | 3 | 203,43 |
-+---------------+--------+--------+
-| Write | 3 | 203,43 |
-+---------------+--------+--------+
-| Erase 4kB | 3 | 203,43 |
-+---------------+--------+--------+
-| Trace 1 byte | 3 | 203,43 |
-+---------------+--------+--------+
-| Trace 2 bytes | 6 | 406,86 |
-+---------------+--------+--------+
-| Trace 4 bytes | 12 | 813,72 |
-+---------------+--------+--------+
++---------------+--------+
+| Description | Time |
++---------------+--------+
+| Write | 10 us |
++---------------+--------+
+| Erase 4kB | 25 ms |
++---------------+--------+
+| Erase 32kB | 25 ms |
++---------------+--------+
+| Erase Full | 50 ms |
++---------------+--------+
+| Trace 1 byte | 10 us |
++---------------+--------+
+| Trace 2 bytes | 20 us |
++---------------+--------+
+| Trace 4 bytes | 40 us |
++---------------+--------+