Hi
I am trying to trigger ADC1 and ADC2 conversions at the same time, syncronised to a PWM channel using val4.
It works with ADC1, but I cannot get ADC_EXT to trigger ADC2. The conversion complete interrupt is never called for ADC2. Nothing I do can get ADC2 to trigger.
In fact as soon as I enable Sync Mode, everything stops working and even ADC1 stops updating. Something very strange is going on.
Can someone please take a look at my project and see if I am doing something wrong? I have attached full project for rt1024-evk.
I have looked at all the examples in the sdk and application notes but I can't see anything wrong. Maybe there is a silicon bug?