Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework of half bridge driver #117

Open
martinjaeger opened this issue Mar 19, 2021 · 1 comment
Open

Rework of half bridge driver #117

martinjaeger opened this issue Mar 19, 2021 · 1 comment

Comments

@martinjaeger
Copy link
Member

The half bridge driver should be reworked to allow having multiple phases in parallel. This might also lead to a more generic complementary PWM signal driver that can be upstreamed to Zephyr.

Name suggestions:

  • half_bridge (as it is now)
  • sync_pwm
  • complementary_pwm (possibly the more correct term, but very long)
  • cpwm (short for complementary_pwm)

New features:

  • Synchronize multiple channels / phases for multi-phase buck converter

Improved API naming:

  • cpwm_get_period_ticks instead of half_bridge_get_arr
  • cpwm_get_pulse_ticks instead of half_bridge_get_ccr
@atochukwu0
Copy link

atochukwu0 commented Apr 15, 2021

You once mentioned that you will not consider multi phase buck, which was a turn off for me at the time , am glad you are introducing this feature .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants