MATLAB: How to use Simulink blocks to allow communication between TI DSP 2812 and TI DAC 7554

dacdspinterfaceperipheralsimulinkspiti

I want to know how to establish communication between the TI DSP 2812 and TI DAC 7554.

Best Answer

The DAC7554 digital interface is a standard 3-wire SPI/QSPI/Microwire/DSP-compatible interface. You may use the SPI interface to communicate between the TI DSP 2812 and DAC7554 by using the SPI transmit and SPI receive block set available in ‘C281x DSP Chip Support’ library in Target Support Package TC2.
If the user cannot use the SPI interface then writing custom drivers for periheral communication is required.
Related Question