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.
1 parent 3dec0b2 commit 10bff49Copy full SHA for 10bff49
cortex-m-rt/src/lib.rs
@@ -522,8 +522,8 @@ cfg_global_asm! {
522
"ldr r0, =_stack_start
523
msr msp, r0",
524
525
- // If enabled, initialize RAM with zeros. This is normally not necessary but might be required
526
- // on custom hardware.
+ // If enabled, initialize RAM with zeros. This is not usually required, but might be necessary
+ // to properly initialize checksum-based memory integrity measures on safety-critical hardware.
527
#[cfg(feature = "zero-init-ram")]
528
"ldr r0, =_ram_start
529
ldr r1, =_ram_end
0 commit comments