[Problem:
We are using the AMC7812EVM Rev2, we are trying to use the continuous mode of ADC and it is not working, we need to retrigger in order to read new values using the SPI interface]
[Steps Needed to Recreate Problem:
6B7FFe ;== ADC, DACs and reference on
4C3400 ;== AMC Config Reg0 Continuous mode and internal reference
;== enable
0A0000 ;== Temperature disable
506DFF ;== Single ended channels configuration
517000
530000
4C3400 ;== ADC trigger
330400 ;== DAC write
A30000 ;To read channel 0
A30000 ;To read channel 0
A30000 ;To read channel 0
]