STM32G4 BLDC HALL SENSOR
Hi,
I am making a project using stm32cubeide for BLDC motor with Hall sensor.
First project generated using timer2 made for Hall sensor reading with Combined Channel XOR ON / Hall Sensor Mode option, motor is working correctly, interrupting reading Hall sensor position and setting correct commutation for the motor.
This option works fine.
While making next project using XOR activation (in CubeIDE) also reading Hall sensors interrupt, motor won't work correctly, it uses much more power, the work is not stable.
Why while using XOR activation the motor will not work when in fact it is made for reading Hall sensors?
Please give me some short explanation for the difference between those options?
