Thank you, Chris, I tried the xml and got a config.
When I connect the motors I can try it.
I see that something important is missing in HAL for every axis:
# ---TPPWM Generator signals/setup---
# three output 3pwg
# TODO write some commands!
Should it be 3pwmgen here? Maybe something like
setp hm2_7i43.0.3pwmgen.00.scale [AXIS_0]OUTPUT_SCALE
setp hm2_7i43.0.3pwmgen.00.fault-invert 1
net pwm.00-a bldc.0.A-value => hm2_7i43.0.3pwmgen.00.A-value
net pwm.00-b bldc.0.B-value => hm2_7i43.0.3pwmgen.00.B-value
net pwm.00-c bldc.0.C-value => hm2_7i43.0.3pwmgen.00.C-value
I'm so confused with all these signals
Is that correct with
setp hm2_7i43.0.3pwmgen.00.fault-invert 1, Peter?