2021-02-25 12:17 AM
Dear All,
I'm developing and IC which needs to interface with the ISM303DAC device. I'd like to simulate the SPI interface of the ISM303DAC with my custom IC to verify correct timing of the signals and device behavior. I'm looking for a simulation model in (system)Verilog or VHDL. Is this available.
2021-02-25 03:05 AM
Hi @PVis.1 ,
the simulation model in Verilog or VHDL is not open, unfortunately. You can try to ask to Sales and representatives from the st.com contact page for it and they'll evaluate case by case.
By the way, the SPI interface of the ISM303DAC is a close to standard Mode 3 as described in the datasheet, p. 46, so you might refer to open sample code on Github, such as this one.
-Eleon