您好,我在尝试移植mmwavelink到zynq的ps,没有找到引脚映射文件,只有ftdi_port.h,怎么看不到spi驱动的端口逻辑,如果我直接将awr2243的spi接口接到zynq的PS MIO上,仅使用dfp里的代码可以完成awr2243的配置吗?或者我需要将ftdi芯片同时连接awr2243的spi接口和zynq 的ps的usb接口才能完成设计?谢谢您的回复
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.
你好,
你需要用zynq芯片的spi驱动替换掉dfp example里相关的spi的操作。和普通的spi操作比较,多了一个HOST IRQ信号判断。具体的host和AWR2243的交互流程,请参考DFP包里interface control API文档里的3.2 Communication Sequence相关章节的内容。
Thanks,
Chris