This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DAC7718 output response time

Guru 16770 points
Other Parts Discussed in Thread: DAC7718

Hi

We have a question about DAC7718.

Can you calculate a spent time from the time starting control with SPI to the time its to be reflected as an output?
We want to know what kind of elements should be considered. (SPI access speed, slew rate, setting time and so on?)

We appriciate to your help.

Best regards

  • Hi Na Na,

    na na78 said:
    Can you calculate a spent time from the time starting control with SPI to the time its to be reflected as an output?

    In DACs the time spent between the SPI update signal and the output starting to ramp up, is called the "dead time". This does not include the entire SPI frame as the timing can change drastically depending on the SCLK frequency.

    You can find more information in this blog DAC Essentials: Understanding your DAC's speed limit. Let me know if you have any questions regarding its explanation.

    It explains that the "dead time" is included in the settling time specification of the DAC.

    na na78 said:
    We want to know what kind of elements should be considered. (SPI access speed, slew rate, setting time and so on?)

    How fast does depend on these. If you can share some more details of your application I can probably calculate these for you.

    How fast you can update the DAC depends on:

    SPI_frame_time + DAC_update_delay + Settling_time

    The DAC_update_delay depends on the mode that you deside to use to update the DAC. You can look at page 43 of the datasheet to read about a few ways to update the DAC output.

    If you have any more questions let me know and I should be able to help you out.

  • Hi Eugenio

    Thank you for your helpful information.

    The sampling frequency of the signal is 1KHz, so enough speed can be provided in DAC7718 we think.

    We'll check it using EVM.

    Thanks

    Best Regards