ad40xx_fmc: SDI delay should be set to 1
In general we have to add a delay of half SCLK cycle. (latch the MISO on the next consecutive SCLK edge)main
parent
11947f2e7e
commit
738f7af23b
|
@ -30,7 +30,7 @@ current_bd_instance /spi_ad40xx
|
|||
ad_ip_parameter execution CONFIG.NUM_OF_CS 1
|
||||
ad_ip_parameter execution CONFIG.NUM_OF_SDI 1
|
||||
ad_ip_parameter execution CONFIG.SDO_DEFAULT 1
|
||||
ad_ip_parameter execution CONFIG.SDI_DELAY 2
|
||||
ad_ip_parameter execution CONFIG.SDI_DELAY 1
|
||||
|
||||
ad_ip_instance axi_spi_engine axi_regmap
|
||||
ad_ip_parameter axi_regmap CONFIG.DATA_WIDTH $data_width
|
||||
|
|
Loading…
Reference in New Issue