How to run code from RAM on ARM architecture

前端 未结 3 1217
星月不相逢
星月不相逢 2020-12-01 11:38

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.

<
3条回答
  •  甜味超标
    2020-12-01 12:15

    Nowadays (then-a-days as well?) you can just use the macro __RAM_FUNC, __RAMFUNC_EXT(bank, name) or __RAMFUNC(bank)

提交回复
热议问题