Replies: 2 comments
-
|
This is currently missing, see #49155 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check #99461 on how I moved the noinit of some network buffers by adding an additional linker script without changing the original one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Has anyone tried to relocate a NOINIT section? My understanding from the Zephyr doc, this is support:
I have marked the variables with noinit similar to this example. I don't see corresponding changes required in CMakeLists.txt or linker script, so I am assuming I just need to specify what files will go into NOINIT section like this
zephyr_code_relocate(FILES ${reloc_files} LOCATION SRAM2_NOINIT)However, I am facing compilation error like this:
Does anyone might have some insight on what I am missing?
Beta Was this translation helpful? Give feedback.
All reactions