Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Microcontroller communicates with DAC chip without I^2C or SPI?

Status
Not open for further replies.
T

treez

Guest
Hello
We are connecting the BU2508FV DAC chip to our microcontroller (PIC18F65K22), so that we can get analog outputs.
Please could you confirm that the BU2508FV DAC chip should not be connected to either the SPI module , or the I^2C module of the microcontroller?

It appears (would you agree) from the datasheet that one simply clocks in the data and then the address (output channel). This transfer of information into the DAC chip should be done when the LDAC pin is low, and the transfer of data is complete when the LDAC pin goes high….would you agree that no SPI module or I^2C bus is necessary for this?

BU2508FV datasheet (DAC)
https://rohmfs.rohm.com/en/products/databook/datasheet/ic/data_converter/dac/bu2508fv-e.pdf
 

Although the protocol is not excatly SPI, the device can be well driven by a SPI master controller if you fill up the frame to 16 bit.

Of course you don't need a dedicated SPI interface and can perform port bit-banging instead, but the same is true for standard SPI peripherals.
 
  • Like
Reactions: treez

    T

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top