Skip to content

Instantly share code, notes, and snippets.

@dheeptuck
Created October 28, 2019 17:45
Show Gist options
  • Save dheeptuck/df3aa84790f01ded33badbe7066129f8 to your computer and use it in GitHub Desktop.
Save dheeptuck/df3aa84790f01ded33badbe7066129f8 to your computer and use it in GitHub Desktop.
/* Creating a non initialized RAM section: */
 .noinit (NOLOAD):
 {
 KEEP(*(.noinit)) /* keep my variable even if not referenced */
 } > RAM
@Wang-Jinlong
Copy link

thk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment