- 13 Jul, 2022 2 commits
-
-
Clément Foucher authored
-
Rewrote hrtim driver with LL APIs. Added Up-down mode (center aligned PWM) for buck, boost and independent mode. Corrected initialization errors for independent mode.
-
- 01 Feb, 2022 1 commit
-
-
Luiz-Fernando Lavado-Villa authored
-
- 13 Jul, 2021 1 commit
-
-
Clément Foucher authored
Leg Module merged with Hrtim Module voltage mode.
-
- 09 Jun, 2021 1 commit
-
-
Clément Foucher authored
-
- 08 Jun, 2021 1 commit
-
-
Antoine Boche authored
* The duty cycle will be applied according to the convention chosen in initialization with upper_switch_convention. In hrtim_cmpl_pwm_out() if it is set to "true" then the duty cycle will be applied on the upper switch and the lower switch will complement the PWM and vice versa for "false". * The dead time of the PWMs is now transferred to the complementary switch of the switching cell. As the dead time is by default centered on the two signals of the switch cell, it has been compensated on the main switch to be controlled at the duty cycle requested in leg_set() * A correction has been made on the PWMs specific to the actual power board. The signals of the first switching cell are inverted, so this has been corrected in the initialization of HRTIM in hrtim_cmpl_pwm_out()
-
- 04 Jun, 2021 1 commit
-
-
Clément Foucher authored
-