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 0fdefc9 commit d1ddbceCopy full SHA for d1ddbce
cortex-m-rt/src/lib.rs
@@ -392,9 +392,11 @@
392
//! Some microcontrollers provide additional memory regions beyond RAM and FLASH.
393
//! For example, some STM32 devices provide "CCM" or core-coupled RAM that is
394
//! only accessible from the core. In order to access these using
395
-//! `#[link_section=".foo"]` from your code, you need to modify `memory.x`
+//! [`link_section`] attributes from your code, you need to modify `memory.x`
396
//! to declare the additional sections:
397
//!
398
+//! [`link_section`]: https://doc.rust-lang.org/reference/abi.html#the-link_section-attribute
399
+//!
400
//! ```text
401
//! MEMORY
402
//! {
0 commit comments