Loading...
 
Skip to main content

System Workbench for STM32


NOT TRUE! - Eclipse Complaints: undefined reference to `TIM_TimeBaseInit'

Hi,

For the compiling Error I think you should check
"stm32f110x_hal_conf.h"

And make sure

  1. define HAL_TIM_MODULE_ENABLED


is defined since it will include the header for the Timer moudle as

  1. ifdef HAL_TIM_MODULE_ENABLED

#include "stm32f7xx_hal_tim.h"

  1. endif /* HAL_TIM_MODULE_ENABLED */


best regards
Eng.Mazen Aljeddani

 
Collapse/expand modules below