CPUInfo: added note on dataflash write cost

This commit is contained in:
Andrew Tridgell 2013-01-08 15:29:06 +11:00 committed by geermc4
parent c8ae665ac3
commit 75c1666302

View File

@ -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