You are here

How to set dead time on BLDC mode?

2 posts / 0 new
Last post
AllenFF
AllenFF's picture
Offline
Last seen: 3 years 9 months ago
Joined: 2020-04-15 03:08
Posts: 3
How to set dead time on BLDC mode?

Hi All,

I know setting dead time through the menu "Advance-Dead time compensation" on FOC mode, but I cound not find any relative menu to set dead time on BLDC mode. 

Could anyone give me a guidance? 

I appreciate

hexakopter
Offline
Last seen: 1 year 1 month ago
VESC Original
Joined: 2017-05-24 12:13
Posts: 94

I think global dead time has to be set for each hardware individual when compiling the firmware. For an example have a look at the hw_75_300.h file:

// Override dead time. See the stm32f4 reference manual for calculating this value.

#define HW_DEAD_TIME_NSEC       660.0

When it isn't defined in the hardware file it is set to 360.0.