This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TSW1400evm and ads4449evm interface issues ?

Other Parts Discussed in Thread: ADS4449EVM, ADS58H40

Hello !

 When the TSW1400evm and ads4449evm interface After downloading the firmware fix the error signal at "high speed data converter" GUI it is obtained.

After setting has compiled the following entries Define.vh
 
 

- Define.vh-

`Define adly 1

`Ifdef USE_SMALL_FIFO
`Define FIFO_ADDR_WIDTH          5
`Else
`Define FIFO_ADDR_WIDTH          15 // <- 256K
`Endif

`Define CHNL_DWIDTH     16
`Define MSPI_FRAME_SIZE_BYTES            2'd2
`Define SS_DEASSERT_WAIT        4

`Define CONFIG0_DEFAULT           {8 {1'b1}}
`Define CONFIG1_DEFAULT           8'h0
`Define CONFIG2_DEFAULT           8'h0
`Define CONFIG3_DEFAULT           8'h0
`Define CONFIG4_DEFAULT           8'h0
`Define CONFIG5_DEFAULT           8'h0
`Define CONFIG6_DEFAULT           8'h0
`Define CONFIG7_DEFAULT           8'h0
`Define CONFIG8_DEFAULT           8'h0
`Define CONFIG9_DEFAULT           8'h0
`Define CONFIG10_DEFAULT         8'h0
`Define CONFIG11_DEFAULT          ` INTERFACE_ID
`Define CONFIG12_DEFAULT          8'h0
`Define CONFIG13_DEFAULT          8'h0
`Define CONFIG14_DEFAULT          ` FIRMWARE_VER
`Define CONFIG15_DEFAULT          ` ADC_BM0

`Define IPLL_DEFAULT_ROM         2'b00
`Define MAXIMUM_ROWS             16'h3FFF
`Define MAXIMUM_COLS 10'h3F8
`Define MAXIMUM_BANKS             3'd7
`Define MAXIMUM_CHIPSEL          1'b0

`Define FIRMWARE_VER 8'd2
`Define INTERFACE_ID                  8'd14

`Define ADC_BM0             ` ADS58H40_BM0

`Define SAMPLEWISE_DDR
`Define DUAL_BUS_ADC

`Define TB_BM1 64'hFFFF_FFFF_FFFF_FFFF
`Define ADC_BM1` TB_BM1

* No longer is there any place you want to modify?

Thank you for all of your wonderful help thus far, TI!

Jeongwon,