SPI Master with Chip-Select in FPGA, VHDL Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

ความคิดเห็น • 7

  • @paulmichael3694
    @paulmichael3694 11 หลายเดือนก่อน

    Fantastic video. Thank you!

  • @feiveljethro4275
    @feiveljethro4275 9 หลายเดือนก่อน

    Do have a platform for the fpga's fans to discuss?

  • @tomurkin5563
    @tomurkin5563 ปีที่แล้ว

    Can you please comment on how to connect multiple drivers to a certain net via tri-state logic? For example in multi-slave SPI system, based on the CS signal only one of the slaves will generate a binary output for the "CIPO" while the rest will generate a high-z. However, when i try to simulate it i get the 'multiple drivers for a net' error - which in this case is intentionally.
    Thanks!

  • @Jm-my1rd
    @Jm-my1rd 3 ปีที่แล้ว +1

    I use 17.1 Quartus compiler and it's giving me an error as shown below:
    Error (10481): VHDL Use Clause error at SPI_Master_With_Single_CS.vhd(84): design library "work" does not contain primary unit "SPI_Master". Verify that the primary unit exists in the library and has been successfully compiled.

    • @playdo93
      @playdo93 3 ปีที่แล้ว

      That error indicates that you haven’t first compiled the “SPI_Master.vhd” file into your work library. It needs to be compiled into your work library first since that component is being instantiated in a higher level entity. Hope that helps

  • @maggen5
    @maggen5 2 ปีที่แล้ว

    How do you handle this code if you don't need to receive anything?

  • @abdessamadbenjaa1639
    @abdessamadbenjaa1639 4 ปีที่แล้ว

    I have problems when i compiling the code