Hi,
I can't get it to work. HW injected and SW normal works, but not HW injected and HW normal. Only the first group I enable by calling Adc_EnableHardwareTrigger() is actually doing conversion, so I can start either the HW injected group or the HW normal group, depending on which I enable first. I tried to find where in Adc_EnableHardwareTrigger() the enabling fails, and it seem to fail in Adc_ValidateNotBusyEnableHwTrig() where this comment is
/* It's possible to run (normal HW - injected SW) or (injected HW - normal SW) combination */
As I can get both groups (HW injected or HW normal) to start conversion by changing the order I call Adc_EnableHardwareTrigger() I think they are setup correctly? Do I need to do something special to get them both to start conversion?
BR
Olof