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.

代码配置缓存运行



 SHDSPL2ROM   o = 0x11700000  l = 0x00100000  /* 1MB   L2 共享内置 ROM */

  .fast_fun       >  SHDSPL2ROM//SHRAM   //ALIGN(128)

#pragma CODE_SECTION(myHoughLineAngle, ".fast_fun")

将函数myHoughLineAngle配置到缓存运行发现程序运行到该函数后就死掉了。