This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Even after using the pragma arm section zidata = ".test", i see some variables in the test section and some still in the data section. I am using RVCT2.2. Can someone please help me with this?

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?

Parents Reply Children
No data