Hi,Andreas
As MR Matthias Uhlmann says, the ADC sync1 signal can be routed from crossbar. Pls refer to section 3.3.3.4 XBARA Outputs in MC56F847xxRM, the XBAR_OUT12 is ADC12 Sync0 signal, you can use crossbar to route a signal in section 3.3.3.2 XBARA and XBARB Inputs to the XBAR_OUT12.
this is a code of setting the crossbar:
PWMA_SM0TCTRL|=0x01; //enable value0 of PWMA_SM0 module to trigger ADC12
XBARA_SEL6=20; //PWMA_SM0_TRIG0 signal is XBAR_IN20, used to trigger ADC12 sync0