在运行ezdsp5535板子aic3204例程的时候,在aic3204_tone_headphone.c文件中有几个函数
EZDSP5535_I2S_writeLeft( sinetable[sample]);
EZDSP5535_I2S_readLeft(&data1);
EZDSP5535_I2S_writeLeft(data1);
程序运行到这的时候就不会进行下一步了,也就是跳不过这一步代码(软件调试的时候观察出来的)。
注释掉后进行调试就可以运行通过。
请问这是什么原因?
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.
在运行ezdsp5535板子aic3204例程的时候,在aic3204_tone_headphone.c文件中有几个函数
EZDSP5535_I2S_writeLeft( sinetable[sample]);
EZDSP5535_I2S_readLeft(&data1);
EZDSP5535_I2S_writeLeft(data1);
程序运行到这的时候就不会进行下一步了,也就是跳不过这一步代码(软件调试的时候观察出来的)。
注释掉后进行调试就可以运行通过。
请问这是什么原因?