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.

关于CCS编译器优化的问题



您好:

最近在对建立好的工程进行优化,硬件平台为单片6678.

程序中有调用EDMA的过程,如果我将编译器开到O3是不是DMA的驱动就不能使用了?

我想问一下是否可以修改一些属性使编译器只对一些特定的函数进行优化,而其他函数不进行优化?