2023-09-05 11:38 PM
unknown type name 'TIM_TimeBaseInitTypeDef'
31 | TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;
2023-09-06 12:02 AM - edited 2023-09-06 12:04 AM
Hello @Girish1
I think you should include the appropriate header file(stm32hxxx_hal_tim.h) that define the TIM_TimeBaseInitTypeDef .
Best regards.
II