Is max PWM modulation adjustment necessary for charging boot capacitor and how to do it?
(Environment)
MC_SDK 5.Y.3 + STM32CubeMX 6.3.0 with HAL + IAR EWARM 8.5
(Hardware)
custom board based on F446RE + custom power board(3-shunt) + Low Voltage BLDC motor with Encoder
(Control Mode)
Speed Control
(What I found)
In "parameters_conversion.h", there is defined MAX_MODULE as follows:
=================================================
/* MMI Table Motor 1 MAX_MODULATION_100_PER_CENT */
#define MAX_MODULE 32767
=================================================
If this 100% modulation is used, there might be some moments where low-side duty becomes close to zero (less than dead time). Then the boot capacitors might not be charged properly.
- Is this value still good as is or need to be modified?
- If modified, what would be the recommended value?
- And can it directly modified in "parameters_conversion.h" or by workbench tools?
