Are there any plans to issue a bidirectional dshot FW image for the MatekF405-TE?
I attempted to use the existing MatekF405-bdshot image and the HWIDs don’t line up
2 Likes
hwdef.dat
Bi-directional dshot version of MatekF405-TE
include …/MatekF405-TE/hwdef.dat
undef PC9 PC8 PA8
PC9 TIM8_CH4 TIM8 PWM(1) GPIO(50) BIDIR
PC8 TIM8_CH3 TIM8 PWM(2) GPIO(51) BIDIR
PA8 TIM1_CH1 TIM1 PWM(4) GPIO(53) NODMA
DMA_NOSHARE TIM8*
hwdef-bl.dat
include …/MatekF405-TE/hwdef-bl.dat
2 Likes
I have run a custom compile with these values, everything appears to be working without issue; however, I am still working out a way to verify everything is functioning as intended.
1 Like
Grateful for sharing!
Also want to try BDshot, do you have any issue now?