第三,
Spartan 3E没有主并行模式,你提到主串行,这意味着有一个位(串行接口)。
我不知道为什么你要提到32位(除非这只是为了让我们知道系统中有一个32位总线,这不会影响这种情况)。
配置界面是chacuterized工作在2.5v,应用笔记提供3.3v的解决方案:
http://www.xilinx.com/support/documentation/application_notes/xapp453.pdf
1.8v不是支持的非曲面电压电平。
您应该将时钟和Din信号电平转换为2.5伏,以正确连接到设备。
反馈或状态由INIT_b信号提供,您可以将其提升至1.8v而不是2.5v或3.3v,以便“看到”设备是否已准备好接受串行编程,或者是否已经失败
正在编程中。
如果您希望将其连接到飞思卡尔部件的1.8v输入,则DONE信号也是如此。
Austin Lesea主要工程师Xilinx San Jose
以上来自于谷歌翻译
以下为原文
rd,
Spartan 3E has no master parallel mode, and you mention master serial, which means there is one bit (serial interface).
I have no idea why you are mentioning 32 bits (unless this is just to let us know there is a 32 bit bus in the system, which doesn't affect this situation).
The configuration interface is chaarcterized to work at 2.5v, and an app note provides the solution for 3.3v:
http://www.xilinx.com/support/documentation/application_notes/xapp453.pdf
1.8v is not a supported inetrface voltage level.
You should level shift the clock and Din signals to 2.5 volts to properly interface to the device. The feedback, or status is provided by the INIT_b signal, and you may pull this up to 1.8v instead of 2.5v or 3.3v in order to"see" if the device is ready to accept the serial programming, or if it has failed while it was being programmed.
The same is true of the DONE signal, if you wish to connect it also to the 1.8v input on the Freescale part.
Austin Lesea
Principal Engineer
Xilinx San Jose
第三,
Spartan 3E没有主并行模式,你提到主串行,这意味着有一个位(串行接口)。
我不知道为什么你要提到32位(除非这只是为了让我们知道系统中有一个32位总线,这不会影响这种情况)。
配置界面是chacuterized工作在2.5v,应用笔记提供3.3v的解决方案:
http://www.xilinx.com/support/documentation/application_notes/xapp453.pdf
1.8v不是支持的非曲面电压电平。
您应该将时钟和Din信号电平转换为2.5伏,以正确连接到设备。
反馈或状态由INIT_b信号提供,您可以将其提升至1.8v而不是2.5v或3.3v,以便“看到”设备是否已准备好接受串行编程,或者是否已经失败
正在编程中。
如果您希望将其连接到飞思卡尔部件的1.8v输入,则DONE信号也是如此。
Austin Lesea主要工程师Xilinx San Jose
以上来自于谷歌翻译
以下为原文
rd,
Spartan 3E has no master parallel mode, and you mention master serial, which means there is one bit (serial interface).
I have no idea why you are mentioning 32 bits (unless this is just to let us know there is a 32 bit bus in the system, which doesn't affect this situation).
The configuration interface is chaarcterized to work at 2.5v, and an app note provides the solution for 3.3v:
http://www.xilinx.com/support/documentation/application_notes/xapp453.pdf
1.8v is not a supported inetrface voltage level.
You should level shift the clock and Din signals to 2.5 volts to properly interface to the device. The feedback, or status is provided by the INIT_b signal, and you may pull this up to 1.8v instead of 2.5v or 3.3v in order to"see" if the device is ready to accept the serial programming, or if it has failed while it was being programmed.
The same is true of the DONE signal, if you wish to connect it also to the 1.8v input on the Freescale part.
Austin Lesea
Principal Engineer
Xilinx San Jose
举报