This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TMS320F28374S: Codes copied to two RAM locations (to run) which are not continuous

Part Number: TMS320F28374S


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