Re: [myhdl-list] Hello World
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-26 13:13:43
|
On 4/26/15 12:06 AM, Günther Stangassinger wrote: > Thank you for your quick response. > Yes it is the latest board with cyclone-IV > No, i am communicating over SPI. If you are using SPI you do not need a tristate, only I2C requires a tri-state for the SDA bi-direction (usually don't need one for SCL). If you are using SPI I would remove the tristate. Make sure the CSn signal goes low, didn't review the data sheet fully, don't know if it can be tied low or if it needs the transition. Regards, Chris |