More specifically, I am trying to use the PWM_MACRO. In order to start my motor spinning, I need the initial duty cycle to be below 10% on all three high side phases. No matter what inputs I give the macro (e.g. svgen_dq1.Ta, b and c) I can not get the duty cycle below ...
PWM 1 / 2 / 3 for motor control PWM 6A, 6B, 7A* & 7B* for DAC outputs (*only 2803x) 确认一下是不是使用28335和28035不同的关系。
#define APPLY_PWM_STATE(pwm, pwm_state) pwm_apply_might_sleep(pwm, pwm_state) #endif#if IS_ENABLED(CONFIG_BACKLIGHT_CLASS_DEVICE) int intel_backlight_device_register(struct intel_connector *connector); void intel_backlight_device_unregister(struct intel_connector *connector);0...