Skip to content

Commit 4d1cf60

Browse files
committed
note that K means 1024 bytes in memory.x
1 parent 9cf6745 commit 4d1cf60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m-rt/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
//! ``` text
9090
//! MEMORY
9191
//! {
92+
//! /* NOTE K = KiBi = 1024 bytes */
9293
//! FLASH : ORIGIN = 0x08000000, LENGTH = 128K
9394
//! RAM : ORIGIN = 0x20000000, LENGTH = 8K
9495
//! }

0 commit comments

Comments
 (0)