From 75c16663028fc3364cd7b952a67381b5ee264421 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 8 Jan 2013 15:29:06 +1100 Subject: [PATCH] CPUInfo: added note on dataflash write cost --- Tools/CPUInfo/output.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tools/CPUInfo/output.txt b/Tools/CPUInfo/output.txt index 2aeeb933e4..e6a4246249 100644 --- a/Tools/CPUInfo/output.txt +++ b/Tools/CPUInfo/output.txt @@ -58,3 +58,8 @@ Additional notes: ready from the previous byte pgm_read_byte: 0.5 usec per byte + +dataflash write: + 50 usec per byte, same on APM1 and APM2 + if we change API to do block writes, will be 8 usec per byte +