2011-01-10 12:52 PM
BLDC using Hall-Sensors and the Standard Peripheral Libary
2011-05-17 01:20 AM
Ciao Alex,
you have already many helps for your issue. First of all you have the motor control library that make use of standard library (or some time direct register access) to properly configure the timers for the PWM generation and for Hall sensor signal management. For BLDC + HALL sensor managemenmt i refer to the STM8 MC library.Although
the project file is not provided for the IDE that you are using you can import (or just analyse) the source code included in the MC library. Other usefull sources of information are the esampre provided with the standard library, or with this other packages: '''', in which are present source code to configure the timers; but starting from the MC library is the suggested way. I hope that these information can be useful to you. Ciao Gigi2011-05-17 01:20 AM