xiaoxiang781216 commented on issue #2001:
URL: 
https://github.com/apache/incubator-nuttx/issues/2001#issuecomment-725083104


   No, you can't put g_idle_topstack to BSS section, since the startup code 
which zero out BSS section will corrupt your running(idle) stack.
   Yes, you can define the idle stack as a global arrary, but you must put it 
into a special section(e.g. .noinit) in link script.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to