目前memcpy等都在DDR中运行,能否搬到L2RAM中运行呢?如何操作?
我试了#pragma CODE_SECTION(memcpy, ".text_l2ram");不行
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.
目前memcpy等都在DDR中运行,能否搬到L2RAM中运行呢?如何操作?
我试了#pragma CODE_SECTION(memcpy, ".text_l2ram");不行