Skip to content

There is an inversion in the triggering of adc conversion events. This patch corrects it.

Luiz Fernando Lavado Villa requested to merge ADC_trigger_inversion_patch_MR into main

The ADC must be triggered by the HRTIM to make a conversion. ADC1 converts the data from leg 1 and ADC2 converts data from leg 2. ADC1 uses event 1 to trigger and ADC2 uses event 3. This patch links event 1 to HRTIMA (leg1) and event 3 to HRTIM C (leg 2). This connection was previously inverted.

Merge request reports