I'm trying to write a bootstrap routine in C that will reside in flash and be copied to RAM for execution. Can anyone give me some helpful hints on how to do that?

I've searched the docs for any reference to relocatable code (there will be some subroutines, also in RAM) or preprocessor commands that might be able to specify that this code will be running at a particular address (in this case within the RAM) and haven't been able to find anything that relates to this problem.

Thanks,
Dale Cunningham

Reply via email to