Pin state of STM32G431KBT in DFU boot mode
I build a custom board with the STM32G431KBT controller that drives a DC motor via a TI motor driver.
When I put the board in boot mode it drives the motor at full speed.
This only can happen when a combination of 4 pins is in a specific state.
One PWM input is low and the other high.
Disable pin I measure low.
And nSleep is somewhere around 1.7volt
I think the idea is that TI makes the sleep input a NOT Sleep to ignore all types of reset states (all-high and all-low)
But in my case it's unclear.
Why is one PWM high and the other low?
And why is nSleep at 1.7V?
What should be the pinstate of all pins in boot mode?

