问候语,我在协调I2S音频协议方面遇到了一些麻烦。我所能找到的所有帮助文件都显示I2S应该是驱动程序下的选项,但是它不在那里。但是,在SPI驱动程序下,I2S使用的是什么,我可以将它设置为DVVISPIXPROSTOLL Type Type音频。接下来的两个选项显示为粉色,提示错误。单击按钮生成代码工作,但如果我试图构建项目(仅用生成的代码,没有编辑),则会产生与SPI音频相关的几十个错误。我使用的是和声2.05,我使用的是PIC3的MCU。2MX795F512L文档,我发现,我认为是和谐1。x,也许这就是为什么所有的I2S显示为分离的河流?如果是这样,有2 x的帮助文档吗?还是我错过了一些完全不同的东西?谢谢!
以上来自于百度翻译
以下为原文
Gree
tings,
I'm having some trouble setting up the I2S audio protocol in H
ARMony. All the help files I've been able to find show that I2S should be an option under Drivers, however, it is not there.
Under the SPI driver though, which is what I2S would use, I can set it to DRV_SPI_PROTOCOL_TYPE_AUDIO. The next two options though show up in pink suggesting an error.
Clicking the button to generate code works, but if I try to build the project (with just the generated code, nothing edited) it generates dozens of errors all related to the SPI audio.
I'm using Harmony 2.05
The MCU I'm using is the PIC32MX795F512L
The documentation I did find I think was for Harmony 1.X, maybe that's why it all showed I2S as a separate driver? If so, is there any help documentation for 2.x? Or is there something completely different I'm missing?
Thanks!