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.
Hi friends.
Now I have a project which needs that the whole standard C lib functions, such as "memcpy", "sin" ... runs in a specific ram sector. If I dont operate like this, these functions would run on Extern Flash, As we know, it would Make the whole softWare run very slow。So I have to change the whole standard C lib functions' running sector.
How should I do? Look forward to your soonest reply
I would suggest you use a linker script to make your code acutually run from RAM.