Tool/software: TI C/C++ Compiler
Hi,
Just one doubt: can the codes (copied to RAM) run in different RAM locations?
I'd like to copy several Flash codes to RAM and run. But, there's no enough continuous RAM size for code running. So I'd like to do like:
ramfuncs : LOAD = FLASHB_D,
 RUN = RAMGS0|RAMGS6,
 LOAD_START(_RamfuncsLoadStart),
 LOAD_END(_RamfuncsLoadEnd),
 RUN_START(_RamfuncsRunStart),
 PAGE = 0
Is this OK? If OK, is there totally the same like continuous RAM?
Thanks a lot.
Br, Jordan
 
				 
		 
					 
                           
				