Sergiu
-
Posts
98 -
Joined
-
Last visited
Sergiu's Achievements
-
Hello,
I am trying to finish a project typically a USB to SPI convertor. i have written the code and simulated using modelsim (the code is just converting from usb to spi). The code does not contain enumeration process or any thing. My professor want me to do the hardware implementation using the Baysis3 board. In plain words, he want me to write my code to baysis board, send some data from PC to baysis3 board. It has to convert the received data into SPI protocols. Is there any scope for that.
-
Hello,
The basys3 can only receive data from a computer using UART. The micro-usb (prog) socket also doubles as a UART bridge. I believe you can see this in one of the Basys3 demo projects https://reference.digilentinc.com/basys3:basys3 .
in order to obtain SPI you will have to convert the data received from UART, which I believe is not what you want.
Sergiu
-
-
Hello Sergiu. We are new to Zybo. For some reason when we tried the second land tutorial in the FPGA Design Flow in Vivado workshop, we got an error message. Then, the Zybo no longer boots up. Did we unintentionally damage the board?