SEGGER standard for units of Memory size

From SEGGER Wiki
Revision as of 16:56, 1 June 2021 by Alex (talk | contribs) (Created page with "This article describes the units used by SEGGER for sizes and speeds, in manuals and on the web. __TOC__ = Speed units = * Always metric: Powers of 10 * kB/s = 1000 bytes pe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article describes the units used by SEGGER for sizes and speeds, in manuals and on the web.

Speed units

  • Always metric: Powers of 10
  • kB/s = 1000 bytes per second
  • MB/s = 1'000'000 bytes per second

Size units

  • Typically binary: Powers of 2
  • Rarely metric: Powers of 10
  • KB = 1024 bytes
  • MiB = 1'048'576 bytes
  • kB = 1000 bytes
  • MB = 1'000'000 bytes