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, I would like to copy part of my code to a specific area in memory of the microcontroller. How would I do this? Do I have to develop my own linker script or is there an easier way to do this? Thank you, Michael
The next DK-ARM version will come with a Keil CARM Compiler that fully supports the 'ram' function attribute. In this way you can copy functions to RAM memory. Also there will be examples provided for complex memory layouts. We expect that this release comes in about 1 week.