Jump to content
  • 0

DAC spartan3e


lwew96

Question

I am newbie. I want to use DAC spartan3e to generate sine wave at 100 kHz.

But i don't know the function of pin SPI_MISO. So, Do i really need use pin SPI_MISO?

Does everybody give some note when generating wave by DAC spartan3e.

TKs all

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

You're trying to drive an external SPI DAC, right?
SPI_MISO is to get information back from the external component to the FPGA. So in theory, no you don't strictly need it.

It's also possible without an external DAC, using a resistor and capacitor instead as lowpass.

Here is one example including sine wave generation that allows rail-to-rail output (that is, 0..3.3 V). It's probably the fastest way but this is not exactly "newbie" territory. In other words, if this happens to be a course project, double-check that this approach is legit. Otherwise, better be prepared to explain how it works :)
 

link/code

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...