We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have few variables and am using the below pragma
#pragma arm section zidata = ".test"
i see that some of the vairable are going to the .test section but some are still in the .data section. The code is being compiled using RVCT2.2 Compiler.
Can someone please help me what might be going wrong here?
The issue i faced is exactly the one discussed in the below link:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/5673.html
And it helped me as well.