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.

28335搬运程序太慢



28335运行dsp/bios

在上电后运行copy_sections,发现拷贝的速度不是一般的慢,等到进入main的时候已经是12s以后的事情了

貌似如果要提高速度,应该在copy_sections之前就要配置PLL了,但是系统自带的initSysCtrl肯定是不行了,已经尝试过了

有相关的例子么?