Uninitialised data relocation (.NoInit) #51558
Unanswered
GeorgePriestner-Eaton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any examples available for relocation of data to an uninitialised RAM section (e.g. .NoInit)?
Like how we specify sections with ARM compiler:
__attribute__((section("NoInit"),zero_init))
and the linker script e.g.
I'm using an STM32F429zi.
Beta Was this translation helpful? Give feedback.
All reactions