怎样将耗时较多的一段代码或数据配置到L2缓存加快程序运行速度
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.
user5353238 说:SHDSPL2RAM o = 0x11800000 l = 0x00040000 /* 256KB L2 共享内置 RAM */
.fast_fun > SHDSPL2RAM
#pragma CODE_SECTION(checkFrayedBill, "fast_fun")
我这样配置了 但是报下面这个警告
Description Resource Path Location Type
#10247-D creating output section "fast_fun" without a SECTIONS specification main_billacceptor C/C++ Problem
fast_fun前多了一个点。