Tool/software:
Hi TI support team,
Previously I have tried to run single_chip_servo demo in MOTOR_CONTROL_SDK with tamagawa encoder.
At first I couldn't get proper value of SDDF in "gSddfChSamps."
However I have modified "mclk_iep_sync.c", I could acquire valid SDDF values.
Now I'm trying to run single_chip_servo demo on R5FSS1-1 instead of R5FSS0-0 without tamagawa encoder or Endat.
But I can get SDDF value less than 268,435,456 = 2^28 ( for example 268,435,424 or 268,435,104)
or more than 0 (for example 8 or 120)
My SDDF setting is below
I know SDDF value is normalized by substracting SDDF_HALF_SCALE (=2^17)
Following are my questions.
- How can I get valid value of SDDF?
- Where can I set number of bits of SDDF values?
Best regards,
Dai TANAKA