Guys i found the issue. "jsupm_servo" is setting incorrect time perios to PWM signal. Required is 20ms but it is seeting 7.9ms.
GPIO File | Arduino | XDK |
/sys/class/pwm/pwmchip0/pwm1/period | 19000000 | 7968000 |
/sys/class/pwm/pwmchip0/pwm1/duty_cycle | ||
0 degrees | 544000 | 544000 |
90 degress | 1441000 | 1472000 |
Fix: Need to modify XDK's "jsupm_servo" library to correct PWM period |
Where should i file this bug?