• How do I move code from FLASH to RAM?
    I'm creating a program for an Atmel AT91SAM7S. Most of my code will run from FLASH during normal operation, but I have a few interrupt service routines and a time sensitive function that need to execute...
  • How do I move code from FLASH to RAM?
    I'm creating a program for an Atmel AT91SAM7S. Most of my code will run from FLASH during normal operation, but I have a few interrupt service routines and a time sensitive function that need to execute...
  • Slow compiler performace of uVision 5.15
    We currently used the version 5.10 of uVision in our projects. Today we did some tests with the new release version 5.15. On my personal system the new version works as expected, but on a second system...
  • Slow compiler performace of uVision 5.15
    We currently used the version 5.10 of uVision in our projects. Today we did some tests with the new release version 5.15. On my personal system the new version works as expected, but on a second system...
  • Scatter-load question: How to move my r/w data from flash
    I've got a project that I'm trying to move to the latest MDK-ARM from older tools. I've created a scatter-loading file that describes my memory layout, but I can;'t figure out how to move my read-write...