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中如何将 FPUmathTables 放到RAM中去?

在28335中FPUmathTables 是放在1-wait BOOT ROM中的,如果想加快计算速度,将 FPUmathTables 放到0-wait RAM中去的话,怎么操作?

 

FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD

仅将CMD文件中上面这句话的中“TYPE = NOLOAD”去掉就可以了吗?还是需要其他的命令配置?