You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see your hw_75 config file and am excited.
Finally had to ditch the drv for some higher voltage gate drivers I see.
In your phase filter setter (lines 42-42 in hw_75_300.h)
#define PHASE_FILTER_ON() palSetPad(GPIOC, 11)
#define PHASE_FILTER_OFF() palClearPad(GPIOB, 11)
I believe one of them is using the wrong port.
On this note, a cursourly look through and it appears HW_HAS_PHASE_FILTERS is not used. As I am currently 90% of the way through designing my own similar hw derivative (100v max, 250a phase) and now looking at adjusting code / defines. Just curious, what is the hw implementation of your filters? Fets tying capacitors to gnd?
The text was updated successfully, but these errors were encountered:
I see your hw_75 config file and am excited.
Finally had to ditch the drv for some higher voltage gate drivers I see.
In your phase filter setter (lines 42-42 in hw_75_300.h)
#define PHASE_FILTER_ON() palSetPad(GPIOC, 11)
#define PHASE_FILTER_OFF() palClearPad(GPIOB, 11)
I believe one of them is using the wrong port.
On this note, a cursourly look through and it appears HW_HAS_PHASE_FILTERS is not used. As I am currently 90% of the way through designing my own similar hw derivative (100v max, 250a phase) and now looking at adjusting code / defines. Just curious, what is the hw implementation of your filters? Fets tying capacitors to gnd?
The text was updated successfully, but these errors were encountered: