The HRTIM still lacks some functions needed for a fine management of the PWM...
The HRTIM still lacks some functions needed for a fine management of the PWM generation. This PR adds several functions. Deadtime management The deadtime can now be managed separately from the rising and falling edges. Phase shifting The phase of the second leg can now be updated dynamicall Bug fixes: Readable Independent mode The independent mode can now be set as buck or boost instead of true or false, making it more readable. Extra features: There is now a board version support for the SPIN board
parent
0e86a690
No related branches found
No related tags found
Showing
- zephyr/modules/owntech_hardware_configuration/zephyr/public_api/HardwareConfiguration.cpp 44 additions, 5 deletions...configuration/zephyr/public_api/HardwareConfiguration.cpp
- zephyr/modules/owntech_hardware_configuration/zephyr/public_api/HardwareConfiguration.h 20 additions, 3 deletions...e_configuration/zephyr/public_api/HardwareConfiguration.h
- zephyr/modules/owntech_hardware_configuration/zephyr/src/hrtim_configuration.cpp 64 additions, 7 deletions...hardware_configuration/zephyr/src/hrtim_configuration.cpp
- zephyr/modules/owntech_hardware_configuration/zephyr/src/hrtim_configuration.h 42 additions, 0 deletions...h_hardware_configuration/zephyr/src/hrtim_configuration.h
- zephyr/modules/owntech_hrtim_driver/zephyr/public_api/leg.h 11 additions, 1 deletionzephyr/modules/owntech_hrtim_driver/zephyr/public_api/leg.h
- zephyr/modules/owntech_hrtim_driver/zephyr/src/voltage_mode/hrtim_voltage_mode.c 36 additions, 14 deletions...hrtim_driver/zephyr/src/voltage_mode/hrtim_voltage_mode.c
- zephyr/modules/owntech_hrtim_driver/zephyr/src/voltage_mode/hrtim_voltage_mode.h 20 additions, 4 deletions...hrtim_driver/zephyr/src/voltage_mode/hrtim_voltage_mode.h
- zephyr/modules/owntech_hrtim_driver/zephyr/src/voltage_mode/owntech_leg_driver.cpp 10 additions, 0 deletions...tim_driver/zephyr/src/voltage_mode/owntech_leg_driver.cpp
- zephyr/modules/owntech_hrtim_driver/zephyr/src/voltage_mode/owntech_leg_driver.h 12 additions, 6 deletions...hrtim_driver/zephyr/src/voltage_mode/owntech_leg_driver.h
Loading
Please register or sign in to comment