Jump to content

sai

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by sai

  1. sai

    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. 

    1. Sergiu

      Sergiu

      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

×
×
  • Create New...