HI,
I have a function testfun from a customer-provided .a library, and I hope to run this testfun function in RAM. I am currently using NCS 2.8 based on the nRF52840. I’ve looked up some information but encountered a few issues:
- After building the program, what is the name of the NCS linker script? Where is it located? I couldn’t find it.
- If I can't directly modify the
.afile, how should the program be configured so thattestfunruns in RAM?
Please provide some help, thank you.