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 a lludivv7m.o which is included inside the Standard Arm C Library. And I need to place the __aeabi_uldivmod function only in RAM.
In the linker script. I can do the following:
lludivv7m.o(+RO)
But this will move the whole file into RAM. is it possible to move this specific function? And others if needed?