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.

CCS/TMS320F28335: running flash api from external ram

Part Number: TMS320F28335

Tool/software: Code Composer Studio

hello,

i have a tms320f28335 and its application main code runs from external xint ram (at the start up the code is copied here). i need to perform some erase/write operation on sector h of the flash memory but i read in a technical note the flash api must run from a zero wait state ram to operate properly. i have two questions:

1) my external ram has some wait states > 0 so i assume it is necessary to run the flash api from internal ram. is that correct?

2) if this is the case how can i copy and run the flash api to internal ram?

thank you for the support.