Hi,
I have been programming to RAM for testing purposes. My program works as intended, but it will need to survive power cycling. Ideally I would like to continue running the program from RAM because it's likely much faster that way (and I know it already works). Is there a tool or tutorial on how I might the program contents to flash, but on boot-up move the program back into RAM and run the RAM program?
I've looked at the controlSUITE example for flash programming, but it just seems to program random values into memory and not much else. Is there a simple, but comprehensive tutorial out there (hopefully more than just the datasheet)?
In reading spru513j.pdf it seems what I might be looking for is a bootloader, but I can't seem to find a low overhead/simple method of implementing this.
Thanks for any insight!