STM32f10xx Hal_TIMx_hallsensor_start()

Thread Starter

baharzarei

Joined May 21, 2019
4
I've been trying to control a BLDC motor with Micro STM32f10xx series. I want to apply the output of the hall effect sensor to the micro. now I found that STM32f10xx have some Hal functions such as HAL_TIMEx_HallSensor_Start() and HAL_TIMEx_HallSensor_GetState(). how can I use these function for my purpose?
 

MrChips

Joined Oct 2, 2009
34,807
I have two other members waiting in line for answers to STM32 questions.
Hope you don't mind the long wait unless there is someone else that can help you.
 

Thread Starter

baharzarei

Joined May 21, 2019
4
STM32CubeMX is not an IDE. It is a hardware configuration tool and code initialization utility.

Some IDE platforms for STM32 are:
  • Atollic TrueSTUDIO
  • CooCox
  • IAR Embeded Workbench
  • KEIL
  • STM32CubeIDE
  • SW4STM32
sorry I make a mistake, I use Keil as IDE
 
Top