Part Number:drv8412
Hi
When I build up Stepper project of DRV8412-C2-Kit, I found some odd code lines ( 862th, 863th line ) in the source file Stepper.c
// ------------------------------------------------------------------------------
// Connect inputs of the PWMDAC module
// ------------------------------------------------------------------------------
PwmDacCh1 = (int16)_IQtoIQ15(IFdbk1);
PwmDacCh2 = (int16)_IQtoIQ15(IFdbk1);
I guess the second line would be like below
PwmDacCh2 = (int16)_IQtoIQ15(IFdbk2);
Please comment me if this is intended or logically correct.









