ADC channel 5 is connected to its positive input
DAC channel 0 is connected to its negative input
Generate an interrupt on either edge of the output
acc_init(ACC, ACC_MR_SELPLUS_AD5, ACC_MR_SELMINUS_DAC0,
ACC_MR_EDGETYP_ANY, ACC_MR_INV_DIS);
NVIC_EnableIRQ(ACC_IRQn);
acc_enable_interrupt(ACC);