I am programming an ARM Cortex-R4 and I have a few binary files that I\'d like to execute them from TCRAM, just to see if the increase in performance is good enough.
Nowadays (then-a-days as well?) you can just use the macro __RAM_FUNC, __RAMFUNC_EXT(bank, name) or __RAMFUNC(bank)
__RAM_FUNC
__RAMFUNC_EXT(bank, name)
__RAMFUNC(bank)