We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PAGE_SIZE
flash
1 parent 524ea1b commit 1257ba6Copy full SHA for 1257ba6
src/flash.rs
@@ -14,6 +14,9 @@ use crate::{
14
/// The first address of flash memory
15
pub const FLASH_START: u32 = 0x0800_0000;
16
17
+/// The size of a Flash memory page, in bytes
18
+pub const PAGE_SIZE: u32 = 128;
19
+
20
21
/// Entry point to the non-volatile memory (NVM) API
22
pub struct FLASH {
0 commit comments